Package org.apache.cassandra.service
Class StorageServiceMBean.StageConcurrency
- java.lang.Object
-
- org.apache.cassandra.service.StorageServiceMBean.StageConcurrency
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- StorageServiceMBean
public static class StorageServiceMBean.StageConcurrency extends java.lang.Object implements java.io.Serializable
Gets the concurrency settings for processing stages- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description int
corePoolSize
int
maximumPoolSize
-
Constructor Summary
Constructors Constructor Description StageConcurrency(int corePoolSize, int maximumPoolSize)
-