Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization;
such as serializer interfaces, input/output streams.
|
com.hazelcast.security |
Provides interfaces/classes for Hazelcast security implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
AllPartitionsClientRequest |
class |
AuthenticationRequest |
class |
BaseClientRemoveListenerRequest |
class |
CallableClientRequest |
class |
ClientCreateRequest |
class |
ClientDestroyRequest |
class |
ClientPrincipal |
class |
ClientRequest |
class |
DistributedObjectInfo |
class |
DistributedObjectListenerRequest |
class |
GenericError |
class |
GetDistributedObjectsRequest |
class |
InvocationClientRequest |
class |
KeyBasedClientRequest |
class |
MultiPartitionClientRequest |
class |
MultiTargetClientRequest |
class |
PartitionClientRequest |
class |
RemoveDistributedObjectListenerRequest
When a connection does not respond to heart-beat we switch the listeners to another endpoint
If somehow connection starts to respond heart-beat we need to signal the endpoint to remove the listeners
This class is used for this purpose because of backward-compatibility
|
class |
TargetClientRequest |
Modifier and Type | Method and Description |
---|---|
Portable |
ClientPortableFactory.create(int classId) |
Modifier and Type | Interface and Description |
---|---|
interface |
PortableAdapter<T> |
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 |
ArrayPortableFactory.create(int classId) |
Portable |
MorphingPortableReader.readPortable(String fieldName) |
Portable |
DefaultPortableReader.readPortable(String fieldName) |
Portable[] |
PortableReader.readPortableArray(String fieldName) |
Portable[] |
MorphingPortableReader.readPortableArray(String fieldName) |
Portable[] |
DefaultPortableReader.readPortableArray(String fieldName) |
Modifier and Type | Method and Description |
---|---|
ClassDefinition |
PortableContext.lookupOrRegisterClassDefinition(Portable portable) |
void |
PortableWriter.writePortable(String fieldName,
Portable portable) |
void |
DefaultPortableWriter.writePortable(String fieldName,
Portable portable) |
void |
PortableWriter.writePortableArray(String fieldName,
Portable[] portables) |
void |
DefaultPortableWriter.writePortableArray(String fieldName,
Portable[] portables) |
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. |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.