Package org.shoal.adapter.store.commands
Class RemoveExpiredResultCommand<K,V>
- java.lang.Object
-
- org.shoal.ha.cache.impl.command.Command<String,V>
-
- org.shoal.adapter.store.commands.RemoveExpiredResultCommand<K,V>
-
- All Implemented Interfaces:
Serializable
public class RemoveExpiredResultCommand<K,V> extends Command<String,V>
- Author:
- Mahesh Kannan
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static Logger_logger-
Fields inherited from class org.shoal.ha.cache.impl.command.Command
dsc, targetInstanceName
-
-
Constructor Summary
Constructors Constructor Description RemoveExpiredResultCommand(String target, long tokenId, int result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Field Detail
-
_logger
protected static final Logger _logger
-
-
Constructor Detail
-
RemoveExpiredResultCommand
public RemoveExpiredResultCommand(String target, long tokenId, int result)
-
-
Method Detail
-
beforeTransmit
public boolean beforeTransmit()
- Specified by:
beforeTransmitin classCommand<String,V>
-
isArtificialKey
protected boolean isArtificialKey()
- Overrides:
isArtificialKeyin classCommand<String,V>
-
-