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 VersionOperationOperationFactory. 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) classVersionOperationImplOperation to request the version of a memcached server.Methods in net.spy.memcached.protocol.ascii that return VersionOperation Modifier and Type Method Description VersionOperationAsciiOperationFactory. 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) classVersionOperationImplMethods in net.spy.memcached.protocol.binary that return VersionOperation Modifier and Type Method Description VersionOperationBinaryOperationFactory. version(OperationCallback cb)
-