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

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

public class ScanningStrideSample<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>>
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    PK lastSeenKey  
    long numRpcs  
    long sampleCount  
  • Constructor Summary

    Constructors 
    Constructor Description
    ScanningStrideSample​(PK lastSeenKey, long numRpcs, long sampleCount)  
  • Method Summary

    Modifier and Type Method Description
    InternalStrideSample<PK> toStrideSample​(io.datarouter.util.tuple.Range<PK> range, boolean interrupted)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait