Class StorageServiceMBean.StageConcurrency

java.lang.Object
org.apache.cassandra.service.StorageServiceMBean.StageConcurrency
All Implemented Interfaces:
Serializable
Enclosing interface:
StorageServiceMBean

public static class StorageServiceMBean.StageConcurrency extends Object implements Serializable
Gets the concurrency settings for processing stages
See Also:
  • Field Details

    • corePoolSize

      public final int corePoolSize
    • maximumPoolSize

      public final int maximumPoolSize
  • Constructor Details

    • StageConcurrency

      public StageConcurrency(int corePoolSize, int maximumPoolSize)