Package | Description |
---|---|
com.hazelcast.cache.impl.client |
Hazelcast JSR-107 aka JCache implementation
Client Requests
|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.client.impl.client |
This contains the Requests and other DTO's exchanged between client/server
|
com.hazelcast.client.impl.protocol.task |
Client tasks associated with requests.
|
com.hazelcast.map.impl.client |
Contains client requests for the
IMap |
Constructor and Description |
---|
CacheInvalidationListener(ClientEndpoint endpoint,
long callId,
CacheContext cacheContext) |
Modifier and Type | Method and Description |
---|---|
ClientEndpoint |
ClientEndpointManager.getEndpoint(Connection connection)
Gets the endpoint for a given connection.
|
Modifier and Type | Method and Description |
---|---|
Collection<ClientEndpoint> |
ClientEndpointManager.getEndpoints()
Returns the current endpoints.
|
Set<ClientEndpoint> |
ClientEndpointManager.getEndpoints(String clientUuid)
Gets all the endpoints for a given client.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientEndpointManager.registerEndpoint(ClientEndpoint endpoint)
Registers an endpoint with this ClientEndpointManager.
|
void |
ClientEndpointManager.removeEndpoint(ClientEndpoint endpoint)
Removes an endpoint from this ClientEndpointManager.
|
void |
ClientEndpointManager.removeEndpoint(ClientEndpoint endpoint,
boolean closeImmediately)
Removes an endpoint and optionally closes it immediately.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientEndpointImpl
The
ClientEndpoint and Client implementation. |
Modifier and Type | Method and Description |
---|---|
ClientEndpoint |
ClientEndpointManagerImpl.getEndpoint(Connection connection) |
Modifier and Type | Method and Description |
---|---|
Collection<ClientEndpoint> |
ClientEndpointManagerImpl.getEndpoints() |
Set<ClientEndpoint> |
ClientEndpointManagerImpl.getEndpoints(String clientUuid) |
Modifier and Type | Method and Description |
---|---|
void |
ClientEngineImpl.bind(ClientEndpoint endpoint) |
void |
ClientEndpointManagerImpl.registerEndpoint(ClientEndpoint endpoint) |
void |
ClientEndpointManagerImpl.removeEndpoint(ClientEndpoint endpoint) |
void |
ClientEndpointManagerImpl.removeEndpoint(ClientEndpoint ce,
boolean closeImmediately) |
void |
ClientEngineImpl.sendResponse(ClientEndpoint endpoint,
Object key,
Object response,
long callId,
boolean isError,
boolean isEvent) |
Modifier and Type | Field and Description |
---|---|
protected ClientEndpoint |
ClientRequest.endpoint |
Modifier and Type | Method and Description |
---|---|
ClientEndpoint |
ClientRequest.getEndpoint() |
Modifier and Type | Method and Description |
---|---|
void |
ClientRequest.setEndpoint(ClientEndpoint endpoint) |
Modifier and Type | Field and Description |
---|---|
protected ClientEndpoint |
AbstractMessageTask.endpoint |
Modifier and Type | Method and Description |
---|---|
protected ClientEndpoint |
AbstractMessageTask.getEndpoint() |
Modifier and Type | Method and Description |
---|---|
protected Object |
AbstractMapAddEntryListenerRequest.newMapListener(ClientEndpoint endpoint) |
protected Object |
MapAddNearCacheEntryListenerRequest.newMapListener(ClientEndpoint endpoint) |
Constructor and Description |
---|
ClientMapListener(ClientEndpoint endpoint,
long callId) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.