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