Package | Description |
---|---|
com.hazelcast.internal.serialization |
Contains the private serialization API + implementation.
|
com.hazelcast.internal.serialization.impl | |
com.hazelcast.mapreduce.impl.task |
This package contains the base implementation for a standard map reduce job.
|
com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization;
such as serializer interfaces, input/output streams.
|
com.hazelcast.replicatedmap.impl.client |
This package contains classes for client communication on replicated map implementation
|
com.hazelcast.ringbuffer.impl.client | |
com.hazelcast.security |
Provides interfaces/classes for Hazelcast security implementation.
|
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
Modifier and Type | Method and Description |
---|---|
PortableReader |
InternalSerializationService.createPortableReader(Data data) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPortableReader
Can't be accessed concurrently
|
class |
MorphingPortableReader
Enables reading from a portable byte stream if the portableVersion from the classDefinition is different than
the portableVersion from the byte stream.
|
Modifier and Type | Method and Description |
---|---|
PortableReader |
SerializationServiceV1.createPortableReader(Data data) |
Modifier and Type | Method and Description |
---|---|
void |
TransferableJobProcessInformation.readPortable(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
Portable.readPortable(PortableReader reader)
Read portable fields using PortableReader
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicatedMapPortableEntryEvent.readPortable(PortableReader reader) |
void |
ReplicatedMapEntries.readPortable(PortableReader reader) |
void |
ReplicatedMapKeys.readPortable(PortableReader reader) |
void |
ReplicatedMapValueCollection.readPortable(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
PortableReadResultSet.readPortable(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCredentials.readPortable(PortableReader reader) |
protected void |
UsernamePasswordCredentials.readPortableInternal(PortableReader reader) |
protected abstract void |
AbstractCredentials.readPortableInternal(PortableReader reader) |
Modifier and Type | Method and Description |
---|---|
void |
PortablePartitionLostEvent.readPortable(PortableReader reader) |
void |
PortableCachePartitionLostEvent.readPortable(PortableReader reader) |
void |
PortableEntryEvent.readPortable(PortableReader reader) |
void |
PortableCollection.readPortable(PortableReader reader) |
void |
PortableMapPartitionLostEvent.readPortable(PortableReader reader) |
void |
PortableDistributedObjectEvent.readPortable(PortableReader reader) |
void |
PortableItemEvent.readPortable(PortableReader reader) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.