C# 클래스 BplusDotNet.hBplusTree

Tree index mapping strings to strings with unlimited key length
상속: BplusTree
파일 보기 프로젝트 열기: benaston/BTree

공개 메소드들

메소드 설명
Initialize ( System treefile, System blockfile, int KeyLength ) : hBplusTree
Initialize ( System treefile, System blockfile, int PrefixLength, int CultureId ) : hBplusTree
Initialize ( System treefile, System blockfile, int PrefixLength, int CultureId, int nodesize, int buffersize ) : hBplusTree
Initialize ( string treefileName, string blockfileName, int PrefixLength ) : hBplusTree
Initialize ( string treefileName, string blockfileName, int PrefixLength, int CultureId ) : hBplusTree
Initialize ( string treefileName, string blockfileName, int PrefixLength, int CultureId, int nodesize, int buffersize ) : hBplusTree
LimitBucketSize ( int limit ) : void
ReOpen ( System treefile, System blockfile ) : hBplusTree
ReOpen ( string treefileName, string blockfileName ) : hBplusTree
ReadOnly ( string treefileName, string blockfileName ) : hBplusTree
hBplusTree ( hBplusTreeBytes tree ) : System
toHtml ( ) : string

보호된 메소드들

메소드 설명
checkTree ( ) : bool

메소드 상세

Initialize() 공개 정적인 메소드

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

Initialize() 공개 정적인 메소드

public static Initialize ( System treefile, System blockfile, int PrefixLength, int CultureId ) : hBplusTree
treefile System
blockfile System
PrefixLength int
CultureId int
리턴 hBplusTree

Initialize() 공개 정적인 메소드

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

Initialize() 공개 정적인 메소드

public static Initialize ( string treefileName, string blockfileName, int PrefixLength ) : hBplusTree
treefileName string
blockfileName string
PrefixLength int
리턴 hBplusTree

Initialize() 공개 정적인 메소드

public static Initialize ( string treefileName, string blockfileName, int PrefixLength, int CultureId ) : hBplusTree
treefileName string
blockfileName string
PrefixLength int
CultureId int
리턴 hBplusTree

Initialize() 공개 정적인 메소드

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

LimitBucketSize() 공개 메소드

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

ReOpen() 공개 정적인 메소드

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

ReOpen() 공개 정적인 메소드

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

ReadOnly() 공개 정적인 메소드

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

checkTree() 보호된 메소드

protected checkTree ( ) : bool
리턴 bool

hBplusTree() 공개 메소드

public hBplusTree ( hBplusTreeBytes tree ) : System
tree hBplusTreeBytes
리턴 System

toHtml() 공개 메소드

public toHtml ( ) : string
리턴 string