| 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.internal.serialization |
Contains the private serialization API + implementation.
|
| com.hazelcast.internal.serialization.impl | |
| com.hazelcast.internal.serialization.impl.bufferpool |
Contains the logic for the BufferPool.
|
| com.hazelcast.scheduledexecutor.impl | |
| 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 | Class and Description |
|---|---|
class |
DeployClassesMessageTask
Message task handling user code deployment from client to cluster
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Supplier<Operation> |
AbstractMultiTargetMessageTask.createOperationSupplier() |
protected Supplier<Operation> |
AuthenticationBaseMessageTask.createOperationSupplier() |
protected Supplier<Operation> |
DeployClassesMessageTask.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() |
| Modifier and Type | Method and Description |
|---|---|
SerializationServiceBuilder |
SerializationServiceBuilder.setNotActiveExceptionSupplier(Supplier<RuntimeException> notActiveExceptionSupplier) |
| Modifier and Type | Field and Description |
|---|---|
protected Supplier<RuntimeException> |
DefaultSerializationServiceBuilder.notActiveExceptionSupplier |
| Modifier and Type | Method and Description |
|---|---|
protected InternalSerializationService |
DefaultSerializationServiceBuilder.createSerializationService(InputOutputFactory inputOutputFactory,
Supplier<RuntimeException> notActiveExceptionSupplier) |
SerializationServiceBuilder |
DefaultSerializationServiceBuilder.setNotActiveExceptionSupplier(Supplier<RuntimeException> notActiveExceptionSupplier) |
| Constructor and Description |
|---|
BufferPoolThreadLocal(InternalSerializationService serializationService,
BufferPoolFactory bufferPoolFactory,
Supplier<RuntimeException> notActiveExceptionSupplier) |
| Constructor and Description |
|---|
InvokeOnMembers(NodeEngine nodeEngine,
String serviceName,
Supplier<Operation> operationFactory,
Collection<Member> targets) |
| Constructor and Description |
|---|
MapDelegatingSet(Map<?,?> delegate,
Supplier<Iterator<V>> iterator,
Predicate contains) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.