Class ProcessInfo

    • Constructor Detail

      • ProcessInfo

        public ProcessInfo​(long id,
                           boolean mlockall,
                           long refreshInterval)
      • ProcessInfo

        public ProcessInfo​(StreamInput in)
                    throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • refreshInterval

        public long refreshInterval()
      • getRefreshInterval

        public long getRefreshInterval()
      • getId

        public long getId()
        The process id.
      • isMlockall

        public boolean isMlockall()