Package net.rubyeye.xmemcached.command
Interface AssocCommandAware
-
- All Known Implementing Classes:
BinaryGetAndTouchCommand,BinaryGetCommand,KestrelGetCommand,TextGetCommand,TextGetMultiCommand,TextGetOneCommand
public interface AssocCommandAwareAssoc commands aware interface.Association commands mean that commands has the same key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Command>getAssocCommands()voidsetAssocCommands(java.util.List<Command> assocCommands)
-