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(long bytes, boolean forceExecution)
    • markPrimaryOperationLocalToCoordinatingNodeStarted

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

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

      public org.elasticsearch.core.Releasable markReplicaOperationStarted(long bytes, boolean forceExecution)
    • getCurrentCombinedCoordinatingAndPrimaryBytes

      public long getCurrentCombinedCoordinatingAndPrimaryBytes()
    • getCurrentCoordinatingBytes

      public long getCurrentCoordinatingBytes()
    • getCurrentPrimaryBytes

      public long getCurrentPrimaryBytes()
    • getCurrentReplicaBytes

      public long getCurrentReplicaBytes()
    • stats

      public IndexingPressureStats stats()