Class IndexingPressure

java.lang.Object
org.elasticsearch.index.IndexingPressure

public class IndexingPressure extends Object
  • Field Details

  • Constructor Details

    • IndexingPressure

      public IndexingPressure(Settings settings)
  • Method Details

    • markCoordinatingOperationStarted

      public org.elasticsearch.core.Releasable markCoordinatingOperationStarted(int operations, long bytes, boolean forceExecution)
    • markPrimaryOperationLocalToCoordinatingNodeStarted

      public org.elasticsearch.core.Releasable markPrimaryOperationLocalToCoordinatingNodeStarted(int operations, long bytes)
    • markPrimaryOperationStarted

      public org.elasticsearch.core.Releasable markPrimaryOperationStarted(int operations, long bytes, boolean forceExecution)
    • markReplicaOperationStarted

      public org.elasticsearch.core.Releasable markReplicaOperationStarted(int operations, long bytes, boolean forceExecution)
    • stats

      public IndexingPressureStats stats()