public class EvictAllCommand
extends org.infinispan.commands.remote.BaseRpcCommand
| Constructor and Description | 
|---|
EvictAllCommand(String regionName)
Evict all command constructor. 
 | 
EvictAllCommand(String regionName,
               BaseRegion region)
Evict all command constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
byte | 
getCommandId()  | 
Object[] | 
getParameters()  | 
boolean | 
isReturnValueExpected()  | 
Object | 
perform(org.infinispan.context.InvocationContext ctx)  | 
void | 
setParameters(int commandId,
             Object[] parameters)  | 
public EvictAllCommand(String regionName, BaseRegion region)
regionName - name of the region to evictregion - to evictpublic EvictAllCommand(String regionName)
regionName - name of the region to evictpublic Object perform(org.infinispan.context.InvocationContext ctx) throws Throwable
Throwablepublic byte getCommandId()
public Object[] getParameters()
public void setParameters(int commandId,
                 Object[] parameters)
public boolean isReturnValueExpected()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.