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

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

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

    • strategy

      public final String strategy
    • range

      public final io.datarouter.util.tuple.Range<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>> range
    • lastSeenKey

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

      public final long numRpcs
    • numKeysTransferred

      public final long numKeysTransferred
    • sampleCount

      public final long sampleCount
    • interrupted

      public final boolean interrupted
  • Constructor Details

    • InternalStrideSample

      public InternalStrideSample(String strategy, io.datarouter.util.tuple.Range<PK> range, PK lastSeenKey, long numRpcs, long numKeysTransferred, long sampleCount, boolean interrupted)
  • Method Details