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

Packages that use ExecutorType
com.hazelcast.spi Provides interfaces/classes for Hazelcast SPI. 
com.hazelcast.spi.impl Contains implementations for Hazelcast SPI. 
com.hazelcast.util.executor This package contains classes related to Util.Executor
 
 

Uses of ExecutorType in com.hazelcast.spi
 

Methods in com.hazelcast.spi with parameters of type ExecutorType
 ManagedExecutorService ExecutionService.register(String name, int poolSize, int queueCapacity, ExecutorType type)
           
 

Uses of ExecutorType in com.hazelcast.spi.impl
 

Methods in com.hazelcast.spi.impl with parameters of type ExecutorType
 ManagedExecutorService ExecutionServiceImpl.register(String name, int defaultPoolSize, int defaultQueueCapacity, ExecutorType type)
           
 

Uses of ExecutorType in com.hazelcast.util.executor
 

Methods in com.hazelcast.util.executor that return ExecutorType
static ExecutorType ExecutorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExecutorType[] ExecutorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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