public class SearchReadStreamResult
extends java.lang.Object
SearchReadStream has been
read completelySearchReadStream.endHandlerWithResult(io.vertx.core.Handler)| Constructor and Description |
|---|
SearchReadStreamResult(long unmergedChunks)
Create a new result
|
| Modifier and Type | Method and Description |
|---|---|
long |
getUnmergedChunks()
Get the number of chunks that could not be merged.
|
public SearchReadStreamResult(long unmergedChunks)
unmergedChunks - the number of chunks that could not be mergedpublic long getUnmergedChunks()
Get the number of chunks that could not be merged. Unmerged chunks can have the following causes:
SearchParams.setOptimisticMerging(boolean)