com.hazelcast.config
Class ExecutorConfigReadOnly

java.lang.Object
  extended by com.hazelcast.config.ExecutorConfig
      extended by com.hazelcast.config.ExecutorConfigReadOnly

public class ExecutorConfigReadOnly
extends ExecutorConfig


Field Summary
 
Fields inherited from class com.hazelcast.config.ExecutorConfig
DEFAULT_POOL_SIZE, DEFAULT_QUEUE_CAPACITY
 
Constructor Summary
ExecutorConfigReadOnly(ExecutorConfig config)
           
 
Method Summary
 ExecutorConfig setName(String name)
           
 ExecutorConfig setPoolSize(int poolSize)
           
 ExecutorConfig setQueueCapacity(int queueCapacity)
           
 ExecutorConfig setStatisticsEnabled(boolean statisticsEnabled)
           
 
Methods inherited from class com.hazelcast.config.ExecutorConfig
getAsReadOnly, getName, getPoolSize, getQueueCapacity, isStatisticsEnabled, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecutorConfigReadOnly

public ExecutorConfigReadOnly(ExecutorConfig config)
Method Detail

setName

public ExecutorConfig setName(String name)
Overrides:
setName in class ExecutorConfig

setPoolSize

public ExecutorConfig setPoolSize(int poolSize)
Overrides:
setPoolSize in class ExecutorConfig
Parameters:
poolSize - the poolSize to set

setQueueCapacity

public ExecutorConfig setQueueCapacity(int queueCapacity)
Overrides:
setQueueCapacity in class ExecutorConfig

setStatisticsEnabled

public ExecutorConfig setStatisticsEnabled(boolean statisticsEnabled)
Overrides:
setStatisticsEnabled in class ExecutorConfig


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