Uses of Interface
net.spy.memcached.ops.DeleteConfigOperation
Packages that use DeleteConfigOperation
Package
Description
Memcached client and transformation utils
Low-level operations for the memcached ascii protocol
Low-level operations for the memcached binary protocol
-
Uses of DeleteConfigOperation in net.spy.memcached
Methods in net.spy.memcached that return DeleteConfigOperationModifier and TypeMethodDescriptionOperationFactory.deleteConfig(ConfigurationType type, OperationCallback operationCallback) Create a deletion operation for config. -
Uses of DeleteConfigOperation in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii that return DeleteConfigOperationModifier and TypeMethodDescriptionAsciiOperationFactory.deleteConfig(ConfigurationType type, OperationCallback cb) -
Uses of DeleteConfigOperation in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary that return DeleteConfigOperationModifier and TypeMethodDescriptionBinaryOperationFactory.deleteConfig(ConfigurationType type, OperationCallback cb)