Class SearchChunkTrailer
java.lang.Object
com.couchbase.client.core.msg.search.SearchChunkTrailer
- All Implemented Interfaces:
ChunkTrailer
public class SearchChunkTrailer extends Object implements ChunkTrailer
-
Constructor Summary
Constructors Constructor Description SearchChunkTrailer(long totalRows, double maxScore, long took, byte[] facets)
-
Method Summary
-
Constructor Details
-
SearchChunkTrailer
public SearchChunkTrailer(long totalRows, double maxScore, long took, byte[] facets)
-
-
Method Details