Uses of Interface
net.rubyeye.xmemcached.buffer.IoBuffer
Packages that use IoBuffer
Package
Description
ByteBuffer Wrapper,all classes of this package has been deprecated.
-
Uses of IoBuffer in net.rubyeye.xmemcached.buffer
Classes in net.rubyeye.xmemcached.buffer that implement IoBufferModifier and TypeClassDescriptionclass
Deprecated.class
Deprecated.Fields in net.rubyeye.xmemcached.buffer declared as IoBufferModifier and TypeFieldDescriptionprivate final IoBuffer
CachedBufferAllocator.EMPTY_IO_BUFFER
Deprecated.static final IoBuffer
SimpleBufferAllocator.EMPTY_IOBUFFER
Deprecated.Methods in net.rubyeye.xmemcached.buffer that return IoBufferModifier and TypeMethodDescriptionBufferAllocator.allocate
(int capacity) Deprecated.final IoBuffer
CachedBufferAllocator.allocate
(int requestedCapacity) Deprecated.final IoBuffer
SimpleBufferAllocator.allocate
(int capacity) Deprecated.BufferAllocator.wrap
(ByteBuffer byteBuffer) Deprecated.final IoBuffer
CachedBufferAllocator.wrap
(ByteBuffer nioBuffer) Deprecated.final IoBuffer
SimpleBufferAllocator.wrap
(ByteBuffer byteBuffer) Deprecated.