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
public class RangeScanContext extends AbstractContext
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.couchbase.client.core.cnc.Context
Context.ExportFormat
-
-
Constructor Summary
Constructors Constructor Description RangeScanContext(long itemsStreamed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinjectExportableParams(Map<String,Object> input)This method needs to be implemented by the actual context implementations to inject the params they need for exporting.longitemsStreamed()-
Methods inherited from class com.couchbase.client.core.cnc.AbstractContext
exportAsMap, exportAsString, toString
-
-
-
-
Method Detail
-
itemsStreamed
public long itemsStreamed()
-
injectExportableParams
public void injectExportableParams(Map<String,Object> input)
Description copied from class:AbstractContextThis method needs to be implemented by the actual context implementations to inject the params they need for exporting.- Overrides:
injectExportableParamsin classAbstractContext- Parameters:
input- pass exportable params in here.
-
-