C# Класс BplusDotNet.hBplusTree

Tree index mapping strings to strings with unlimited key length
Наследование: BplusTree
Показать файл Открыть проект

Открытые методы

Метод Описание
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