Package | Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
EventHandler |
ClientInvocationService.getEventHandler(int callId) |
Modifier and Type | Method and Description |
---|---|
protected String |
ClientProxy.listen(ClientRequest registrationRequest,
EventHandler handler) |
protected String |
ClientProxy.listen(ClientRequest registrationRequest,
Object partitionKey,
EventHandler handler) |
String |
ClientListenerService.startListening(ClientRequest request,
Object key,
EventHandler handler) |
Modifier and Type | Method and Description |
---|---|
EventHandler |
ClientInvocationFuture.getHandler() |
EventHandler |
ClientInvocation.getHandler() |
Modifier and Type | Method and Description |
---|---|
String |
ClientListenerServiceImpl.startListening(ClientRequest request,
Object key,
EventHandler handler) |
Constructor and Description |
---|
ClientInvocation(HazelcastClientInstanceImpl client,
EventHandler handler,
ClientRequest request) |
ClientInvocation(HazelcastClientInstanceImpl client,
EventHandler handler,
ClientRequest request,
Address address) |
ClientInvocation(HazelcastClientInstanceImpl client,
EventHandler handler,
ClientRequest request,
Connection connection) |
ClientInvocation(HazelcastClientInstanceImpl client,
EventHandler handler,
ClientRequest request,
int partitionId) |
ClientInvocationFuture(ClientInvocation invocation,
HazelcastClientInstanceImpl client,
ClientRequest request,
EventHandler handler) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.