C# Class Bend.RangemapManager

Show file Open project: jeske/StepsDB-alpha

Public Methods

Method Description
getNextRecord_LowLevel_OLD ( IComparable lowkey, bool direction_is_forward, RecordKey &key, RecordData &record, bool equal_ok, bool tombstone_ok ) : GetStatus

Private Methods

Method Description
INTERNAL_segmentWalkCursorSetupForNextKey ( IComparable startkeytest, bool direction_is_forward, ISortedSegment curseg_raw, RangeKey curseg_rangekey, RecordData>.IScannableDictionary handledIndexRecords, int maxgen, RecordUpdate>.IScannableDictionary segmentsWithRecords, bool equal_ok, SegmentWalkStats stats ) : void
INTERNAL_segmentWalkForNextKey ( IComparable startkeytest, bool direction_is_forward, ISortedSegment curseg_raw, RangeKey curseg_rangekey, RecordData>.IScannableDictionary handledIndexRecords, int maxgen, RecordData>.IScannableDictionary recordsBeingAssembled, bool equal_ok, SegmentWalkStats stats ) : void

Method Details

getNextRecord_LowLevel_OLD() public method

public getNextRecord_LowLevel_OLD ( IComparable lowkey, bool direction_is_forward, RecordKey &key, RecordData &record, bool equal_ok, bool tombstone_ok ) : GetStatus
lowkey IComparable
direction_is_forward bool
key RecordKey
record RecordData
equal_ok bool
tombstone_ok bool
return GetStatus