| 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.ringbuffer.impl | Contains the  Ringbufferimplementation classes. | 
| com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. | 
| com.hazelcast.spi.impl.eventservice.impl | Contains the code for the  InternalEventServiceimplementation. | 
| com.hazelcast.spi.impl.executionservice.impl | Contains the implementation of the  InternalExecutionService. | 
| com.hazelcast.spi.impl.operationservice.impl | Contains the code for the  InternalOperationServiceimplementation. | 
| com.hazelcast.spi.impl.proxyservice.impl | Contains the implementation of the  InternalProxyService. | 
| 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) | 
| 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) | 
| 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,
                   Object callback,
                   boolean resultDeserialized) | 
| TargetInvocation(NodeEngineImpl nodeEngine,
                String serviceName,
                Operation op,
                Address target,
                int tryCount,
                long tryPauseMillis,
                long callTimeout,
                Object callback,
                boolean resultDeserialized) | 
| Constructor and Description | 
|---|
| ProxyServiceImpl(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 © 2015 Hazelcast, Inc.. All Rights Reserved.