Package | Description |
---|---|
com.hazelcast.nio |
This package contains classes related to New IO
|
com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking for cluster members
This whole package is internal and no compatibility will be provided. |
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.impl |
Contains the
OperationExecutorImpl code. |
com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
Modifier and Type | Method and Description |
---|---|
Packet |
Packet.raiseFlags(int flagsToRaise)
Raises all the flags raised in the argument.
|
Packet |
Packet.resetFlagsTo(int flagsToSet)
Resets the entire
flags bitfield to the supplied value. |
Packet |
Packet.setConn(Connection conn)
Sets the Connection this Packet is send with.
|
Packet |
Packet.setPacketType(Packet.Type type)
Sets the packet type by updating the packet type bits in the
flags bitfield. |
Modifier and Type | Method and Description |
---|---|
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 |
MemberChannelInboundHandler.packet |
Modifier and Type | Method and Description |
---|---|
void |
TcpIpConnectionManager.handle(Packet packet) |
protected void |
MemberChannelInboundHandler.handlePacket(Packet packet) |
boolean |
MemberChannelOutboundHandler.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 |
PacketDispatcher.handle(Packet packet) |
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)
Signals the PacketHandler that there is a packet to be handled.
|
Constructor and Description |
---|
RemoteEventProcessor(EventServiceImpl eventService,
Packet packet) |
Modifier and Type | Method and Description |
---|---|
abstract void |
OperationRunner.run(Packet packet) |
Modifier and Type | Method and Description |
---|---|
void |
OperationExecutorImpl.handle(Packet packet) |
Modifier and Type | Method and Description |
---|---|
void |
InvocationMonitor.handle(Packet packet) |
void |
InboundResponseHandler.handle(Packet packet) |
void |
AsyncInboundResponseHandler.handle(Packet packet) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.