Class SearchChunkTrailer
java.lang.Object
com.couchbase.client.core.msg.search.SearchChunkTrailer
- All Implemented Interfaces:
ChunkTrailer
-
Constructor Summary
ConstructorDescriptionSearchChunkTrailer
(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