Methods in org.infinispan.commands that return CreateCacheCommand |
CreateCacheCommand |
CommandsFactory.buildCreateCacheCommand(String cacheName,
String cacheConfigurationName)
Same as #buildCreateCacheCommand(String, String, false) . |
CreateCacheCommand |
CommandsFactoryImpl.buildCreateCacheCommand(String cacheNameToCreate,
String cacheConfigurationName)
|
CreateCacheCommand |
CommandsFactory.buildCreateCacheCommand(String tmpCacheName,
String defaultTmpCacheConfigurationName,
boolean start,
int size)
Builds a CreateCacheCommand used to create/start cache around Infinispan cluster |
CreateCacheCommand |
CommandsFactoryImpl.buildCreateCacheCommand(String cacheNameToCreate,
String cacheConfigurationName,
boolean start,
int size)
|