Package org.shoal.adapter.store.commands
Class LoadRequestCommand<K,V>
- java.lang.Object
-
- org.shoal.ha.cache.impl.command.Command<K,V>
-
- org.shoal.adapter.store.commands.LoadRequestCommand<K,V>
-
- All Implemented Interfaces:
java.io.Serializable
public class LoadRequestCommand<K,V> extends Command<K,V>
- Author:
- Mahesh Kannan
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.shoal.ha.cache.impl.command.Command
dsc, targetInstanceName
-
-
Constructor Summary
Constructors Constructor Description LoadRequestCommand()LoadRequestCommand(K key, long minVersion, java.lang.String t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanbeforeTransmit()voidexecute(java.lang.String initiator)java.lang.StringgetRespondingInstanceName()VgetResult(long waitFor, java.util.concurrent.TimeUnit unit)java.lang.StringtoString()-
Methods inherited from class org.shoal.ha.cache.impl.command.Command
captureState, getCommandManager, getDataStoreContext, getKey, getKeyMappingInfo, getName, getOpcode, getTargetName, initialize, isArtificialKey, onFailure, onSuccess, prepareTransmit, setKey, setTargetName
-
-
-
-
Constructor Detail
-
LoadRequestCommand
public LoadRequestCommand()
-
LoadRequestCommand
public LoadRequestCommand(K key, long minVersion, java.lang.String t)
-
-
Method Detail
-
beforeTransmit
protected boolean beforeTransmit()
- Specified by:
beforeTransmitin classCommand<K,V>
-
execute
public void execute(java.lang.String initiator)
-
getRespondingInstanceName
public java.lang.String getRespondingInstanceName()
-
getResult
public V getResult(long waitFor, java.util.concurrent.TimeUnit unit) throws DataStoreException
- Throws:
DataStoreException
-
-