Class PinotAppConfigs.RuntimeConfig

    • Constructor Detail

      • RuntimeConfig

        public RuntimeConfig​(long numTotalThreads,
                             int numCurrentThreads,
                             String maxHeapSize,
                             String currentHeapSize)
    • Method Detail

      • getNumTotalThreads

        public long getNumTotalThreads()
      • getNumCurrentThreads

        public int getNumCurrentThreads()
      • getMaxHeapSize

        public String getMaxHeapSize()
      • getCurrentHeapSize

        public String getCurrentHeapSize()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object