Class AbstractContainer<X extends AbstractContainer<X>>

    • Method Detail

      • getAvailableConfigurationEncrypters

        public static Collection<String> getAvailableConfigurationEncrypters()
      • getBuildVersion

        public String getBuildVersion()
      • getOperatingSystem

        public String getOperatingSystem()
      • getPlatform

        public String getPlatform()
      • getProcessPid

        public String getProcessPid()
      • getProductVersion

        public String getProductVersion()
      • getNumberOfCores

        public int getNumberOfCores()
      • getConfidentialConfigurationEncryptionProvider

        public String getConfidentialConfigurationEncryptionProvider()
      • getHousekeepingThreadCount

        public int getHousekeepingThreadCount()
      • getModelVersion

        public String getModelVersion()
      • getNumberOfLiveThreads

        public int getNumberOfLiveThreads()
      • getMaximumHeapMemorySize

        public long getMaximumHeapMemorySize()
      • getUsedHeapMemorySize

        public long getUsedHeapMemorySize()
      • getMaximumDirectMemorySize

        public long getMaximumDirectMemorySize()
      • getUsedDirectMemorySize

        public long getUsedDirectMemorySize()
      • getDirectMemoryTotalCapacity

        public long getDirectMemoryTotalCapacity()
      • getNumberOfObjectsPendingFinalization

        public int getNumberOfObjectsPendingFinalization()
      • getJvmArguments

        public List<String> getJvmArguments()
      • performGC

        public void performGC()
      • getThreadStackTraces

        public Content getThreadStackTraces​(boolean appendToLog)
      • findThreadStackTraces

        public Content findThreadStackTraces​(String threadNameFindExpression)