| Package | Description |
|---|---|
| com.hazelcast.client.impl |
Implementation classes of the com.hazelcast.client interfaces
|
| com.hazelcast.client.impl.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientDelegatingFuture<V>
The Client Delegating Future is used to delegate
ClientInvocationFuture to a user type to be used with further computation stages or
get(). |
class |
ClientInterceptingDelegatingFuture<V>
A specialization of
ClientDelegatingFuture that allows to set an interceptor to be executed
from user thread on ClientInterceptingDelegatingFuture.get(), ClientInterceptingDelegatingFuture.join() or ClientInterceptingDelegatingFuture.joinInternal(). |
| Modifier and Type | Class and Description |
|---|---|
class |
IExecutorDelegatingFuture<V>
An Abstract DelegatingFuture that can cancel a Runnable/Callable that is executed by an
IExecutorService. |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.