Uses of Interface
com.tangosol.io.MultiBufferWriteBuffer.WriteBufferPool
-
Packages that use MultiBufferWriteBuffer.WriteBufferPool Package Description com.tangosol.io Contains classes providing cache persistence of serialized objects.com.tangosol.util Contains various generic utilities. -
-
Uses of MultiBufferWriteBuffer.WriteBufferPool in com.tangosol.io
Classes in com.tangosol.io that implement MultiBufferWriteBuffer.WriteBufferPool Modifier and Type Class Description static class
ByteArrayWriteBuffer.Allocator
Allocator is a WriteBufferPool implementation which allocates a new ByteArrayWriteBuffer on each request to the pool, and does not retain the returned buffer.Methods in com.tangosol.io that return MultiBufferWriteBuffer.WriteBufferPool Modifier and Type Method Description MultiBufferWriteBuffer.WriteBufferPool
MultiBufferWriteBuffer. getBufferPool()
Obtain the factory used to create WriteBuffer objects.Constructors in com.tangosol.io with parameters of type MultiBufferWriteBuffer.WriteBufferPool Constructor Description MultiBufferWriteBuffer(MultiBufferWriteBuffer.WriteBufferPool bufferpool)
Construct a MultiBufferWriteBuffer that will use the passed WriteBufferPool to allocate WriteBuffer objects from.MultiBufferWriteBuffer(MultiBufferWriteBuffer.WriteBufferPool bufferpool, int cbEstimate)
Construct a MultiBufferWriteBuffer that will use the passed WriteBufferPool to allocate WriteBuffer objects from. -
Uses of MultiBufferWriteBuffer.WriteBufferPool in com.tangosol.util
Classes in com.tangosol.util that implement MultiBufferWriteBuffer.WriteBufferPool Modifier and Type Class Description protected static class
ExternalizableHelper.Stats
Serialization statistics for a given user type.
-