Class OffsettingStrideSample<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>>

java.lang.Object
io.datarouter.storage.op.scan.stride.internal.OffsettingStrideSample<PK>

public class OffsettingStrideSample<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>> extends Object
  • Field Details

    • lastSeenKey

      public final PK extends io.datarouter.model.key.primary.PrimaryKey<PK> lastSeenKey
    • sampleCount

      public final long sampleCount
  • Constructor Details

    • OffsettingStrideSample

      public OffsettingStrideSample(PK lastSeenKey, long sampleCount)
  • Method Details

    • toStrideSample

      public InternalStrideSample<PK> toStrideSample(io.datarouter.util.tuple.Range<PK> range, boolean interrupted)