Package org.infinispan.commands
Interface CancellableCommand
-
- All Superinterfaces:
org.infinispan.commands.remote.CacheRpcCommand
,ReplicableCommand
public interface CancellableCommand extends org.infinispan.commands.remote.CacheRpcCommand
CancellableCommand is a command whose execution in remote VM can be canceled (if needed)- Since:
- 5.2
- Author:
- Vladimir Blagojevic
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UUID
getUUID()
Returns UUID of a command-
Methods inherited from interface org.infinispan.commands.remote.CacheRpcCommand
getCacheName, getOrigin, setOrigin
-
Methods inherited from interface org.infinispan.commands.ReplicableCommand
canBlock, getCommandId, invoke, invokeAsync, isReturnValueExpected, isSuccessful, perform, readFrom, writeTo
-
-
-
-
Method Detail
-
getUUID
UUID getUUID()
Returns UUID of a command- Returns:
- command UUID
-
-