Interface CoreScanOptions


@Internal public interface CoreScanOptions
Allows to customize the various range and sampling scan options.
  • Method Details

    • commonOptions

      CoreCommonOptions commonOptions()
    • idsOnly

      boolean idsOnly()
    • consistentWith

      @Nullable CoreMutationState consistentWith()
    • batchItemLimit

      int batchItemLimit()
    • batchByteLimit

      int batchByteLimit()
    • consistencyMap

      default Map<Short,MutationToken> consistencyMap()