Package | Description |
---|---|
com.hazelcast.client.impl.protocol.task |
Client tasks associated with requests.
|
com.hazelcast.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.nio |
This package contains classes related to New IO
|
com.hazelcast.quorum.impl |
Contains cluster quorum implementation classes.
|
com.hazelcast.replicatedmap.impl.record |
This package contains the implementation of the backing data storage for the replicated map implementation
|
com.hazelcast.ringbuffer.impl |
Contains the
Ringbuffer implementation classes. |
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
com.hazelcast.spi.impl.eventservice.impl |
Contains the code for the
InternalEventService implementation. |
com.hazelcast.spi.impl.executionservice.impl |
Contains the implementation of the
InternalExecutionService . |
com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
com.hazelcast.spi.impl.proxyservice.impl |
Contains the implementation of the
InternalProxyService . |
com.hazelcast.spi.impl.servicemanager.impl |
Contains the
ServiceManager implementation. |
com.hazelcast.spi.impl.waitnotifyservice.impl |
Contains the implementation code for the
InternalWaitNotifyService . |
com.hazelcast.transaction.impl |
Provides implementation for Hazelcast transaction support.
|
com.hazelcast.transaction.impl.xa |
Provides implementation for Hazelcast XA transaction support.
|
Modifier and Type | Field and Description |
---|---|
protected NodeEngineImpl |
AbstractMessageTask.nodeEngine |
Modifier and Type | Method and Description |
---|---|
NodeEngineImpl |
ClusterServiceImpl.getNodeEngine() |
Modifier and Type | Field and Description |
---|---|
NodeEngineImpl |
Node.nodeEngine |
Modifier and Type | Method and Description |
---|---|
NodeEngineImpl |
Node.getNodeEngine() |
Constructor and Description |
---|
NodeIOService(Node node,
NodeEngineImpl nodeEngine) |
Constructor and Description |
---|
QuorumImpl(QuorumConfig config,
NodeEngineImpl nodeEngine) |
QuorumServiceImpl(NodeEngineImpl nodeEngine) |
Modifier and Type | Field and Description |
---|---|
protected NodeEngineImpl |
AbstractBaseReplicatedRecordStore.nodeEngine |
Constructor and Description |
---|
RingbufferService(NodeEngineImpl nodeEngine) |
Modifier and Type | Field and Description |
---|---|
protected NodeEngineImpl |
InvocationBuilder.nodeEngine |
Constructor and Description |
---|
InvocationBuilder(NodeEngineImpl nodeEngine,
String serviceName,
Operation op,
int partitionId,
Address target)
Creates an InvocationBuilder
|
Constructor and Description |
---|
EventServiceImpl(NodeEngineImpl nodeEngine) |
Constructor and Description |
---|
ExecutionServiceImpl(NodeEngineImpl nodeEngine) |
Constructor and Description |
---|
InvocationBuilderImpl(NodeEngineImpl nodeEngine,
String serviceName,
Operation op,
Address target) |
InvocationBuilderImpl(NodeEngineImpl nodeEngine,
String serviceName,
Operation op,
int partitionId) |
InvocationRegistry(NodeEngineImpl nodeEngine,
ILogger logger,
BackpressureRegulator backpressureRegulator,
int concurrencyLevel) |
IsStillRunningService(OperationExecutor operationExecutor,
NodeEngineImpl nodeEngine,
ILogger logger) |
OperationServiceImpl(NodeEngineImpl nodeEngine) |
PartitionInvocation(NodeEngineImpl nodeEngine,
String serviceName,
Operation op,
int partitionId,
int replicaIndex,
int tryCount,
long tryPauseMillis,
long callTimeout,
ExecutionCallback callback,
boolean resultDeserialized) |
TargetInvocation(NodeEngineImpl nodeEngine,
String serviceName,
Operation op,
Address target,
int tryCount,
long tryPauseMillis,
long callTimeout,
ExecutionCallback callback,
boolean resultDeserialized) |
Constructor and Description |
---|
ProxyServiceImpl(NodeEngineImpl nodeEngine) |
Constructor and Description |
---|
ServiceManagerImpl(NodeEngineImpl nodeEngine) |
Constructor and Description |
---|
WaitNotifyServiceImpl(NodeEngineImpl nodeEngine) |
Constructor and Description |
---|
TransactionManagerServiceImpl(NodeEngineImpl nodeEngine) |
Constructor and Description |
---|
XAService(NodeEngineImpl nodeEngine) |
XATransactionContextImpl(NodeEngineImpl nodeEngine,
Xid xid,
String txOwnerUuid,
int timeout) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.