Uses of Class
org.infinispan.commands.CreateCacheCommand
-
Packages that use CreateCacheCommand Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely. -
-
Uses of CreateCacheCommand in org.infinispan.commands
Methods in org.infinispan.commands that return CreateCacheCommand Modifier and Type Method Description CreateCacheCommand
CommandsFactory. buildCreateCacheCommand(String cacheName, String cacheConfigurationName)
Same asbuildCreateCacheCommand(cacheName, cacheConfigurationName, false, 0)
.CreateCacheCommand
CommandsFactory. buildCreateCacheCommand(String tmpCacheName, String defaultTmpCacheConfigurationName, int size)
Builds a CreateCacheCommand used to create/start cache around Infinispan clusterCreateCacheCommand
CommandsFactoryImpl. buildCreateCacheCommand(String cacheNameToCreate, String cacheConfigurationName)
CreateCacheCommand
CommandsFactoryImpl. buildCreateCacheCommand(String cacheNameToCreate, String cacheConfigurationName, int size)
-