public class EvictCommand extends RemoveCommand implements LocalCommand
COMMAND_ID, metadata, successful, value, valueMatcher
commandInvocationId
key, 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, writeTo
getAffectedKeys, getCommandInvocationId, getKeyLockOwner, getKeysToLock, hasSkipLocking, hasZeroLockAcquisition
getFlagsBitSet, getKey, getSegment, getTopologyId, printFlags, setFlagsBitSet, setKey, setTopologyId
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getInternalMetadata, setInternalMetadata
isWriteOnly, updateStatusFromRemoteResponse
getKey
getTopologyId, setTopologyId
addFlag, addFlags, addFlags, getFlags, getFlagsBitSet, hasAllFlags, hasAnyFlag, hasFlag, setFlags, setFlagsBitSet
extractSegment, getSegment
public EvictCommand(Object key, int segment, long flagsBitSet, CommandInvocationId commandInvocationId)
public Object acceptVisitor(InvocationContext ctx, Visitor visitor) throws Throwable
VisitableCommand
acceptVisitor
in interface VisitableCommand
acceptVisitor
in class RemoveCommand
ctx
- invocation contextvisitor
- visitor to acceptThrowable
- in the event of problemspublic byte getCommandId()
ReplicableCommand
getCommandId
in interface ReplicableCommand
getCommandId
in class RemoveCommand
public String toString()
toString
in class RemoveCommand
public VisitableCommand.LoadType loadType()
loadType
in interface VisitableCommand
loadType
in class RemoveCommand
Copyright © 2021 JBoss by Red Hat. All rights reserved.