Uses of Class
com.hazelcast.util.executor.HazelcastManagedThread

Packages that use HazelcastManagedThread
com.hazelcast.spi.impl.operationexecutor.classic Contains the ClassicOperationExecutor code. 
 

Uses of HazelcastManagedThread in com.hazelcast.spi.impl.operationexecutor.classic
 

Subclasses of HazelcastManagedThread in com.hazelcast.spi.impl.operationexecutor.classic
 class GenericOperationThread
          An OperationThread for non partition specific operations.
 class OperationThread
          The OperationThread is responsible for processing operations, packets containing operations and runnable's.
 class PartitionOperationThread
          An OperationThread that executes Operations for a particular partition, e.g.
 



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