Class GridRestLogRequest


  • public class GridRestLogRequest
    extends GridRestRequest
    Grid command request of log file.
    • Constructor Detail

      • GridRestLogRequest

        public GridRestLogRequest()
        Constructor.
    • Method Detail

      • path

        public String path()
        Returns:
        Path to log file.
      • path

        public void path​(String path)
        Parameters:
        path - Path to log file.
      • from

        public int from()
        Returns:
        From line, inclusive, indexing from 0.
      • from

        public void from​(int from)
        Parameters:
        from - From line, inclusive, indexing from 0.
      • to

        public int to()
        Returns:
        To line, inclusive, indexing from 0.
      • to

        public void to​(int to)
        Parameters:
        to - To line, inclusive, indexing from 0.