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.dynamicconfig |
Classes related to Dynamic Configuration.
|
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.internal.util |
This package contains classes to support the inner workings of Hazelcast
as well as some backports of newer Java features / data structures to
support older Java versions in a clean and nice way.
|
com.hazelcast.scheduledexecutor.impl | |
com.hazelcast.spi.impl.eventservice.impl.operations |
Contains the operations for the
EventServiceImpl . |
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 | Class and Description |
---|---|
class |
AddDynamicConfigOperationSupplier
Supplier that creates
AddDynamicConfigOperation s for a given config. |
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) |
Modifier and Type | Method and Description |
---|---|
static ICompletableFuture<Object> |
InvocationUtil.invokeOnStableClusterSerial(NodeEngine nodeEngine,
Supplier<Operation> operationSupplier,
int maxRetries)
Invoke operation on all cluster members.
|
Constructor and Description |
---|
InvokeOnMembers(NodeEngine nodeEngine,
String serviceName,
Supplier<Operation> operationFactory,
Collection<Member> targets) |
Modifier and Type | Class and Description |
---|---|
class |
DeregistrationOperationSupplier
Supplier that creates
DeregistrationOperation s for a listener registration. |
class |
RegistrationOperationSupplier
Supplier that creates
RegistrationOperation s for a listener registration. |
Constructor and Description |
---|
MapDelegatingSet(Map<?,?> delegate,
Supplier<Iterator<V>> iterator,
Predicate contains) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.