Package | Description |
---|---|
com.hazelcast.client | |
com.hazelcast.client.impl |
Modifier and Type | Field and Description |
---|---|
protected static Call |
IORunnable.RECONNECT_CALL |
protected Call |
AsyncClientCall.remoteCall |
Modifier and Type | Field and Description |
---|---|
protected Map<Long,Call> |
IORunnable.callMap |
Modifier and Type | Method and Description |
---|---|
Call |
ProxyHelper.createCall(Packet request) |
Modifier and Type | Method and Description |
---|---|
protected Packet |
ProxyHelper.doCall(Call c) |
void |
OutRunnable.enQueue(Call call) |
void |
ProxyHelper.sendCall(Call c) |
Constructor and Description |
---|
AsyncClientCall(Call remoteCall) |
Constructor and Description |
---|
InRunnable(HazelcastClient client,
OutRunnable outRunnable,
Map<Long,Call> calls,
PacketReader reader) |
IORunnable(HazelcastClient client,
Map<Long,Call> calls) |
OutRunnable(HazelcastClient client,
Map<Long,Call> calls,
PacketWriter writer) |
Modifier and Type | Method and Description |
---|---|
Call |
QueueItemListenerManager.createNewAddItemListenerCall(ProxyHelper proxyHelper,
boolean includeValue) |
Call |
MessageListenerManager.createNewAddListenerCall(ProxyHelper proxyHelper) |
Call |
InstanceListenerManager.createNewAddListenerCall(ProxyHelper proxyHelper) |
Call |
ItemListenerManager.createNewAddListenerCall(ProxyHelper proxyHelper,
boolean includeValue) |
Call |
EntryListenerManager.createNewAddListenerCall(ProxyHelper proxyHelper,
Object key,
boolean includeValue) |
Modifier and Type | Method and Description |
---|---|
Collection<Call> |
EntryListenerManager.calls(HazelcastClient client) |
Collection<Call> |
ItemListenerManager.calls(HazelcastClient client) |
Collection<? extends Call> |
QueueItemListenerManager.calls(HazelcastClient client) |
Collection<Call> |
MessageListenerManager.calls(HazelcastClient client) |
Collection<Call> |
InstanceListenerManager.calls(HazelcastClient client) |
Collection<Call> |
ListenerManager.getListenerCalls() |
Copyright © 2013 Hazelcast, Inc.. All rights reserved.