Class NodesStatsRequest

    • Constructor Detail

      • NodesStatsRequest

        public NodesStatsRequest()
      • NodesStatsRequest

        public NodesStatsRequest​(java.lang.String... nodesIds)
        Get stats from nodes based on the nodes ids specified. If none are passed, stats for all nodes will be returned.
    • Method Detail

      • indices

        public NodesStatsRequest indices​(boolean indices)
        Should indices stats be returned.
      • os

        public boolean os()
        Should the node OS be returned.
      • process

        public boolean process()
        Should the node Process be returned.
      • process

        public NodesStatsRequest process​(boolean process)
        Should the node Process be returned.
      • jvm

        public boolean jvm()
        Should the node JVM be returned.
      • jvm

        public NodesStatsRequest jvm​(boolean jvm)
        Should the node JVM be returned.
      • threadPool

        public boolean threadPool()
        Should the node Thread Pool be returned.
      • threadPool

        public NodesStatsRequest threadPool​(boolean threadPool)
        Should the node Thread Pool be returned.
      • fs

        public boolean fs()
        Should the node file system stats be returned.
      • fs

        public NodesStatsRequest fs​(boolean fs)
        Should the node file system stats be returned.
      • transport

        public boolean transport()
        Should the node Transport be returned.
      • transport

        public NodesStatsRequest transport​(boolean transport)
        Should the node Transport be returned.
      • http

        public boolean http()
        Should the node HTTP be returned.
      • http

        public NodesStatsRequest http​(boolean http)
        Should the node HTTP be returned.
      • breaker

        public boolean breaker()
      • breaker

        public NodesStatsRequest breaker​(boolean breaker)
        Should the node's circuit breaker stats be returned.
      • script

        public boolean script()
      • discovery

        public boolean discovery()
      • discovery

        public NodesStatsRequest discovery​(boolean discovery)
        Should the node's discovery stats be returned.
      • ingest

        public boolean ingest()
      • ingest

        public NodesStatsRequest ingest​(boolean ingest)
        Should ingest statistics be returned.
      • adaptiveSelection

        public boolean adaptiveSelection()
      • adaptiveSelection

        public NodesStatsRequest adaptiveSelection​(boolean adaptiveSelection)
        Should adaptiveSelection statistics be returned.