Package | Description |
---|---|
com.hazelcast.client.impl |
Implementation classes of the com.hazelcast.client interfaces
|
com.hazelcast.client.impl.protocol.task |
Client tasks associated with requests.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientEndpointImpl
The
ClientEndpoint and Client implementation. |
Modifier and Type | Method and Description |
---|---|
ClientEndpoint |
ClientEndpointManager.getEndpoint(Connection connection)
Gets the endpoint for a given connection.
|
ClientEndpoint |
ClientEndpointManagerImpl.getEndpoint(Connection connection) |
Modifier and Type | Method and Description |
---|---|
Collection<ClientEndpoint> |
ClientEndpointManager.getEndpoints()
Returns the current endpoints.
|
Collection<ClientEndpoint> |
ClientEndpointManagerImpl.getEndpoints() |
Set<ClientEndpoint> |
ClientEndpointManager.getEndpoints(String clientUuid)
Gets all the endpoints for a given client.
|
Set<ClientEndpoint> |
ClientEndpointManagerImpl.getEndpoints(String clientUuid) |
Map<ClientEndpoint,Long> |
ClientPartitionListenerService.getPartitionListeningEndpoints() |
Modifier and Type | Method and Description |
---|---|
boolean |
ClientEngineImpl.bind(ClientEndpoint endpoint) |
boolean |
ClientEngine.bind(ClientEndpoint endpoint)
Registers client endpoint to endpointManager.
|
boolean |
NoOpClientEngine.bind(ClientEndpoint endpoint) |
void |
ClientPartitionListenerService.deregisterPartitionListener(ClientEndpoint clientEndpoint) |
boolean |
ClientEndpointManager.registerEndpoint(ClientEndpoint endpoint)
Registers an endpoint with this ClientEndpointManager.
|
boolean |
ClientEndpointManagerImpl.registerEndpoint(ClientEndpoint endpoint) |
void |
ClientPartitionListenerService.registerPartitionListener(ClientEndpoint clientEndpoint,
long correlationId) |
void |
ClientEndpointManager.removeEndpoint(ClientEndpoint endpoint)
Removes an endpoint from this ClientEndpointManager.
|
void |
ClientEndpointManagerImpl.removeEndpoint(ClientEndpoint clientEndpoint) |
Modifier and Type | Field and Description |
---|---|
protected ClientEndpoint |
AbstractMessageTask.endpoint |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.