Class SearchChunkTrailer

java.lang.Object
com.couchbase.client.core.msg.search.SearchChunkTrailer
All Implemented Interfaces:
ChunkTrailer

public class SearchChunkTrailer extends Object implements ChunkTrailer
  • Constructor Details

    • SearchChunkTrailer

      public SearchChunkTrailer(long totalRows, double maxScore, long took, byte[] facets)
  • Method Details

    • totalRows

      public long totalRows()
    • maxScore

      public double maxScore()
    • took

      public long took()
    • facets

      public byte[] facets()
    • toString

      public String toString()
      Overrides:
      toString in class Object