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
  • Constructor Details

    • RangeScanContext

      public RangeScanContext(long itemsStreamed)
  • Method Details

    • itemsStreamed

      public long itemsStreamed()
    • injectExportableParams

      public void injectExportableParams(Map<String,Object> input)
      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 class AbstractContext
      Parameters:
      input - pass exportable params in here.