Class BeginInvalidationCommand
- java.lang.Object
-
- org.infinispan.commands.AbstractFlagAffectedCommand
-
- org.infinispan.commands.AbstractTopologyAffectedCommand
-
- org.infinispan.commands.write.InvalidateCommand
-
- org.infinispan.hibernate.cache.commons.util.BeginInvalidationCommand
-
- All Implemented Interfaces:
org.infinispan.commands.FlagAffectedCommand
,org.infinispan.commands.ReplicableCommand
,org.infinispan.commands.TopologyAffectedCommand
,org.infinispan.commands.VisitableCommand
,org.infinispan.commands.write.WriteCommand
,org.infinispan.util.concurrent.locks.RemoteLockCommand
public class BeginInvalidationCommand extends org.infinispan.commands.write.InvalidateCommand
- Author:
- Radim Vansa <rvansa@redhat.com>
-
-
Constructor Summary
Constructors Constructor Description BeginInvalidationCommand()
BeginInvalidationCommand(org.infinispan.notifications.cachelistener.CacheNotifier notifier, long flagsBitSet, org.infinispan.commands.CommandInvocationId commandInvocationId, Object[] keys, Object lockOwner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
byte
getCommandId()
Object
getLockOwner()
int
hashCode()
void
readFrom(ObjectInput input)
String
toString()
void
writeTo(ObjectOutput output)
-
Methods inherited from class org.infinispan.commands.write.InvalidateCommand
acceptVisitor, canBlock, fail, getAffectedKeys, getCommandInvocationId, getKeyLockOwner, getKeys, getKeysToLock, getValueMatcher, hasSkipLocking, hasZeroLockAcquisition, init, isConditional, isReturnValueExpected, isSuccessful, loadType, notify, perform, setValueMatcher
-
Methods inherited from class org.infinispan.commands.AbstractTopologyAffectedCommand
getTopologyId, setTopologyId
-
Methods inherited from class org.infinispan.commands.AbstractFlagAffectedCommand
getFlagsBitSet, hasSameFlags, printFlags, setFlagsBitSet
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.infinispan.commands.FlagAffectedCommand
addFlag, addFlags, addFlags, getFlags, getFlagsBitSet, hasAnyFlag, hasFlag, setFlags, setFlagsBitSet
-
Methods inherited from interface org.infinispan.commands.ReplicableCommand
invoke, invokeAsync, setOrigin
-
Methods inherited from interface org.infinispan.commands.TopologyAffectedCommand
getTopologyId, setTopologyId
-
-
-
-
Method Detail
-
getLockOwner
public Object getLockOwner()
-
writeTo
public void writeTo(ObjectOutput output) throws IOException
- Specified by:
writeTo
in interfaceorg.infinispan.commands.ReplicableCommand
- Overrides:
writeTo
in classorg.infinispan.commands.write.InvalidateCommand
- Throws:
IOException
-
readFrom
public void readFrom(ObjectInput input) throws IOException, ClassNotFoundException
- Specified by:
readFrom
in interfaceorg.infinispan.commands.ReplicableCommand
- Overrides:
readFrom
in classorg.infinispan.commands.write.InvalidateCommand
- Throws:
IOException
ClassNotFoundException
-
getCommandId
public byte getCommandId()
- Specified by:
getCommandId
in interfaceorg.infinispan.commands.ReplicableCommand
- Overrides:
getCommandId
in classorg.infinispan.commands.write.InvalidateCommand
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classorg.infinispan.commands.write.InvalidateCommand
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classorg.infinispan.commands.write.InvalidateCommand
-
toString
public String toString()
- Overrides:
toString
in classorg.infinispan.commands.write.InvalidateCommand
-
-