Class IndexingPressure

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

public class IndexingPressure
extends java.lang.Object
  • Field Details

  • Constructor Details

    • IndexingPressure

      public IndexingPressure​(Settings settings)
  • Method Details

    • markCoordinatingOperationStarted

      public Releasable markCoordinatingOperationStarted​(long bytes, boolean forceExecution)
    • markPrimaryOperationLocalToCoordinatingNodeStarted

      public Releasable markPrimaryOperationLocalToCoordinatingNodeStarted​(long bytes)
    • markPrimaryOperationStarted

      public Releasable markPrimaryOperationStarted​(long bytes, boolean forceExecution)
    • markReplicaOperationStarted

      public 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()