Uses of Interface
net.spy.memcached.ops.VersionOperation
-
Packages that use VersionOperation Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.protocol.ascii Low-level operations for the memcached ascii protocolnet.spy.memcached.protocol.binary Low-level operations for the memcached binary protocol -
-
Uses of VersionOperation in net.spy.memcached
Methods in net.spy.memcached that return VersionOperation Modifier and Type Method Description VersionOperation
OperationFactory. version(OperationCallback cb)
Create a new version operation. -
Uses of VersionOperation in net.spy.memcached.protocol.ascii
Classes in net.spy.memcached.protocol.ascii that implement VersionOperation Modifier and Type Class Description (package private) class
VersionOperationImpl
Operation to request the version of a memcached server.Methods in net.spy.memcached.protocol.ascii that return VersionOperation Modifier and Type Method Description VersionOperation
AsciiOperationFactory. version(OperationCallback cb)
-
Uses of VersionOperation in net.spy.memcached.protocol.binary
Classes in net.spy.memcached.protocol.binary that implement VersionOperation Modifier and Type Class Description (package private) class
VersionOperationImpl
Methods in net.spy.memcached.protocol.binary that return VersionOperation Modifier and Type Method Description VersionOperation
BinaryOperationFactory. version(OperationCallback cb)
-