Package | Description |
---|---|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.nio |
This package contains classes related to New IO
|
com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking between cluster members
|
Modifier and Type | Method and Description |
---|---|
PacketWriter |
DefaultNodeExtension.createPacketWriter(TcpIpConnection connection,
IOService ioService) |
PacketWriter |
NodeExtension.createPacketWriter(TcpIpConnection connection,
IOService ioService)
Creates a PacketWriter for given Connection instance.
|
Modifier and Type | Method and Description |
---|---|
PacketWriter |
NodeIOService.createPacketWriter(TcpIpConnection connection) |
PacketWriter |
IOService.createPacketWriter(TcpIpConnection connection) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultPacketWriter |
Modifier and Type | Method and Description |
---|---|
PacketWriter |
TcpIpConnectionManager.createPacketWriter(TcpIpConnection connection) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.