Uses of Class
org.shoal.ha.cache.impl.command.CommandManager
-
Packages that use CommandManager Package Description org.shoal.ha.cache.api org.shoal.ha.cache.impl.command -
-
Uses of CommandManager in org.shoal.ha.cache.api
Methods in org.shoal.ha.cache.api that return CommandManager Modifier and Type Method Description CommandManagerAbstractCommandInterceptor. getCommandManager()CommandManager<K,V>DataStoreContext. getCommandManager()Methods in org.shoal.ha.cache.api with parameters of type CommandManager Modifier and Type Method Description voidDataStoreContext. setCommandManager(CommandManager<K,V> cm) -
Uses of CommandManager in org.shoal.ha.cache.impl.command
Methods in org.shoal.ha.cache.impl.command that return CommandManager Modifier and Type Method Description protected CommandManager<K,V>Command. getCommandManager()
-