public class BeginInvalidationCommand
extends org.infinispan.commands.write.InvalidateCommand
Constructor and Description |
---|
BeginInvalidationCommand() |
BeginInvalidationCommand(org.infinispan.notifications.cachelistener.CacheNotifier notifier,
Set<org.infinispan.context.Flag> flags,
Object[] keys,
org.infinispan.remoting.transport.Address address,
Object sessionTransactionId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
byte |
getCommandId() |
Object[] |
getParameters() |
Object |
getSessionTransactionId() |
int |
hashCode() |
void |
setParameters(int commandId,
Object[] args) |
String |
toString() |
acceptVisitor, getKey, getKeys, ignoreCommandOnStatus, invalidate, notify, perform
getValue, getValueMatcher, init, isConditional, isNonExistent, isReturnValueExpected, isSuccessful, setValue, setValueMatcher, updateStatusFromRemoteResponse
canBlock, getAffectedKeys
getMetadata, getTopologyId, setMetadata, setTopologyId
getFlags, hasFlag, setFlags, setFlags
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getTopologyId, setTopologyId
public Object getSessionTransactionId()
public Object[] getParameters()
getParameters
in interface org.infinispan.commands.ReplicableCommand
getParameters
in class org.infinispan.commands.write.InvalidateCommand
public void setParameters(int commandId, Object[] args)
setParameters
in interface org.infinispan.commands.ReplicableCommand
setParameters
in class org.infinispan.commands.write.InvalidateCommand
public byte getCommandId()
getCommandId
in interface org.infinispan.commands.ReplicableCommand
getCommandId
in class org.infinispan.commands.write.InvalidateCommand
public boolean equals(Object o)
equals
in class org.infinispan.commands.write.InvalidateCommand
public int hashCode()
hashCode
in class org.infinispan.commands.write.InvalidateCommand
public String toString()
toString
in class org.infinispan.commands.write.InvalidateCommand
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.