Package | Description |
---|---|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation 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
|
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
com.hazelcast.spi.impl.eventservice.impl |
Contains the code for the
InternalEventService implementation. |
com.hazelcast.spi.impl.operationexecutor |
Contains the
OperationRunner code. |
com.hazelcast.spi.impl.operationexecutor.classic |
Contains the
ClassicOperationExecutor code. |
com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
com.hazelcast.spi.impl.packetdispatcher |
Contains the API for the dispatching packets to the appropriate internal services.
|
com.hazelcast.spi.impl.packetdispatcher.impl |
Contains the implementation of the
PacketDispatcher . |
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 |
ClientEngineImpl.handlePacket(Packet packet) |
Modifier and Type | Method and Description |
---|---|
void |
NodeIOService.handleClientPacket(Packet p) |
void |
IOService.handleClientPacket(Packet p) |
boolean |
ConnectionManager.transmit(Packet packet,
Address target)
Transmits a packet to a certain address.
|
boolean |
ConnectionManager.transmit(Packet packet,
Connection connection)
Transmits a packet to a certain connection.
|
Modifier and Type | Field and Description |
---|---|
protected Packet |
MemberReadHandler.packet |
Modifier and Type | Method and Description |
---|---|
void |
TcpIpConnectionManager.handle(Packet packet) |
protected void |
MemberReadHandler.handlePacket(Packet packet) |
boolean |
MemberWriteHandler.onWrite(Packet packet,
ByteBuffer dst) |
boolean |
OldClientWriteHandler.onWrite(Packet packet,
ByteBuffer dst) |
boolean |
TcpIpConnectionManager.transmit(Packet packet,
Address target)
Retries sending packet maximum 5 times until connection to target becomes available.
|
boolean |
TcpIpConnectionManager.transmit(Packet packet,
Connection connection) |
Modifier and Type | Method and Description |
---|---|
void |
PacketHandler.handle(Packet packet)
Signals the PacketHandler that there is a packet to be handled.
|
Modifier and Type | Method and Description |
---|---|
void |
EventServiceImpl.handle(Packet packet) |
Constructor and Description |
---|
RemoteEventProcessor(EventServiceImpl eventService,
Packet packet) |
Modifier and Type | Method and Description |
---|---|
void |
OperationExecutor.execute(Packet packet)
Executes a Operation packet
|
abstract void |
OperationRunner.run(Packet packet) |
Modifier and Type | Method and Description |
---|---|
void |
ClassicOperationExecutor.execute(Packet packet) |
Modifier and Type | Method and Description |
---|---|
void |
AsyncResponsePacketHandler.handle(Packet packet) |
void |
OperationServiceImpl.handle(Packet packet) |
Modifier and Type | Method and Description |
---|---|
void |
PacketDispatcher.dispatch(Packet packet)
Dispatches a packet to the appropriate service.
|
Modifier and Type | Method and Description |
---|---|
void |
PacketDispatcherImpl.dispatch(Packet packet) |
Modifier and Type | Method and Description |
---|---|
void |
WanReplicationService.handle(Packet packet)
This method is called when a replication packet arrives at the connection handler.
|
Modifier and Type | Method and Description |
---|---|
void |
WanReplicationServiceImpl.handle(Packet packet) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.