Uses of Package
com.hazelcast.spi.impl.operationexecutor

Packages that use com.hazelcast.spi.impl.operationexecutor
com.hazelcast.client.connection.nio Contains classes related to New IO for com.hazelcast.client.connection 
com.hazelcast.nio.tcp Contains functionality for the TCP/IP Networking between cluster members
 
com.hazelcast.spi.impl.operationexecutor Contains the OperationRunner code. 
com.hazelcast.spi.impl.operationexecutor.classic Contains the ClassicOperationExecutor code. 
com.hazelcast.spi.impl.operationexecutor.slowoperationdetector Contains the functionality to detect slow running operations using the OperationRunner instances from the OperationExecutor
com.hazelcast.spi.impl.operationservice Contains the InternalOperationService API. 
com.hazelcast.spi.impl.operationservice.impl Contains the code for the InternalOperationService implementation. 
 

Classes in com.hazelcast.spi.impl.operationexecutor used by com.hazelcast.client.connection.nio
OperationHostileThread
          Marker interface for threads that are not allowed to run operations.
 

Classes in com.hazelcast.spi.impl.operationexecutor used by com.hazelcast.nio.tcp
OperationHostileThread
          Marker interface for threads that are not allowed to run operations.
 

Classes in com.hazelcast.spi.impl.operationexecutor used by com.hazelcast.spi.impl.operationexecutor
OperationRunner
          The OperationRunner is responsible for the actual running of operations.
 

Classes in com.hazelcast.spi.impl.operationexecutor used by com.hazelcast.spi.impl.operationexecutor.classic
OperationExecutor
          The OperationExecutor is responsible for scheduling work (packets/operations) to be executed.
OperationHostileThread
          Marker interface for threads that are not allowed to run operations.
OperationRunner
          The OperationRunner is responsible for the actual running of operations.
OperationRunnerFactory
          A Factory for creating OperationRunner instances.
ResponsePacketHandler
          The ResponsePacketHandler is responsible for handling response packets.
 

Classes in com.hazelcast.spi.impl.operationexecutor used by com.hazelcast.spi.impl.operationexecutor.slowoperationdetector
OperationRunner
          The OperationRunner is responsible for the actual running of operations.
 

Classes in com.hazelcast.spi.impl.operationexecutor used by com.hazelcast.spi.impl.operationservice
OperationExecutor
          The OperationExecutor is responsible for scheduling work (packets/operations) to be executed.
 

Classes in com.hazelcast.spi.impl.operationexecutor used by com.hazelcast.spi.impl.operationservice.impl
OperationExecutor
          The OperationExecutor is responsible for scheduling work (packets/operations) to be executed.
 



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