Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.spi |
Contains classes/interfaces related to Service Provider Interface
such as ClientProxy , ClientClusterService
|
com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization;
such as serializer interfaces, input/output streams.
|
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
Modifier and Type | Method and Description |
---|---|
Data |
ClientResponse.getResponse() |
Data |
ClientEngineImpl.toData(Object obj) |
Data |
ClientEngine.toData(Object obj) |
Modifier and Type | Method and Description |
---|---|
Object |
ClientEngineImpl.toObject(Data data) |
Object |
ClientEngine.toObject(Data data) |
Constructor and Description |
---|
ClientResponse(Data response,
boolean isError,
int callId) |
ClientResponse(Data response,
int callId,
boolean isEvent) |
Modifier and Type | Method and Description |
---|---|
protected Data |
ClientProxy.toData(Object o) |
Modifier and Type | Method and Description |
---|---|
int |
ClientPartitionService.getPartitionId(Data key) |
Modifier and Type | Field and Description |
---|---|
protected Data |
DataAdapter.data |
Modifier and Type | Method and Description |
---|---|
Data |
DataAdapter.getData() |
Data |
SerializationServiceImpl.toData(Object obj) |
Data |
SerializationService.toData(Object obj) |
Data |
SerializationServiceImpl.toData(Object obj,
PartitioningStrategy strategy) |
Data |
SerializationService.toData(Object obj,
PartitioningStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
com.hazelcast.nio.BufferObjectDataInput |
InputOutputFactory.createInput(Data data,
SerializationService service) |
com.hazelcast.nio.BufferObjectDataInput |
SerializationServiceImpl.createObjectDataInput(Data data) |
com.hazelcast.nio.BufferObjectDataInput |
SerializationService.createObjectDataInput(Data data) |
PortableReader |
SerializationServiceImpl.createPortableReader(Data data) |
PortableReader |
SerializationService.createPortableReader(Data data) |
void |
DataAdapter.setData(Data data) |
Constructor and Description |
---|
DataAdapter(Data data) |
DataAdapter(Data data,
PortableContext context) |
Modifier and Type | Method and Description |
---|---|
protected Data |
AbstractDistributedObject.getNameAsPartitionAwareData() |
Data |
NodeEngine.toData(Object object) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.