public class BeginInvalidationCommand
extends org.infinispan.commands.write.InvalidateCommand
notifier, value, valueEquivalence, valueMatcher| 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, getAffectedKeys, getKey, getKeys, getKeysToLock, ignoreCommandOnStatus, invalidate, notify, perform, readsExistingValuesgetValue, getValueMatcher, init, isConditional, isNonExistent, isReturnValueExpected, isSuccessful, performRemove, setValue, setValueMatcher, updateStatusFromRemoteResponsecanBlock, getKeyLockOwner, hasSkipLocking, hasZeroLockAcquisitiongetMetadata, getTopologyId, setMetadata, setTopologyIdgetFlags, setFlagsclone, finalize, getClass, notify, notifyAll, wait, wait, waitalwaysReadsExistingValues, shouldInvokegetTopologyId, 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 © 2016. All rights reserved.