Package org.shoal.adapter.store.commands
Class SimpleAckCommand<K,V>
- java.lang.Object
-
- org.shoal.ha.cache.impl.command.Command
-
- org.shoal.adapter.store.commands.SimpleAckCommand<K,V>
-
- All Implemented Interfaces:
Serializable
public class SimpleAckCommand<K,V> extends Command
- Author:
- Mahesh Kannan
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SimpleAckCommand()SimpleAckCommand(String targetInstanceName, long tokenId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanbeforeTransmit()voidexecute(String initiator)protected booleanisArtificialKey()StringtoString()-
Methods inherited from class org.shoal.ha.cache.impl.command.Command
captureState, getCommandManager, getDataStoreContext, getKey, getKeyMappingInfo, getName, getOpcode, getTargetName, initialize, onFailure, onSuccess, prepareTransmit, setKey, setTargetName
-
-
-
-
Constructor Detail
-
SimpleAckCommand
public SimpleAckCommand()
-
SimpleAckCommand
public SimpleAckCommand(String targetInstanceName, long tokenId)
-
-
Method Detail
-
beforeTransmit
protected boolean beforeTransmit()
- Specified by:
beforeTransmitin classCommand
-
isArtificialKey
protected boolean isArtificialKey()
- Overrides:
isArtificialKeyin classCommand
-
-