Class InboundAggregator

java.lang.Object
org.elasticsearch.transport.InboundAggregator
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable, Releasable

public class InboundAggregator
extends java.lang.Object
implements Releasable
  • Constructor Details

  • Method Details

    • headerReceived

      public void headerReceived​(Header header)
    • aggregate

      public void aggregate​(ReleasableBytesReference content)
    • finishAggregation

      public InboundMessage finishAggregation() throws java.io.IOException
      Throws:
      java.io.IOException
    • isAggregating

      public boolean isAggregating()
    • close

      public void close()
      Specified by:
      close in interface java.lang.AutoCloseable
      Specified by:
      close in interface java.io.Closeable
      Specified by:
      close in interface Releasable