Uses of Interface
net.spy.memcached.ops.SetConfigOperation
Packages that use SetConfigOperation
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 SetConfigOperation in net.spy.memcached
Methods in net.spy.memcached that return SetConfigOperationModifier and TypeMethodDescriptionOperationFactory.setConfig(ConfigurationType type, int flags, byte[] data, OperationCallback cb) Create a setConfig operation. -
Uses of SetConfigOperation in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii that return SetConfigOperationModifier and TypeMethodDescriptionAsciiOperationFactory.setConfig(ConfigurationType type, int flags, byte[] data, OperationCallback cb) -
Uses of SetConfigOperation in net.spy.memcached.protocol.binary
Methods in net.spy.memcached.protocol.binary that return SetConfigOperationModifier and TypeMethodDescriptionBinaryOperationFactory.setConfig(ConfigurationType type, int flags, byte[] data, OperationCallback cb)