org.hibernate.cache.infinispan.util
Class EvictAllCommand
java.lang.Object
org.infinispan.commands.remote.BaseRpcCommand
org.hibernate.cache.infinispan.util.EvictAllCommand
- All Implemented Interfaces:
- org.infinispan.commands.remote.CacheRpcCommand, org.infinispan.commands.ReplicableCommand
public class EvictAllCommand
- extends org.infinispan.commands.remote.BaseRpcCommand
Evict all command
- Since:
- 4.0
Fields inherited from class org.infinispan.commands.remote.BaseRpcCommand |
cacheName |
Methods inherited from class org.infinispan.commands.remote.BaseRpcCommand |
getCacheName, getOrigin, setOrigin, toString |
EvictAllCommand
public EvictAllCommand(String regionName,
BaseRegion region)
EvictAllCommand
public EvictAllCommand(String regionName)
perform
public Object perform(org.infinispan.context.InvocationContext ctx)
throws Throwable
- Throws:
Throwable
getCommandId
public byte getCommandId()
getParameters
public Object[] getParameters()
setParameters
public void setParameters(int commandId,
Object[] parameters)
isReturnValueExpected
public boolean isReturnValueExpected()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.