Package | Description |
---|---|
com.hazelcast.cache.impl.operation |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.client.impl |
Implementation classes of the com.hazelcast.client interfaces
|
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.client.spi.impl |
Provides util classes for the Hazelcast client SPI.
|
com.hazelcast.internal.dynamicconfig |
Classes related to Dynamic Configuration.
|
com.hazelcast.internal.networking.nio |
Contains the non blocking
Networking functionality. |
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.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
com.hazelcast.util.collection |
The Agrona project backport: collections.
|
Modifier and Type | Class and Description |
---|---|
class |
AddCacheConfigOperationSupplier |
Modifier and Type | Class and Description |
---|---|
class |
AddInterceptorOperationSupplier |
class |
CollectRemoteTransactionsOperationSupplier |
class |
ReAuthenticationOperationSupplier |
class |
RemoveInterceptorOperationSupplier |
Modifier and Type | Class and Description |
---|---|
class |
CreateProxiesMessageTask |
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> |
CreateProxiesMessageTask.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 |
ClientResponseHandlerSupplier
|
Modifier and Type | Class and Description |
---|---|
class |
AddDynamicConfigOperationSupplier
Supplier that creates
AddDynamicConfigOperation s for a given config. |
Modifier and Type | Class and Description |
---|---|
class |
NioOutboundPipeline |
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) |
T |
AbstractSerializationService.Builder.withNotActiveExceptionSupplier(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<? extends 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. |
Modifier and Type | Class and Description |
---|---|
class |
InboundResponseHandlerSupplier
|
Constructor and Description |
---|
MapDelegatingSet(Map<?,?> delegate,
Supplier<Iterator<V>> iterator,
Predicate contains) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.