Package | Description |
---|---|
com.hazelcast.nio | |
com.hazelcast.spi.impl | |
com.hazelcast.wan |
Modifier and Type | Method and Description |
---|---|
void |
IOService.handleMemberPacket(Packet p) |
void |
NodeIOService.handleMemberPacket(Packet packet) |
Modifier and Type | Method and Description |
---|---|
void |
NodeEngineImpl.handlePacket(Packet packet) |
void |
InternalOperationService.receive(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) |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.