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
public class EndInvalidationCommand extends org.infinispan.commands.remote.BaseRpcCommandSent in commit phase (after DB commit) to remote nodes in order to stop invalidating putFromLoads.- Author:
- Radim Vansa <rvansa@redhat.com>
-
-
Constructor Summary
Constructors Constructor Description EndInvalidationCommand(org.infinispan.util.ByteString cacheName)EndInvalidationCommand(org.infinispan.util.ByteString cacheName, Object[] keys, Object lockOwner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanBlock()booleanequals(Object o)bytegetCommandId()inthashCode()CompletionStage<?>invokeAsync(org.infinispan.factories.ComponentRegistry componentRegistry)booleanisReturnValueExpected()voidreadFrom(ObjectInput input)StringtoString()voidwriteTo(ObjectOutput output)-
Methods inherited from class org.infinispan.commands.remote.BaseRpcCommand
getCacheName, getOrigin, setOrigin
-
-
-
-
Method Detail
-
invokeAsync
public CompletionStage<?> invokeAsync(org.infinispan.factories.ComponentRegistry componentRegistry)
-
getCommandId
public byte getCommandId()
-
writeTo
public void writeTo(ObjectOutput output) throws IOException
- Throws:
IOException
-
readFrom
public void readFrom(ObjectInput input) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
isReturnValueExpected
public boolean isReturnValueExpected()
-
canBlock
public boolean canBlock()
-
toString
public String toString()
- Overrides:
toStringin classorg.infinispan.commands.remote.BaseRpcCommand
-
-