Package | Description |
---|---|
com.hazelcast.client.spi |
Contains classes/interfaces related to the Hazelcast client Service Provider Interface.
|
com.hazelcast.internal.serialization.impl | |
com.hazelcast.nio |
This package contains classes related to New IO
|
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
com.hazelcast.spi.partition |
Contains the SPI for partition logic for Hazelcast.
|
com.hazelcast.spi.serialization |
Contains SPI related to serialization
|
com.hazelcast.wan |
This package contains the WAN replication API
|
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 | Class and Description |
---|---|
class |
com.hazelcast.internal.serialization.impl.HeapData
A
Data implementation where the content lives on the heap. |
Modifier and Type | Class and Description |
---|---|
class |
Packet
A Packet is a piece of data sent over the wire.
|
Modifier and Type | Method and Description |
---|---|
Data |
ObjectDataInput.readData() |
Modifier and Type | Method and Description |
---|---|
void |
ObjectDataOutput.writeData(Data data) |
Modifier and Type | Method and Description |
---|---|
protected Data |
AbstractDistributedObject.getNameAsPartitionAwareData() |
protected Data |
AbstractDistributedObject.toData(Object object) |
Data |
NodeEngine.toData(Object object)
Serializes an object to a
Data . |
Modifier and Type | Method and Description |
---|---|
protected int |
AbstractDistributedObject.getPartitionId(Data key) |
Modifier and Type | Method and Description |
---|---|
int |
IPartitionService.getPartitionId(Data key)
Returns the partition ID for a
Data key. |
Modifier and Type | Method and Description |
---|---|
<B extends Data> |
SerializationService.toData(Object obj)
Serializes an object to a
Data . |
<B extends Data> |
SerializationService.toData(Object obj,
PartitioningStrategy strategy)
Serializes an object to a
Data . |
Modifier and Type | Method and Description |
---|---|
Data |
ReplicationEventObject.getKey()
Returns the key for the entry on which the event occurred.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.