Package | Description |
---|---|
com.hazelcast.client |
Contains classes/interfaces related to Client
|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
Modifier and Type | Method and Description |
---|---|
ClientType |
ClientEvent.getClientType() |
Modifier and Type | Method and Description |
---|---|
Map<ClientType,Integer> |
ClientEngine.getConnectedClientStats()
Returns Map which contains number of connected clients to the cluster.
|
Constructor and Description |
---|
ClientEvent(String uuid,
ClientEventType eventType,
InetSocketAddress address,
ClientType clientType) |
Modifier and Type | Method and Description |
---|---|
ClientType |
ClientImpl.getClientType() |
ClientType |
ClientEndpointImpl.getClientType() |
Modifier and Type | Method and Description |
---|---|
Map<ClientType,Integer> |
ClientEngineImpl.getConnectedClientStats() |
Modifier and Type | Method and Description |
---|---|
ClientType |
Client.getClientType()
Returns the type of this client.
|
static ClientType |
ClientType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientType[] |
ClientType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.