Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.impl |
Implementation classes of the com.hazelcast.client interfaces
|
com.hazelcast.client.spi |
Contains classes/interfaces related to Service Provider Interface
such as ClientProxy , ClientClusterService
|
com.hazelcast.client.spi.impl |
Provides util classes for com.hazelcast.client
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.management |
Contains classes to provide data/operation interface for Management Center.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientImpl |
Modifier and Type | Method and Description |
---|---|
Client |
HazelcastClient.getLocalEndpoint() |
Client |
HazelcastClientProxy.getLocalEndpoint() |
Modifier and Type | Class and Description |
---|---|
class |
ClientEndpointImpl |
Modifier and Type | Method and Description |
---|---|
Collection<Client> |
ClientEngineImpl.getClients() |
Collection<Client> |
ClientServiceProxy.getConnectedClients() |
Modifier and Type | Method and Description |
---|---|
Client |
ClientClusterService.getLocalClient() |
Modifier and Type | Method and Description |
---|---|
Client |
ClientClusterServiceImpl.getLocalClient() |
Modifier and Type | Method and Description |
---|---|
Collection<Client> |
ClientService.getConnectedClients()
Returns all connected clients to this member.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientListener.clientConnected(Client client)
Invoked when a new client is connected.
|
void |
ClientListener.clientDisconnected(Client client)
Invoked when a new client is disconnected.
|
Constructor and Description |
---|
SerializableClientEndPoint(Client client) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.