C# Класс BplusDotNet.BplusTreeBytes

BPlus tree implementation mapping strings to bytes with fixed key length
Наследование: IByteTree
Показать файл Открыть проект Примеры использования класса

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

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