Class NodeService

org.elasticsearch.node.NodeService
All Implemented Interfaces:
,

public class NodeService extends implements
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    awaitClose​(long timeout,  timeUnit)
    Wait for the node to be effectively closed.
    void
     
     
     
    info​(boolean settings, boolean os, boolean process, boolean jvm, boolean threadPool, boolean transport, boolean http, boolean plugin, boolean ingest, boolean aggs, boolean indices)
     
    stats​(CommonStatsFlags indices, boolean os, boolean process, boolean jvm, boolean threadPool, boolean fs, boolean transport, boolean http, boolean circuitBreaker, boolean script, boolean discoveryStats, boolean ingest, boolean adaptiveSelection, boolean scriptCache, boolean indexingPressure)
     

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Method Details

    • info

      public NodeInfo info(boolean settings, boolean os, boolean process, boolean jvm, boolean threadPool, boolean transport, boolean http, boolean plugin, boolean ingest, boolean aggs, boolean indices)
    • stats

      public NodeStats stats(CommonStatsFlags indices, boolean os, boolean process, boolean jvm, boolean threadPool, boolean fs, boolean transport, boolean http, boolean circuitBreaker, boolean script, boolean discoveryStats, boolean ingest, boolean adaptiveSelection, boolean scriptCache, boolean indexingPressure)
    • getIngestService

      public IngestService getIngestService()
    • getMonitorService

      public MonitorService getMonitorService()
    • close

      public void close() throws
      Specified by:
       in interface 
      Specified by:
       in interface 
      Throws:
    • awaitClose

      public boolean awaitClose(long timeout,  timeUnit) throws
      Wait for the node to be effectively closed.
      Throws:
      See Also:
      IndicesService.awaitClose(long, TimeUnit)