Uses of Class
net.spy.memcached.ops.ConcatenationType
-
Packages that use ConcatenationType Package Description net.spy.memcached Memcached client and transformation utilsnet.spy.memcached.ops Fundamental protocol operation interfacesnet.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 ConcatenationType in net.spy.memcached
Methods in net.spy.memcached with parameters of type ConcatenationType Modifier and Type Method Description private <T> OperationFuture<java.lang.Boolean>
MemcachedClient. asyncCat(ConcatenationType catType, long cas, java.lang.String key, T value, Transcoder<T> tc)
ConcatenationOperation
OperationFactory. cat(ConcatenationType catType, long casId, java.lang.String key, byte[] data, OperationCallback cb)
Get a concatenation operation. -
Uses of ConcatenationType in net.spy.memcached.ops
Methods in net.spy.memcached.ops that return ConcatenationType Modifier and Type Method Description ConcatenationType
ConcatenationOperation. getStoreType()
Get the concatenation type for this operation.static ConcatenationType
ConcatenationType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ConcatenationType[]
ConcatenationType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConcatenationType in net.spy.memcached.protocol.ascii
Fields in net.spy.memcached.protocol.ascii declared as ConcatenationType Modifier and Type Field Description private ConcatenationType
ConcatenationOperationImpl. concatType
Methods in net.spy.memcached.protocol.ascii that return ConcatenationType Modifier and Type Method Description ConcatenationType
ConcatenationOperationImpl. getStoreType()
Methods in net.spy.memcached.protocol.ascii with parameters of type ConcatenationType Modifier and Type Method Description ConcatenationOperation
AsciiOperationFactory. cat(ConcatenationType catType, long casId, java.lang.String key, byte[] data, OperationCallback cb)
Constructors in net.spy.memcached.protocol.ascii with parameters of type ConcatenationType Constructor Description ConcatenationOperationImpl(ConcatenationType t, java.lang.String k, byte[] d, OperationCallback cb)
-
Uses of ConcatenationType in net.spy.memcached.protocol.binary
Fields in net.spy.memcached.protocol.binary declared as ConcatenationType Modifier and Type Field Description private ConcatenationType
ConcatenationOperationImpl. catType
Methods in net.spy.memcached.protocol.binary that return ConcatenationType Modifier and Type Method Description ConcatenationType
ConcatenationOperationImpl. getStoreType()
Methods in net.spy.memcached.protocol.binary with parameters of type ConcatenationType Modifier and Type Method Description ConcatenationOperation
BinaryOperationFactory. cat(ConcatenationType catType, long casId, java.lang.String key, byte[] data, OperationCallback cb)
private static byte
ConcatenationOperationImpl. cmdMap(ConcatenationType t)
Constructors in net.spy.memcached.protocol.binary with parameters of type ConcatenationType Constructor Description ConcatenationOperationImpl(ConcatenationType t, java.lang.String k, byte[] d, long c, OperationCallback cb)
-