Package | Description |
---|---|
com.hazelcast.internal.serialization |
Contains the private serialization API + implementation.
|
com.hazelcast.internal.serialization.impl | |
com.hazelcast.map.impl.querycache.accumulator |
Contains
Accumulator
specific classes. |
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 |
---|---|
ClassDefinition |
PortableContext.lookupOrRegisterClassDefinition(Portable portable) |
Modifier and Type | Method and Description |
---|---|
Portable |
MorphingPortableReader.readPortable(String fieldName) |
Portable |
DefaultPortableReader.readPortable(String path) |
Portable[] |
MorphingPortableReader.readPortableArray(String fieldName) |
Portable[] |
DefaultPortableReader.readPortableArray(String fieldName) |
Modifier and Type | Method and Description |
---|---|
static int |
SerializationUtil.getPortableVersion(Portable portable,
int defaultVersion) |
void |
DefaultPortableWriter.writePortable(String fieldName,
Portable portable) |
void |
DefaultPortableWriter.writePortableArray(String fieldName,
Portable[] portables) |
Modifier and Type | Class and Description |
---|---|
class |
AccumulatorInfo
Metadata for an
Accumulator . |
Modifier and Type | Class and Description |
---|---|
class |
TransferableJobProcessInformation
This implementation of
JobProcessInformation is used to
transmit the currently processed number of records and the partition states to a requesting
client. |
Modifier and Type | Interface and Description |
---|---|
interface |
VersionedPortable
VersionedPortable is an extension to
Portable
to support per class version instead of a global serialization version. |
Modifier and Type | Method and Description |
---|---|
<P extends Portable> |
PortableReader.readPortable(String fieldName) |
Modifier and Type | Method and Description |
---|---|
Portable |
PortableFactory.create(int classId)
Creates a Portable instance using given class ID
|
Portable[] |
PortableReader.readPortableArray(String fieldName) |
Modifier and Type | Method and Description |
---|---|
void |
PortableWriter.writePortable(String fieldName,
Portable portable)
Writes a Portable.
|
void |
PortableWriter.writePortableArray(String fieldName,
Portable[] portables)
Writes a an array of Portables.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicatedMapEntries
An implementation of a portable implementing entry set for client results on entrySet requests
|
class |
ReplicatedMapKeys
Class to implement a replicated map keySet result
|
class |
ReplicatedMapPortableEntryEvent
Class to redirect entry listener events on the members to the listening client
|
class |
ReplicatedMapValueCollection
Class implementing a replicated map value collection result
|
Modifier and Type | Class and Description |
---|---|
class |
PortableReadResultSet<E> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCredentials
Abstract implementation of
Credentials |
class |
UsernamePasswordCredentials
Simple implementation of
Credentials using
username and password as security attributes. |
Modifier and Type | Class and Description |
---|---|
class |
PortableCachePartitionLostEvent |
class |
PortableCollection |
class |
PortableDistributedObjectEvent |
class |
PortableEntryEvent |
class |
PortableItemEvent |
class |
PortableMapPartitionLostEvent |
class |
PortablePartitionLostEvent |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.