| Package | Description |
|---|---|
| com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
| com.hazelcast.client.impl.protocol.task |
Client tasks associated with requests.
|
| com.hazelcast.client.impl.protocol.task.map |
Client protocol tasks implementations for map
|
| com.hazelcast.client.impl.protocol.task.transaction |
Client protocol tasks implementations for Transaction related
|
| com.hazelcast.util.collection |
The Agrona project backport: collections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddInterceptorOperationSupplier |
class |
CollectRemoteTransactionsOperationSupplier |
class |
ReAuthenticationOperationSupplier |
class |
RemoveInterceptorOperationSupplier |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Supplier<Operation> |
AbstractMultiTargetMessageTask.createOperationSupplier() |
protected Supplier<Operation> |
AuthenticationBaseMessageTask.createOperationSupplier() |
| Modifier and Type | Method and Description |
|---|---|
protected Supplier<Operation> |
MapAddInterceptorMessageTask.createOperationSupplier() |
protected Supplier<Operation> |
MapRemoveInterceptorMessageTask.createOperationSupplier() |
| Modifier and Type | Method and Description |
|---|---|
protected Supplier<Operation> |
XACollectTransactionsMessageTask.createOperationSupplier() |
| Constructor and Description |
|---|
MapDelegatingSet(Map<?,?> delegate,
Supplier<Iterator<V>> iterator,
Predicate contains) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.