Package net.rubyeye.xmemcached.command
Interface StoreCommand
-
- All Known Implementing Classes:
BaseBinaryCommand,BinaryAppendPrependCommand,BinaryAuthListMechanismsCommand,BinaryAuthStartCommand,BinaryAuthStepCommand,BinaryAWSElasticCacheConfigCommand,BinaryCASCommand,BinaryDeleteCommand,BinaryFlushAllCommand,BinaryGetAndTouchCommand,BinaryGetCommand,BinaryGetMultiCommand,BinaryIncrDecrCommand,BinaryNoopCommand,BinaryQuitCommand,BinarySetMultiCommand,BinaryStatsCommand,BinaryStoreCommand,BinaryTouchCommand,BinaryVerbosityCommand,BinaryVersionCommand,KestrelSetCommand,TextCASCommand,TextStoreCommand
public interface StoreCommandA store command interface for STORE commands such as SET,ADD
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetValue()voidsetValue(java.lang.Object value)
-