public class EndInvalidationCommand
extends org.infinispan.commands.remote.BaseRpcCommand
Constructor and Description |
---|
EndInvalidationCommand(String cacheName) |
EndInvalidationCommand(String cacheName,
Object[] keys,
Object sessionTransactionId) |
Modifier and Type | Method and Description |
---|---|
boolean |
canBlock() |
boolean |
equals(Object o) |
byte |
getCommandId() |
Object[] |
getParameters() |
int |
hashCode() |
boolean |
isReturnValueExpected() |
Object |
perform(org.infinispan.context.InvocationContext ctx) |
void |
setParameters(int commandId,
Object[] parameters) |
void |
setPutFromLoadValidator(PutFromLoadValidator putFromLoadValidator) |
String |
toString() |
public EndInvalidationCommand(String cacheName)
public Object perform(org.infinispan.context.InvocationContext ctx) throws Throwable
Throwable
public byte getCommandId()
public Object[] getParameters()
public void setParameters(int commandId, Object[] parameters)
public boolean isReturnValueExpected()
public boolean canBlock()
canBlock
in interface org.infinispan.commands.ReplicableCommand
canBlock
in class org.infinispan.commands.remote.BaseRpcCommand
public void setPutFromLoadValidator(PutFromLoadValidator putFromLoadValidator)
public String toString()
toString
in class org.infinispan.commands.remote.BaseRpcCommand
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.