C# Class BplusDotNet.BplusTreeBytes

BPlus tree implementation mapping strings to bytes with fixed key length
Inheritance: IByteTree
Afficher le fichier Open project: benaston/BTree Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ClearBookKeeping ( ) : void

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

BplusTreeBytes() public méthode

public BplusTreeBytes ( BplusDotNet.BplusTreeLong tree, LinkedFile archive ) : System
tree BplusDotNet.BplusTreeLong
archive LinkedFile
Résultat System

Commit() public méthode

public Commit ( ) : void
Résultat void

Compare() public méthode

public Compare ( string left, string right ) : int
left string
right string
Résultat int

ContainsKey() public méthode

public ContainsKey ( string key ) : bool
key string
Résultat bool

FirstKey() public méthode

public FirstKey ( ) : string
Résultat string

Get() public méthode

public Get ( string key, object defaultValue ) : object
key string
defaultValue object
Résultat object

Initialize() public static méthode

public static Initialize ( System treefile, System blockfile, int KeyLength ) : BplusTreeBytes
treefile System
blockfile System
KeyLength int
Résultat BplusTreeBytes

Initialize() public static méthode

public static Initialize ( System treefile, System blockfile, int KeyLength, int CultureId ) : BplusTreeBytes
treefile System
blockfile System
KeyLength int
CultureId int
Résultat BplusTreeBytes

Initialize() public static méthode

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
Résultat BplusTreeBytes

Initialize() public static méthode

public static Initialize ( string treefileName, string blockfileName, int KeyLength ) : BplusTreeBytes
treefileName string
blockfileName string
KeyLength int
Résultat BplusTreeBytes

Initialize() public static méthode

public static Initialize ( string treefileName, string blockfileName, int KeyLength, int CultureId ) : BplusTreeBytes
treefileName string
blockfileName string
KeyLength int
CultureId int
Résultat BplusTreeBytes

Initialize() public static méthode

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
Résultat BplusTreeBytes

MaxKeyLength() public méthode

public MaxKeyLength ( ) : int
Résultat int

NextKey() public méthode

public NextKey ( string AfterThisKey ) : string
AfterThisKey string
Résultat string

NoCulture() public méthode

Use non-culture sensitive total order on binary strings.
public NoCulture ( ) : void
Résultat void

ReOpen() public static méthode

public static ReOpen ( System treefile, System blockfile ) : BplusTreeBytes
treefile System
blockfile System
Résultat BplusTreeBytes

ReOpen() public static méthode

public static ReOpen ( string treefileName, string blockfileName ) : BplusTreeBytes
treefileName string
blockfileName string
Résultat BplusTreeBytes

ReOpen() public static méthode

public static ReOpen ( string treefileName, string blockfileName, System access ) : BplusTreeBytes
treefileName string
blockfileName string
access System
Résultat BplusTreeBytes

ReadOnly() public static méthode

public static ReadOnly ( string treefileName, string blockfileName ) : BplusTreeBytes
treefileName string
blockfileName string
Résultat BplusTreeBytes

Recover() public méthode

public Recover ( bool CorrectErrors ) : void
CorrectErrors bool
Résultat void

RemoveKey() public méthode

public RemoveKey ( string key ) : void
key string
Résultat void

Set() public méthode

public Set ( string key, object map ) : void
key string
map object
Résultat void

SetFootPrintLimit() public méthode

public SetFootPrintLimit ( int limit ) : void
limit int
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void

this() public méthode

public this ( string key ) : byte[]
key string
Résultat byte[]

toHtml() public méthode

public toHtml ( ) : string
Résultat string