|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeEngineImpl | |
|---|---|
| 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. |
| Uses of NodeEngineImpl in com.hazelcast.cluster.impl |
|---|
| Methods in com.hazelcast.cluster.impl that return NodeEngineImpl | |
|---|---|
NodeEngineImpl |
ClusterServiceImpl.getNodeEngine()
|
| Uses of NodeEngineImpl in com.hazelcast.instance |
|---|
| Fields in com.hazelcast.instance declared as NodeEngineImpl | |
|---|---|
NodeEngineImpl |
Node.nodeEngine
|
| Methods in com.hazelcast.instance that return NodeEngineImpl | |
|---|---|
NodeEngineImpl |
Node.getNodeEngine()
|
| Uses of NodeEngineImpl in com.hazelcast.spi |
|---|
| Fields in com.hazelcast.spi declared as NodeEngineImpl | |
|---|---|
protected NodeEngineImpl |
InvocationBuilder.nodeEngine
|
| Constructors in com.hazelcast.spi with parameters of type NodeEngineImpl | |
|---|---|
InvocationBuilder(NodeEngineImpl nodeEngine,
String serviceName,
Operation op,
int partitionId,
Address target)
Creates an InvocationBuilder |
|
| Uses of NodeEngineImpl in com.hazelcast.spi.impl |
|---|
| Constructors in com.hazelcast.spi.impl with parameters of type NodeEngineImpl | |
|---|---|
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)
|
|
| Uses of NodeEngineImpl in com.hazelcast.transaction.impl |
|---|
| Constructors in com.hazelcast.transaction.impl with parameters of type NodeEngineImpl | |
|---|---|
TransactionManagerServiceImpl(NodeEngineImpl nodeEngine)
|
|
XAResourceImpl(TransactionManagerServiceImpl transactionManager,
com.hazelcast.transaction.impl.TransactionContextImpl transactionContext,
NodeEngineImpl nodeEngine)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||