Uses of Class
com.hazelcast.spi.impl.NodeEngineImpl

Packages that use NodeEngineImpl
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.quorum.impl Contains cluster quorum implementation classes. 
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.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. 
 

Uses of NodeEngineImpl in com.hazelcast.client.impl.protocol.task
 

Fields in com.hazelcast.client.impl.protocol.task declared as NodeEngineImpl
protected  NodeEngineImpl AbstractMessageTask.nodeEngine
           
 

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.quorum.impl
 

Constructors in com.hazelcast.quorum.impl with parameters of type NodeEngineImpl
QuorumImpl(QuorumConfig config, NodeEngineImpl nodeEngine)
           
QuorumServiceImpl(NodeEngineImpl nodeEngine)
           
 

Uses of NodeEngineImpl in com.hazelcast.ringbuffer.impl
 

Constructors in com.hazelcast.ringbuffer.impl with parameters of type NodeEngineImpl
RingbufferService(NodeEngineImpl nodeEngine)
           
 

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.eventservice.impl
 

Constructors in com.hazelcast.spi.impl.eventservice.impl with parameters of type NodeEngineImpl
EventServiceImpl(NodeEngineImpl nodeEngine)
           
 

Uses of NodeEngineImpl in com.hazelcast.spi.impl.executionservice.impl
 

Constructors in com.hazelcast.spi.impl.executionservice.impl with parameters of type NodeEngineImpl
ExecutionServiceImpl(NodeEngineImpl nodeEngine)
           
 

Uses of NodeEngineImpl in com.hazelcast.spi.impl.operationservice.impl
 

Constructors in com.hazelcast.spi.impl.operationservice.impl with parameters of type NodeEngineImpl
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)
           
 

Uses of NodeEngineImpl in com.hazelcast.spi.impl.proxyservice.impl
 

Constructors in com.hazelcast.spi.impl.proxyservice.impl with parameters of type NodeEngineImpl
ProxyServiceImpl(NodeEngineImpl nodeEngine)
           
 

Uses of NodeEngineImpl in com.hazelcast.spi.impl.waitnotifyservice.impl
 

Constructors in com.hazelcast.spi.impl.waitnotifyservice.impl with parameters of type NodeEngineImpl
WaitNotifyServiceImpl(NodeEngineImpl nodeEngine)
           
 

Uses of NodeEngineImpl in com.hazelcast.transaction.impl
 

Constructors in com.hazelcast.transaction.impl with parameters of type NodeEngineImpl
TransactionManagerServiceImpl(NodeEngineImpl nodeEngine)
           
 

Uses of NodeEngineImpl in com.hazelcast.transaction.impl.xa
 

Constructors in com.hazelcast.transaction.impl.xa with parameters of type NodeEngineImpl
XAService(NodeEngineImpl nodeEngine)
           
XATransactionContextImpl(NodeEngineImpl nodeEngine, Xid xid, String txOwnerUuid, int timeout)
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.