C# 클래스 Bend.RangemapManager

파일 보기 프로젝트 열기: jeske/StepsDB-alpha

공개 메소드들

메소드 설명
getNextRecord_LowLevel_OLD ( IComparable lowkey, bool direction_is_forward, RecordKey &key, RecordData &record, bool equal_ok, bool tombstone_ok ) : GetStatus

비공개 메소드들

메소드 설명
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

메소드 상세

getNextRecord_LowLevel_OLD() 공개 메소드

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
리턴 GetStatus