Package | Description |
---|---|
com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
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 |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
Modifier and Type | Method and Description |
---|---|
EndpointManager |
ClientConnection.getEndpointManager() |
Modifier and Type | Method and Description |
---|---|
EndpointManager |
Node.getEndpointManager() |
<T extends Connection> |
Node.getEndpointManager(EndpointQualifier qualifier) |
Modifier and Type | Method and Description |
---|---|
EndpointManager |
Connection.getEndpointManager() |
EndpointManager<TcpIpConnection> |
DefaultAggregateEndpointManager.getEndpointManager(EndpointQualifier qualifier) |
EndpointManager<TcpIpConnection> |
UnifiedAggregateEndpointManager.getEndpointManager(EndpointQualifier qualifier) |
EndpointManager<T> |
NetworkingService.getEndpointManager(EndpointQualifier qualifier)
Returns the relevant
EndpointManager given an EndpointQualifier
On single-endpoint setups (legacy mode), then a View relevant to the requested Endpoint is returned which purely acts
as a facade to hide the API differences and maintain common signatures. |
Constructor and Description |
---|
DefaultAggregateEndpointManager(ConcurrentMap<EndpointQualifier,EndpointManager<TcpIpConnection>> endpointManagers) |
UnifiedAggregateEndpointManager(TcpIpEndpointManager unified,
Map<EndpointQualifier,EndpointManager<TcpIpConnection>> views) |
Modifier and Type | Class and Description |
---|---|
class |
TcpIpEndpointManager |
Modifier and Type | Method and Description |
---|---|
EndpointManager<TcpIpConnection> |
TcpIpNetworkingService.getEndpointManager(EndpointQualifier qualifier)
Returns the respective endpoint manager based on the qualifier.
|
Modifier and Type | Field and Description |
---|---|
protected EndpointManager |
InvocationBuilder.endpointManager |
Modifier and Type | Method and Description |
---|---|
InvocationBuilder |
InvocationBuilder.setEndpointManager(EndpointManager endpointManager) |
Modifier and Type | Method and Description |
---|---|
boolean |
OutboundResponseHandler.send(EndpointManager endpointManager,
Address target,
Response response) |
void |
OutboundResponseHandler.sendBackupAck(EndpointManager endpointManager,
Address target,
long callId,
boolean urgent) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.