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 |
Contains classes/interfaces related to Service Provider Interface
such as ClientProxy , ClientClusterService
|
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.eventservice |
Contains the code for the
InternalEventService . |
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.transceiver |
Contains the code for the
PacketTransceiver . |
com.hazelcast.spi.impl.transceiver.impl |
Contains the implementation of the
PacketTransceiver . |
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 |
ClientInvocationService.handlePacket(Packet packet) |
Modifier and Type | Method and Description |
---|---|
void |
ClientListenerServiceImpl.handleEventPacket(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 |
InternalEventService.handleEvent(Packet packet)
Handles an event-packet.
|
Modifier and Type | Method and Description |
---|---|
void |
EventServiceImpl.handleEvent(Packet packet) |
Constructor and Description |
---|
RemoteEventPacketProcessor(EventServiceImpl eventService,
Packet packet) |
Modifier and Type | Method and Description |
---|---|
void |
OperationExecutor.execute(Packet packet)
Executes a Operation/Response-packet.
|
void |
ResponsePacketHandler.handle(Packet packet)
Signals the ResponsePacketHandler that there is a response packet that should be handled.
|
abstract void |
OperationRunner.run(Packet packet) |
Modifier and Type | Method and Description |
---|---|
void |
ClassicOperationExecutor.execute(Packet packet) |
Modifier and Type | Method and Description |
---|---|
void |
PacketTransceiver.receive(Packet packet)
Lets the PacketTransceiver receive a packet.
|
boolean |
PacketTransceiver.transmit(Packet packet,
Address target)
Transmits a packet to a certain address.
|
boolean |
PacketTransceiver.transmit(Packet packet,
Connection connection)
Transmits a packet to a certain connection.
|
Modifier and Type | Method and Description |
---|---|
void |
PacketTransceiverImpl.receive(Packet packet) |
boolean |
PacketTransceiverImpl.transmit(Packet packet,
Address target)
Retries sending packet maximum 5 times until connection to target becomes available.
|
boolean |
PacketTransceiverImpl.transmit(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 © 2015 Hazelcast, Inc.. All Rights Reserved.