Package | Description |
---|---|
com.hazelcast.client.util |
This package contains some utility classes and the base implementations of the
loadbalancer implementations
|
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.