Class 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
    • Constructor Summary

      Constructors 
      Constructor Description
      StageConcurrency​(int corePoolSize, int maximumPoolSize)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • corePoolSize

        public final int corePoolSize
      • maximumPoolSize

        public final int maximumPoolSize
    • Constructor Detail

      • StageConcurrency

        public StageConcurrency​(int corePoolSize,
                                int maximumPoolSize)