Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
Modifier and Type | Method and Description |
---|---|
CreateCacheCommand |
CommandsFactoryImpl.buildCreateCacheCommand(String cacheNameToCreate,
String cacheConfigurationName) |
CreateCacheCommand |
CommandsFactory.buildCreateCacheCommand(String cacheName,
String cacheConfigurationName)
Same as
#buildCreateCacheCommand(String, String, false, 0) . |
CreateCacheCommand |
CommandsFactoryImpl.buildCreateCacheCommand(String cacheNameToCreate,
String cacheConfigurationName,
boolean start,
int size) |
CreateCacheCommand |
CommandsFactory.buildCreateCacheCommand(String tmpCacheName,
String defaultTmpCacheConfigurationName,
boolean start,
int size)
Builds a CreateCacheCommand used to create/start cache around Infinispan cluster
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.