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, performgetValue, getValueMatcher, init, isConditional, isNonExistent, isReturnValueExpected, isSuccessful, setValue, setValueMatcher, updateStatusFromRemoteResponsecanBlock, getAffectedKeysgetMetadata, getTopologyId, setMetadata, setTopologyIdgetFlags, hasFlag, setFlags, setFlagsclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTopologyId, setTopologyIdpublic Object getSessionTransactionId()
public Object[] getParameters()
getParameters in interface org.infinispan.commands.ReplicableCommandgetParameters in class org.infinispan.commands.write.InvalidateCommandpublic void setParameters(int commandId,
Object[] args)
setParameters in interface org.infinispan.commands.ReplicableCommandsetParameters in class org.infinispan.commands.write.InvalidateCommandpublic byte getCommandId()
getCommandId in interface org.infinispan.commands.ReplicableCommandgetCommandId in class org.infinispan.commands.write.InvalidateCommandpublic boolean equals(Object o)
equals in class org.infinispan.commands.write.InvalidateCommandpublic int hashCode()
hashCode in class org.infinispan.commands.write.InvalidateCommandpublic String toString()
toString in class org.infinispan.commands.write.InvalidateCommandCopyright © 2001-2017 Red Hat, Inc. All Rights Reserved.