public class CacheCommandFactory extends Object implements org.infinispan.commands.module.ExtendedModuleCommandFactory
| Constructor and Description |
|---|
CacheCommandFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRegion(String regionName,
BaseRegion region) |
void |
clearRegions(List<String> regionNames) |
org.infinispan.commands.ReplicableCommand |
fromStream(byte commandId,
Object[] args) |
org.infinispan.commands.remote.CacheRpcCommand |
fromStream(byte commandId,
Object[] args,
String cacheName) |
Map<Byte,Class<? extends org.infinispan.commands.ReplicableCommand>> |
getModuleCommands() |
public void addRegion(String regionName, BaseRegion region)
public Map<Byte,Class<? extends org.infinispan.commands.ReplicableCommand>> getModuleCommands()
getModuleCommands in interface org.infinispan.commands.module.ModuleCommandFactorypublic org.infinispan.commands.remote.CacheRpcCommand fromStream(byte commandId,
Object[] args,
String cacheName)
fromStream in interface org.infinispan.commands.module.ExtendedModuleCommandFactorypublic org.infinispan.commands.ReplicableCommand fromStream(byte commandId,
Object[] args)
fromStream in interface org.infinispan.commands.module.ModuleCommandFactoryCopyright © 2001-2013 Red Hat, Inc. All Rights Reserved.