Package | Description |
---|---|
com.hazelcast.client.spi.impl |
Provides util classes for the Hazelcast client SPI.
|
com.hazelcast.client.util |
This package contains some utility classes and the base implementations of the
loadbalancer implementations
|
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 |
---|
ClientDelegatingFuture(ClientInvocationFuture clientInvocationFuture,
SerializationService serializationService,
ClientMessageDecoder clientMessageDecoder) |
ClientDelegatingFuture(ClientInvocationFuture clientInvocationFuture,
SerializationService serializationService,
ClientMessageDecoder clientMessageDecoder,
V defaultValue) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.