Package | Description |
---|---|
com.hazelcast.nio |
This package contains classes related to New IO
|
com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization;
such as serializer interfaces, input/output streams.
|
com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking between cluster members
|
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
Modifier and Type | Method and Description |
---|---|
PortableContext |
NodeIOService.getPortableContext() |
PortableContext |
IOService.getPortableContext() |
Constructor and Description |
---|
Packet(Data value,
int partitionId,
PortableContext context) |
Packet(Data value,
PortableContext context) |
Packet(PortableContext context) |
Modifier and Type | Field and Description |
---|---|
protected PortableContext |
DataAdapter.context |
protected PortableContext |
SerializationServiceImpl.portableContext |
Modifier and Type | Method and Description |
---|---|
PortableContext |
SerializationServiceImpl.getPortableContext() |
PortableContext |
SerializationService.getPortableContext() |
Modifier and Type | Method and Description |
---|---|
static int |
DataAdapter.getDataSize(Data data,
PortableContext context) |
Constructor and Description |
---|
ClassDefinitionSerializer(Data data,
PortableContext context) |
DataAdapter(Data data,
PortableContext context) |
DataAdapter(PortableContext context) |
Modifier and Type | Method and Description |
---|---|
PortableContext |
TcpIpConnectionManager.getPortableContext() |
Modifier and Type | Method and Description |
---|---|
PortableContext |
NodeEngineImpl.getPortableContext() |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.