Package com.couchbase.client.core.kv
Class RangeScanContext
java.lang.Object
com.couchbase.client.core.cnc.AbstractContext
com.couchbase.client.core.kv.RangeScanContext
- All Implemented Interfaces:
Context
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.couchbase.client.core.cnc.Context
Context.ExportFormat
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
injectExportableParams
(Map<String, Object> input) This method needs to be implemented by the actual context implementations to inject the params they need for exporting.long
Methods inherited from class com.couchbase.client.core.cnc.AbstractContext
exportAsMap, exportAsString, toString
-
Constructor Details
-
RangeScanContext
public RangeScanContext(long itemsStreamed)
-
-
Method Details
-
itemsStreamed
public long itemsStreamed() -
injectExportableParams
Description copied from class:AbstractContext
This method needs to be implemented by the actual context implementations to inject the params they need for exporting.- Overrides:
injectExportableParams
in classAbstractContext
- Parameters:
input
- pass exportable params in here.
-