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.write(PortableWriter writer) |
void |
ClientDestroyRequest.write(PortableWriter writer) |
void |
ClientCreateRequest.write(PortableWriter writer) |
void |
BaseClientRemoveListenerRequest.write(PortableWriter writer) |
void |
AuthenticationRequest.write(PortableWriter writer) |
void |
GenericError.writePortable(PortableWriter writer) |
void |
DistributedObjectInfo.writePortable(PortableWriter writer) |
void |
ClientRequest.writePortable(PortableWriter writer) |
void |
ClientPrincipal.writePortable(PortableWriter writer) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPortableWriter |
Modifier and Type | Method and Description |
---|---|
void |
Portable.writePortable(PortableWriter writer)
Serialize this portable object using PortableWriter
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractCredentials.writePortable(PortableWriter writer) |
protected void |
UsernamePasswordCredentials.writePortableInternal(PortableWriter writer) |
protected abstract void |
AbstractCredentials.writePortableInternal(PortableWriter writer) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.