C# 클래스 BplusDotNet.BplusTreeBytes

BPlus tree implementation mapping strings to bytes with fixed key length
상속: IByteTree
파일 보기 프로젝트 열기: benaston/BTree 1 사용 예제들

공개 메소드들

메소드 설명
Abort ( ) : void
BplusTreeBytes ( BplusDotNet.BplusTreeLong tree, LinkedFile archive ) : System
Commit ( ) : void
Compare ( string left, string right ) : int
ContainsKey ( string key ) : bool
FirstKey ( ) : string
Get ( string key, object defaultValue ) : object
Initialize ( System treefile, System blockfile, int KeyLength ) : BplusTreeBytes
Initialize ( System treefile, System blockfile, int KeyLength, int CultureId ) : BplusTreeBytes
Initialize ( System treefile, System blockfile, int KeyLength, int CultureId, int nodesize, int buffersize ) : BplusTreeBytes
Initialize ( string treefileName, string blockfileName, int KeyLength ) : BplusTreeBytes
Initialize ( string treefileName, string blockfileName, int KeyLength, int CultureId ) : BplusTreeBytes
Initialize ( string treefileName, string blockfileName, int KeyLength, int CultureId, int nodesize, int buffersize ) : BplusTreeBytes
MaxKeyLength ( ) : int
NextKey ( string AfterThisKey ) : string
NoCulture ( ) : void

Use non-culture sensitive total order on binary strings.

ReOpen ( System treefile, System blockfile ) : BplusTreeBytes
ReOpen ( string treefileName, string blockfileName ) : BplusTreeBytes
ReOpen ( string treefileName, string blockfileName, System access ) : BplusTreeBytes
ReadOnly ( string treefileName, string blockfileName ) : BplusTreeBytes
Recover ( bool CorrectErrors ) : void
RemoveKey ( string key ) : void
Set ( string key, object map ) : void
SetFootPrintLimit ( int limit ) : void
Shutdown ( ) : void
this ( string key ) : byte[]
toHtml ( ) : string

비공개 메소드들

메소드 설명
ClearBookKeeping ( ) : void

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

BplusTreeBytes() 공개 메소드

public BplusTreeBytes ( BplusDotNet.BplusTreeLong tree, LinkedFile archive ) : System
tree BplusDotNet.BplusTreeLong
archive LinkedFile
리턴 System

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

Compare() 공개 메소드

public Compare ( string left, string right ) : int
left string
right string
리턴 int

ContainsKey() 공개 메소드

public ContainsKey ( string key ) : bool
key string
리턴 bool

FirstKey() 공개 메소드

public FirstKey ( ) : string
리턴 string

Get() 공개 메소드

public Get ( string key, object defaultValue ) : object
key string
defaultValue object
리턴 object

Initialize() 공개 정적인 메소드

public static Initialize ( System treefile, System blockfile, int KeyLength ) : BplusTreeBytes
treefile System
blockfile System
KeyLength int
리턴 BplusTreeBytes

Initialize() 공개 정적인 메소드

public static Initialize ( System treefile, System blockfile, int KeyLength, int CultureId ) : BplusTreeBytes
treefile System
blockfile System
KeyLength int
CultureId int
리턴 BplusTreeBytes

Initialize() 공개 정적인 메소드

public static Initialize ( System treefile, System blockfile, int KeyLength, int CultureId, int nodesize, int buffersize ) : BplusTreeBytes
treefile System
blockfile System
KeyLength int
CultureId int
nodesize int
buffersize int
리턴 BplusTreeBytes

Initialize() 공개 정적인 메소드

public static Initialize ( string treefileName, string blockfileName, int KeyLength ) : BplusTreeBytes
treefileName string
blockfileName string
KeyLength int
리턴 BplusTreeBytes

Initialize() 공개 정적인 메소드

public static Initialize ( string treefileName, string blockfileName, int KeyLength, int CultureId ) : BplusTreeBytes
treefileName string
blockfileName string
KeyLength int
CultureId int
리턴 BplusTreeBytes

Initialize() 공개 정적인 메소드

public static Initialize ( string treefileName, string blockfileName, int KeyLength, int CultureId, int nodesize, int buffersize ) : BplusTreeBytes
treefileName string
blockfileName string
KeyLength int
CultureId int
nodesize int
buffersize int
리턴 BplusTreeBytes

MaxKeyLength() 공개 메소드

public MaxKeyLength ( ) : int
리턴 int

NextKey() 공개 메소드

public NextKey ( string AfterThisKey ) : string
AfterThisKey string
리턴 string

NoCulture() 공개 메소드

Use non-culture sensitive total order on binary strings.
public NoCulture ( ) : void
리턴 void

ReOpen() 공개 정적인 메소드

public static ReOpen ( System treefile, System blockfile ) : BplusTreeBytes
treefile System
blockfile System
리턴 BplusTreeBytes

ReOpen() 공개 정적인 메소드

public static ReOpen ( string treefileName, string blockfileName ) : BplusTreeBytes
treefileName string
blockfileName string
리턴 BplusTreeBytes

ReOpen() 공개 정적인 메소드

public static ReOpen ( string treefileName, string blockfileName, System access ) : BplusTreeBytes
treefileName string
blockfileName string
access System
리턴 BplusTreeBytes

ReadOnly() 공개 정적인 메소드

public static ReadOnly ( string treefileName, string blockfileName ) : BplusTreeBytes
treefileName string
blockfileName string
리턴 BplusTreeBytes

Recover() 공개 메소드

public Recover ( bool CorrectErrors ) : void
CorrectErrors bool
리턴 void

RemoveKey() 공개 메소드

public RemoveKey ( string key ) : void
key string
리턴 void

Set() 공개 메소드

public Set ( string key, object map ) : void
key string
map object
리턴 void

SetFootPrintLimit() 공개 메소드

public SetFootPrintLimit ( int limit ) : void
limit int
리턴 void

Shutdown() 공개 메소드

public Shutdown ( ) : void
리턴 void

this() 공개 메소드

public this ( string key ) : byte[]
key string
리턴 byte[]

toHtml() 공개 메소드

public toHtml ( ) : string
리턴 string