public class EvictAllCommand
extends org.infinispan.commands.remote.BaseRpcCommand
| Constructor and Description |
|---|
EvictAllCommand(String regionName) |
EvictAllCommand(String regionName,
BaseRegion region) |
| 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)
public EvictAllCommand(String regionName)
public 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-2013 Red Hat, Inc. All Rights Reserved.