Package | Description |
---|---|
com.hazelcast.client.connection |
Provides connection interfaces/classes for com.hazelcast.client
|
com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.client.spi.impl |
Provides util classes for com.hazelcast.client
|
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
|
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
com.hazelcast.wan |
This package contains the WAN replication API
|
com.hazelcast.wan.impl |
This package contains the opensource implementation of WAN replication
|
Modifier and Type | Method and Description |
---|---|
void |
ClientConnectionManager.handlePacket(Packet packet)
Handles incoming network package
|
Modifier and Type | Method and Description |
---|---|
void |
ClientConnectionManagerImpl.handlePacket(Packet packet) |
Modifier and Type | Method and Description |
---|---|
void |
ClientEngineImpl.handlePacket(Packet packet) |
Modifier and Type | Method and Description |
---|---|
void |
ClientListenerServiceImpl.handleEventPacket(Packet packet) |
void |
ClientInvocationServiceImpl.handlePacket(Packet packet) |
Modifier and Type | Method and Description |
---|---|
void |
NodeIOService.handleClientPacket(Packet p) |
void |
IOService.handleClientPacket(Packet p) |
void |
NodeIOService.handleMemberPacket(Packet packet) |
void |
IOService.handleMemberPacket(Packet p) |
Modifier and Type | Field and Description |
---|---|
protected Packet |
DefaultPacketReader.packet |
Modifier and Type | Method and Description |
---|---|
protected Packet |
DefaultPacketReader.obtainPacket() |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultPacketReader.handleBind(Packet packet) |
protected void |
DefaultPacketReader.handlePacket(Packet packet) |
boolean |
PacketWriter.writePacket(Packet packet,
ByteBuffer socketBB) |
boolean |
DefaultPacketWriter.writePacket(Packet packet,
ByteBuffer socketBB) |
Modifier and Type | Method and Description |
---|---|
void |
BasicOperationScheduler.execute(Packet packet) |
void |
InternalOperationService.executeOperation(Packet packet)
Executes an operation.
|
void |
NodeEngineImpl.handlePacket(Packet packet) |
boolean |
NodeEngineImpl.send(Packet packet,
Address target)
Retries sending packet maximum 5 times until connection to target becomes available.
|
boolean |
NodeEngineImpl.send(Packet packet,
Connection connection) |
Modifier and Type | Method and Description |
---|---|
void |
WanReplicationService.handleEvent(Packet packet)
This method is called when a replication packet arrives at the connection handler.
|
Modifier and Type | Method and Description |
---|---|
void |
WanReplicationServiceImpl.handleEvent(Packet packet) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.