Uses of Interface
com.tangosol.io.MultiBufferWriteBuffer.WriteBufferPool
Package
Description
Contains classes providing cache persistence of serialized objects.
Contains various generic utilities.
-
Uses of MultiBufferWriteBuffer.WriteBufferPool in com.tangosol.io
Modifier and TypeClassDescriptionstatic class
Allocator is a WriteBufferPool implementation which allocates a new ByteArrayWriteBuffer on each request to the pool, and does not retain the returned buffer.Modifier and TypeMethodDescriptionMultiBufferWriteBuffer.getBufferPool()
Obtain the factory used to create WriteBuffer objects.ModifierConstructorDescriptionConstruct 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
Modifier and TypeClassDescriptionprotected static class
Serialization statistics for a given user type.