Package | Description |
---|---|
com.hazelcast.client.spi.impl |
Provides util classes for com.hazelcast.client
|
com.hazelcast.client.util |
This package contains some utility classes and the base implementations of the
loadbalancer implementations
|
Modifier and Type | Field and Description |
---|---|
protected ClientInvocationFuture |
ClientInvocation.clientInvocationFuture |
Modifier and Type | Method and Description |
---|---|
ClientInvocationFuture |
ClientInvocation.invoke() |
ClientInvocationFuture |
ClientInvocation.invokeUrgent() |
Modifier and Type | Method and Description |
---|---|
protected ClientInvocationFuture |
ClientDelegatingFuture.getFuture() |
Constructor and Description |
---|
ClientAddressCancellableDelegatingFuture(ClientInvocationFuture future,
ClientContext context,
String uuid,
Address target,
V defaultValue,
ClientMessageDecoder resultDecoder) |
ClientCancellableDelegatingFuture(ClientInvocationFuture future,
ClientContext context,
String uuid,
V defaultValue,
ClientMessageDecoder resultDecoder) |
ClientDelegatingFuture(ClientInvocationFuture clientInvocationFuture,
SerializationService serializationService,
ClientMessageDecoder clientMessageDecoder) |
ClientDelegatingFuture(ClientInvocationFuture clientInvocationFuture,
SerializationService serializationService,
ClientMessageDecoder clientMessageDecoder,
V defaultValue) |
ClientPartitionCancellableDelegatingFuture(ClientInvocationFuture future,
ClientContext context,
String uuid,
int partitionId,
T defaultValue,
ClientMessageDecoder resultDecoder) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.