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