Uses of Interface
com.couchbase.client.deps.io.netty.handler.codec.memcache.LastMemcacheContent
Package | Description |
---|---|
com.couchbase.client.deps.io.netty.handler.codec.memcache |
Common superset of ascii and binary classes.
|
com.couchbase.client.deps.io.netty.handler.codec.memcache.binary |
Implementations and Interfaces for the Memcache Binary protocol.
|
-
Uses of LastMemcacheContent in com.couchbase.client.deps.io.netty.handler.codec.memcache
Subinterfaces of LastMemcacheContent in com.couchbase.client.deps.io.netty.handler.codec.memcache Modifier and Type Interface Description interface
FullMemcacheMessage
CombinesMemcacheMessage
andLastMemcacheContent
into one message.Classes in com.couchbase.client.deps.io.netty.handler.codec.memcache that implement LastMemcacheContent Modifier and Type Class Description class
DefaultLastMemcacheContent
The default implementation for theLastMemcacheContent
.Fields in com.couchbase.client.deps.io.netty.handler.codec.memcache declared as LastMemcacheContent Modifier and Type Field Description static LastMemcacheContent
LastMemcacheContent. EMPTY_LAST_CONTENT
Methods in com.couchbase.client.deps.io.netty.handler.codec.memcache that return LastMemcacheContent Modifier and Type Method Description LastMemcacheContent
DefaultLastMemcacheContent. copy()
LastMemcacheContent
LastMemcacheContent. copy()
LastMemcacheContent
DefaultLastMemcacheContent. duplicate()
LastMemcacheContent
LastMemcacheContent. duplicate()
LastMemcacheContent
DefaultLastMemcacheContent. replace(ByteBuf content)
LastMemcacheContent
DefaultLastMemcacheContent. retain()
LastMemcacheContent
DefaultLastMemcacheContent. retain(int increment)
LastMemcacheContent
LastMemcacheContent. retain()
LastMemcacheContent
LastMemcacheContent. retain(int increment)
-
Uses of LastMemcacheContent in com.couchbase.client.deps.io.netty.handler.codec.memcache.binary
Subinterfaces of LastMemcacheContent in com.couchbase.client.deps.io.netty.handler.codec.memcache.binary Modifier and Type Interface Description interface
FullBinaryMemcacheRequest
ABinaryMemcacheRequest
that also includes the content.interface
FullBinaryMemcacheResponse
ABinaryMemcacheResponse
that also includes the content.Classes in com.couchbase.client.deps.io.netty.handler.codec.memcache.binary that implement LastMemcacheContent Modifier and Type Class Description class
DefaultFullBinaryMemcacheRequest
The default implementation of aFullBinaryMemcacheRequest
.class
DefaultFullBinaryMemcacheResponse
The default implementation of aFullBinaryMemcacheResponse
.