public class EvictCommand extends RemoveCommand implements LocalCommand
COMMAND_ID, metadata, successful, value, valueMatchercommandInvocationIdkey, segment| Constructor and Description |
|---|
EvictCommand(Object key,
int segment,
long flagsBitSet,
CommandInvocationId commandInvocationId) |
| Modifier and Type | Method and Description |
|---|---|
Object |
acceptVisitor(InvocationContext ctx,
Visitor visitor)
Accept a visitor, and return the result of accepting this visitor.
|
byte |
getCommandId()
Used by marshallers to convert this command into an id for streaming.
|
VisitableCommand.LoadType |
loadType() |
String |
toString() |
equals, fail, getInternalMetadata, getMetadata, getValue, getValueMatcher, hashCode, isConditional, isNonExistent, isReturnValueExpected, isSuccessful, nonExistant, readFrom, setInternalMetadata, setMetadata, setValue, setValueMatcher, writeTogetAffectedKeys, getCommandInvocationId, getKeyLockOwner, getKeysToLock, hasSkipLocking, hasZeroLockAcquisitiongetFlagsBitSet, getKey, getSegment, getTopologyId, printFlags, setFlagsBitSet, setKey, setTopologyIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetInternalMetadata, setInternalMetadataisWriteOnly, updateStatusFromRemoteResponsegetKeygetTopologyId, setTopologyIdaddFlag, addFlags, addFlags, getFlags, getFlagsBitSet, hasAllFlags, hasAnyFlag, hasFlag, setFlags, setFlagsBitSetextractSegment, getSegmentpublic EvictCommand(Object key, int segment, long flagsBitSet, CommandInvocationId commandInvocationId)
public Object acceptVisitor(InvocationContext ctx, Visitor visitor) throws Throwable
VisitableCommandacceptVisitor in interface VisitableCommandacceptVisitor in class RemoveCommandctx - invocation contextvisitor - visitor to acceptThrowable - in the event of problemspublic byte getCommandId()
ReplicableCommandgetCommandId in interface ReplicableCommandgetCommandId in class RemoveCommandpublic String toString()
toString in class RemoveCommandpublic VisitableCommand.LoadType loadType()
loadType in interface VisitableCommandloadType in class RemoveCommandCopyright © 2022 JBoss by Red Hat. All rights reserved.