Package | Description |
---|---|
com.hazelcast.internal.serialization |
Contains the private serialization API + implementation.
|
com.hazelcast.internal.serialization.impl | |
com.hazelcast.internal.serialization.impl.bufferpool |
Contains the logic for the BufferPool.
|
Modifier and Type | Method and Description |
---|---|
BufferObjectDataOutput |
SerializationService.createObjectDataOutput() |
BufferObjectDataOutput |
SerializationService.createObjectDataOutput(int size) |
BufferObjectDataOutput |
InputOutputFactory.createOutput(int size,
SerializationService service) |
Modifier and Type | Method and Description |
---|---|
BufferObjectDataOutput |
AbstractSerializationService.createObjectDataOutput() |
BufferObjectDataOutput |
AbstractSerializationService.createObjectDataOutput(int size) |
Constructor and Description |
---|
DefaultPortableWriter(com.hazelcast.internal.serialization.impl.PortableSerializer serializer,
BufferObjectDataOutput out,
ClassDefinition cd) |
Modifier and Type | Method and Description |
---|---|
BufferObjectDataOutput |
BufferPool.takeOutputBuffer()
Takes an BufferObjectDataOutput from the pool.
|
BufferObjectDataOutput |
BufferPoolImpl.takeOutputBuffer() |
Modifier and Type | Method and Description |
---|---|
void |
BufferPool.returnOutputBuffer(BufferObjectDataOutput out)
Returns a BufferObjectDataOutput back to the pool.
|
void |
BufferPoolImpl.returnOutputBuffer(BufferObjectDataOutput out) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.