Uses of Class
com.couchbase.client.core.msg.view.ViewChunkRow
Package | Description |
---|---|
com.couchbase.client.core.msg.view |
-
Uses of ViewChunkRow in com.couchbase.client.core.msg.view
Methods in com.couchbase.client.core.msg.view that return types with arguments of type ViewChunkRow Modifier and Type Method Description Flux<ViewChunkRow>
ViewResponse. rows()
Method parameters in com.couchbase.client.core.msg.view with type arguments of type ViewChunkRow Modifier and Type Method Description ViewResponse
ViewRequest. decode(ResponseStatus status, ViewChunkHeader header, Flux<ViewChunkRow> rows, Mono<ViewChunkTrailer> trailer)