Tabnine Logo
NodesStatsRequest.adaptiveSelection
Code IndexAdd Tabnine to your IDE (free)

How to use
adaptiveSelection
method
in
org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest

Best Java code snippets using org.elasticsearch.action.admin.cluster.node.stats.NodesStatsRequest.adaptiveSelection (Showing top 6 results out of 315)

origin: org.elasticsearch/elasticsearch

public NodesStatsRequestBuilder setAdaptiveSelection(boolean adaptiveSelection) {
  request.adaptiveSelection(adaptiveSelection);
  return this;
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch

public NodesStatsRequestBuilder setAdaptiveSelection(boolean adaptiveSelection) {
  request.adaptiveSelection(adaptiveSelection);
  return this;
}
origin: apache/servicemix-bundles

public NodesStatsRequestBuilder setAdaptiveSelection(boolean adaptiveSelection) {
  request.adaptiveSelection(adaptiveSelection);
  return this;
}
origin: org.elasticsearch/elasticsearch

@Override
protected NodeStats nodeOperation(NodeStatsRequest nodeStatsRequest) {
  NodesStatsRequest request = nodeStatsRequest.request;
  return nodeService.stats(request.indices(), request.os(), request.process(), request.jvm(), request.threadPool(),
      request.fs(), request.transport(), request.http(), request.breaker(), request.script(), request.discovery(),
      request.ingest(), request.adaptiveSelection());
}
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch

@Override
protected NodeStats nodeOperation(NodeStatsRequest nodeStatsRequest) {
  NodesStatsRequest request = nodeStatsRequest.request;
  return nodeService.stats(request.indices(), request.os(), request.process(), request.jvm(), request.threadPool(),
      request.fs(), request.transport(), request.http(), request.breaker(), request.script(), request.discovery(),
      request.ingest(), request.adaptiveSelection());
}
origin: apache/servicemix-bundles

@Override
protected NodeStats nodeOperation(NodeStatsRequest nodeStatsRequest) {
  NodesStatsRequest request = nodeStatsRequest.request;
  return nodeService.stats(request.indices(), request.os(), request.process(), request.jvm(), request.threadPool(),
      request.fs(), request.transport(), request.http(), request.breaker(), request.script(), request.discovery(),
      request.ingest(), request.adaptiveSelection());
}
org.elasticsearch.action.admin.cluster.node.statsNodesStatsRequestadaptiveSelection

Javadoc

Should adaptiveSelection statistics be returned.

Popular methods of NodesStatsRequest

  • <init>
    Get stats from nodes based on the nodes ids specified. If none are passed, stats for all nodes will
  • all
    Sets all the request flags.
  • clear
    Clears all the request flags.
  • fs
    Should the node file system stats be returned.
  • http
    Should the node HTTP be returned.
  • indices
    Should indices stats be returned.
  • jvm
    Should the node JVM be returned.
  • os
    Should the node OS be returned.
  • process
    Should the node Process be returned.
  • threadPool
    Should the node Thread Pool be returned.
  • transport
    Should the node Transport be returned.
  • breaker
    Should the node's circuit breaker stats be returned.
  • transport,
  • breaker,
  • readFrom,
  • script,
  • timeout,
  • writeTo,
  • discovery,
  • ingest,
  • nodesIds

Popular in Java

  • Creating JSON documents from java classes using gson
  • setScale (BigDecimal)
  • getSystemService (Context)
  • getSharedPreferences (Context)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • Notification (javax.management)
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now