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 |
---|---|
BufferObjectDataInput |
InputOutputFactory.createInput(byte[] buffer,
SerializationService service) |
BufferObjectDataInput |
InputOutputFactory.createInput(Data data,
SerializationService service) |
BufferObjectDataInput |
SerializationService.createObjectDataInput(byte[] data) |
BufferObjectDataInput |
SerializationService.createObjectDataInput(Data data) |
Modifier and Type | Method and Description |
---|---|
BufferObjectDataInput |
AbstractSerializationService.createObjectDataInput(byte[] data) |
BufferObjectDataInput |
AbstractSerializationService.createObjectDataInput(Data data) |
Constructor and Description |
---|
DefaultPortableReader(com.hazelcast.internal.serialization.impl.PortableSerializer serializer,
BufferObjectDataInput in,
ClassDefinition cd) |
MorphingPortableReader(com.hazelcast.internal.serialization.impl.PortableSerializer serializer,
BufferObjectDataInput in,
ClassDefinition cd) |
Modifier and Type | Method and Description |
---|---|
BufferObjectDataInput |
BufferPool.takeInputBuffer(Data data)
Takes an BufferObjectDataInput from the pool and initializes it with the given data.
|
BufferObjectDataInput |
BufferPoolImpl.takeInputBuffer(Data data) |
Modifier and Type | Method and Description |
---|---|
void |
BufferPool.returnInputBuffer(BufferObjectDataInput in)
Returns a BufferObjectDataInput back to the pool.
|
void |
BufferPoolImpl.returnInputBuffer(BufferObjectDataInput in) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.