Class ProcessWtsData.WtsInfo

  • Enclosing class:
    ProcessWtsData

    @Immutable
    public static class ProcessWtsData.WtsInfo
    extends java.lang.Object
    Class to encapsulate data from WTS Process Info
    • Field Detail

      • name

        private final java.lang.String name
      • path

        private final java.lang.String path
      • threadCount

        private final int threadCount
      • virtualSize

        private final long virtualSize
      • kernelTime

        private final long kernelTime
      • userTime

        private final long userTime
      • openFiles

        private final long openFiles
    • Constructor Detail

      • WtsInfo

        public WtsInfo​(java.lang.String name,
                       java.lang.String path,
                       int threadCount,
                       long virtualSize,
                       long kernelTime,
                       long userTime,
                       long openFiles)
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the name
      • getPath

        public java.lang.String getPath()
        Returns:
        the path
      • getThreadCount

        public int getThreadCount()
        Returns:
        the threadCount
      • getVirtualSize

        public long getVirtualSize()
        Returns:
        the virtualSize
      • getKernelTime

        public long getKernelTime()
        Returns:
        the kernelTime
      • getUserTime

        public long getUserTime()
        Returns:
        the userTime
      • getOpenFiles

        public long getOpenFiles()
        Returns:
        the openFiles