Package org.apache.cassandra.service
Class StorageServiceMBean.StageConcurrency
java.lang.Object
org.apache.cassandra.service.StorageServiceMBean.StageConcurrency
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- StorageServiceMBean
Gets the concurrency settings for processing stages
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
corePoolSize
public final int corePoolSize -
maximumPoolSize
public final int maximumPoolSize
-
-
Constructor Details
-
StageConcurrency
public StageConcurrency(int corePoolSize, int maximumPoolSize)
-