|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HazelcastClient | |
|---|---|
| com.hazelcast.client | |
| com.hazelcast.client.impl | |
| Uses of HazelcastClient in com.hazelcast.client |
|---|
| Fields in com.hazelcast.client declared as HazelcastClient | |
|---|---|
protected HazelcastClient |
IORunnable.client
|
| Methods in com.hazelcast.client that return HazelcastClient | |
|---|---|
HazelcastClient |
ProxyHelper.getHazelcastClient()
|
static HazelcastClient |
HazelcastClient.newHazelcastClient(ClientProperties clientProperties,
boolean shuffle,
InetSocketAddress... addresses)
Returns a new HazelcastClient. |
static HazelcastClient |
HazelcastClient.newHazelcastClient(ClientProperties properties,
boolean shuffle,
String... addresses)
Returns a new HazelcastClient. |
static HazelcastClient |
HazelcastClient.newHazelcastClient(ClientProperties properties,
List<String> addresses)
Returns a new HazelcastClient. |
static HazelcastClient |
HazelcastClient.newHazelcastClient(ClientProperties properties,
String... addresses)
Returns a new HazelcastClient. |
static HazelcastClient |
HazelcastClient.newHazelcastClient(ClientProperties clientProperties,
String address)
Giving address of one member is enough. |
static HazelcastClient |
HazelcastClient.newHazelcastClient(String groupName,
String groupPassword,
boolean shuffle,
InetSocketAddress... addresses)
Returns a new HazelcastClient. |
static HazelcastClient |
HazelcastClient.newHazelcastClient(String groupName,
String groupPassword,
boolean shuffle,
String... addresses)
Returns a new HazelcastClient. |
static HazelcastClient |
HazelcastClient.newHazelcastClient(String groupName,
String groupPassword,
String... addresses)
Returns a new HazelcastClient. |
static HazelcastClient |
HazelcastClient.newHazelcastClient(String groupName,
String groupPassword,
String address)
Giving address of one member is enough. |
| Methods in com.hazelcast.client with parameters of type HazelcastClient | |
|---|---|
Transaction |
ClientThreadContext.getTransaction(HazelcastClient client)
|
| Uses of HazelcastClient in com.hazelcast.client.impl |
|---|
| Methods in com.hazelcast.client.impl with parameters of type HazelcastClient | |
|---|---|
Collection<? extends Call> |
QueueItemListenerManager.calls(HazelcastClient client)
|
Collection<Call> |
MessageListenerManager.calls(HazelcastClient client)
|
Collection<Call> |
ItemListenerManager.calls(HazelcastClient client)
|
Collection<Call> |
InstanceListenerManager.calls(HazelcastClient client)
|
Collection<Call> |
EntryListenerManager.calls(HazelcastClient client)
|
| Constructors in com.hazelcast.client.impl with parameters of type HazelcastClient | |
|---|---|
InstanceListenerManager(HazelcastClient client)
|
|
ListenerManager(HazelcastClient hazelcastClient)
|
|
MembershipListenerManager(HazelcastClient client)
|
|
QueueItemListenerManager(HazelcastClient client)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||