Class PinotAppConfigs.SystemConfig

    • Constructor Detail

      • SystemConfig

        public SystemConfig​(String arch,
                            String name,
                            String version,
                            int availableProcessors,
                            String totalPhysicalMemory,
                            String freePhysicalMemory,
                            String totalSwapSpace,
                            String freeSwapSpace)
    • Method Detail

      • getArch

        public String getArch()
      • getName

        public String getName()
      • getVersion

        public String getVersion()
      • getAvailableProcessors

        public int getAvailableProcessors()
      • getTotalPhysicalMemory

        public String getTotalPhysicalMemory()
      • getFreePhysicalMemory

        public String getFreePhysicalMemory()
      • getTotalSwapSpace

        public String getTotalSwapSpace()
      • getFreeSwapSpace

        public String getFreeSwapSpace()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object