Class EndInvalidationCommand
java.lang.Object
org.infinispan.commands.remote.BaseRpcCommand
org.infinispan.hibernate.cache.commons.util.EndInvalidationCommand
- All Implemented Interfaces:
org.infinispan.commands.remote.CacheRpcCommand,org.infinispan.commands.ReplicableCommand,org.infinispan.commands.TracedCommand
public class EndInvalidationCommand
extends org.infinispan.commands.remote.BaseRpcCommand
Sent in commit phase (after DB commit) to remote nodes in order to stop invalidating
putFromLoads.
- Author:
- Radim Vansa <rvansa@redhat.com>
-
Field Summary
Fields inherited from class org.infinispan.commands.remote.BaseRpcCommand
cacheName, origin -
Constructor Summary
ConstructorsConstructorDescriptionEndInvalidationCommand(org.infinispan.util.ByteString cacheName) EndInvalidationCommand(org.infinispan.util.ByteString cacheName, Object[] keys, Object lockOwner) -
Method Summary
Modifier and TypeMethodDescriptionbooleancanBlock()booleanbyteinthashCode()invokeAsync(org.infinispan.factories.ComponentRegistry componentRegistry) booleanvoidreadFrom(ObjectInput input) toString()voidwriteTo(ObjectOutput output) Methods inherited from class org.infinispan.commands.remote.BaseRpcCommand
getCacheName, getOrigin, setOriginMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.infinispan.commands.ReplicableCommand
invoke, invokeAsync, isSuccessful, logThrowableMethods inherited from interface org.infinispan.commands.TracedCommand
getOperationName, getSpanAttributes, setSpanAttributes
-
Constructor Details
-
Method Details
-
invokeAsync
-
getCommandId
public byte getCommandId() -
writeTo
- Throws:
IOException
-
readFrom
- Throws:
IOExceptionClassNotFoundException
-
isReturnValueExpected
public boolean isReturnValueExpected() -
canBlock
public boolean canBlock() -
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toStringin classorg.infinispan.commands.remote.BaseRpcCommand
-