Class IndexingPressure.Incremental

java.lang.Object
org.elasticsearch.index.IndexingPressure.Incremental
All Implemented Interfaces:
Closeable, AutoCloseable, Releasable
Enclosing class:
IndexingPressure

public class IndexingPressure.Incremental extends Object implements Releasable
  • Constructor Details

    • Incremental

      public Incremental(boolean forceExecution)
  • Method Details

    • totalParsedBytes

      public long totalParsedBytes()
    • incrementUnparsedBytes

      public void incrementUnparsedBytes(long bytes)
    • transferUnparsedBytesToParsed

      public void transferUnparsedBytesToParsed(long bytes)
    • increment

      public void increment(int operations, long bytes)
    • currentOperationsSize

      public long currentOperationsSize()
    • maybeSplit

      public Optional<Releasable> maybeSplit()
    • split

      public Releasable split()
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Specified by:
      close in interface Releasable