Package | Description |
---|---|
com.hazelcast.client.connection |
Provides connection interfaces/classes for com.hazelcast.client
Everything in this package and its subpackages is private.
|
com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
com.hazelcast.internal.diagnostics |
Contains functionality what is happening in a HazelcastInstance.
|
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. |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientConnectionManager
Responsible for managing
ClientConnection objects. |
Modifier and Type | Class and Description |
---|---|
class |
ClientConnectionManagerImpl
Implementation of
ClientConnectionManager . |
Constructor and Description |
---|
SystemLogPlugin(HazelcastProperties properties,
ConnectionListenable connectionObservable,
HazelcastInstance hazelcastInstance,
ILogger logger) |
SystemLogPlugin(HazelcastProperties properties,
ConnectionListenable connectionObservable,
HazelcastInstance hazelcastInstance,
ILogger logger,
NodeExtension nodeExtension) |
Modifier and Type | Interface and Description |
---|---|
interface |
AggregateEndpointManager |
interface |
EndpointManager<T extends Connection>
Responsible for managing
Connection objects. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAggregateEndpointManager |
class |
UnifiedAggregateEndpointManager |
Modifier and Type | Class and Description |
---|---|
class |
TcpIpEndpointManager |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.