Package | Description |
---|---|
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.operationservice |
Contains the
InternalOperationService API. |
com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
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 | Class and Description |
---|---|
class |
TcpIpConnectionManager |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalEventService
The InternalEventService is an
EventService interface that adds additional capabilities
we don't want to expose to the end user. |
Modifier and Type | Class and Description |
---|---|
class |
EventServiceImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
InternalOperationService
This is the interface that needs to be implemented by actual InternalOperationService.
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncResponsePacketHandler
The AsyncResponsePacketHandler is a PacketHandler that asynchronously process operation-response packets.
|
class |
OperationServiceImpl
This is the implementation of the
InternalOperationService . |
Constructor and Description |
---|
AsyncResponsePacketHandler(HazelcastThreadGroup threadGroup,
ILogger logger,
PacketHandler responsePacketHandler) |
Constructor and Description |
---|
PacketDispatcherImpl(ILogger logger,
PacketHandler operationPacketHandler,
PacketHandler eventPacketHandler,
PacketHandler wanReplicationPacketHandler,
PacketHandler connectionPacketHandler) |
Modifier and Type | Interface and Description |
---|---|
interface |
WanReplicationService
This is the WAN replications service API core interface.
|
Modifier and Type | Class and Description |
---|---|
class |
WanReplicationServiceImpl
Open source implementation of the
WanReplicationService |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.