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 | Method and Description |
---|---|
void |
ClientRequest.read(PortableReader reader) |
void |
ClientDestroyRequest.read(PortableReader reader) |
void |
ClientCreateRequest.read(PortableReader reader) |
void |
BaseClientRemoveListenerRequest.read(PortableReader reader) |
void |
AuthenticationRequest.read(PortableReader reader) |
void |
GenericError.readPortable(PortableReader reader) |
void |
DistributedObjectInfo.readPortable(PortableReader reader) |
void |
ClientRequest.readPortable(PortableReader reader) |
void |
ClientPrincipal.readPortable(PortableReader reader) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPortableReader |
class |
MorphingPortableReader |
Modifier and Type | Method and Description |
---|---|
PortableReader |
SerializationServiceImpl.createPortableReader(Data data) |
PortableReader |
SerializationService.createPortableReader(Data data) |
Modifier and Type | Method and Description |
---|---|
void |
Portable.readPortable(PortableReader reader)
Read portable fields using PortableReader
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCredentials.readPortable(PortableReader reader) |
protected void |
UsernamePasswordCredentials.readPortableInternal(PortableReader reader) |
protected abstract void |
AbstractCredentials.readPortableInternal(PortableReader reader) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.