| Package | Description | 
|---|---|
| com.hazelcast.cluster.impl | 
 This package contains the implementation of the cluster functionality. 
 | 
| com.hazelcast.instance | 
 This package contains Hazelcast Instance functionality. 
 | 
| com.hazelcast.spi | 
 Provides interfaces/classes for Hazelcast SPI. 
 | 
| com.hazelcast.spi.impl | 
 Contains implementations for Hazelcast SPI. 
 | 
| com.hazelcast.transaction.impl | 
 Provides implementation for Hazelcast transaction support. 
 | 
| 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()  | 
| 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 | 
|---|
BasicInvocationBuilder(NodeEngineImpl nodeEngine,
                      String serviceName,
                      Operation op,
                      Address target)  | 
BasicInvocationBuilder(NodeEngineImpl nodeEngine,
                      String serviceName,
                      Operation op,
                      int partitionId)  | 
BasicPartitionInvocation(NodeEngineImpl nodeEngine,
                        String serviceName,
                        Operation op,
                        int partitionId,
                        int replicaIndex,
                        int tryCount,
                        long tryPauseMillis,
                        long callTimeout,
                        Callback<Object> callback,
                        String executorName,
                        boolean resultDeserialized)  | 
BasicTargetInvocation(NodeEngineImpl nodeEngine,
                     String serviceName,
                     Operation op,
                     Address target,
                     int tryCount,
                     long tryPauseMillis,
                     long callTimeout,
                     Callback<Object> callback,
                     String executorName,
                     boolean resultDeserialized)  | 
ExecutionServiceImpl(NodeEngineImpl nodeEngine)  | 
| Constructor and Description | 
|---|
TransactionManagerServiceImpl(NodeEngineImpl nodeEngine)  | 
XAResourceImpl(TransactionManagerServiceImpl transactionManager,
              com.hazelcast.transaction.impl.TransactionContextImpl transactionContext,
              NodeEngineImpl nodeEngine)  | 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.