Infinispan Distribution 5.2.6.Final-redhat-2

Uses of Class
org.infinispan.commands.CreateCacheCommand

Packages that use CreateCacheCommand
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
 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)
           
 


Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.