| Package | Description |
|---|---|
| com.tangosol.io |
Contains classes providing cache persistence of serialized objects.
|
| com.tangosol.util |
Contains various generic utilities.
|
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
MultiBufferWriteBuffer.WriteBufferPool |
MultiBufferWriteBuffer.getBufferPool()
Obtain the factory used to create WriteBuffer objects.
|
| 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.
|
| Modifier and Type | Class | Description |
|---|---|---|
protected static class |
ExternalizableHelper.Stats
Serialization statistics for a given user type.
|