Метод | Описание | |
---|---|---|
Initialize ( System treefile, System blockfile, int KeyLength ) : |
||
Initialize ( System treefile, System blockfile, int PrefixLength, int CultureId ) : |
||
Initialize ( System treefile, System blockfile, int PrefixLength, int CultureId, int nodesize, int buffersize ) : |
||
Initialize ( string treefileName, string blockfileName, int PrefixLength ) : |
||
Initialize ( string treefileName, string blockfileName, int PrefixLength, int CultureId ) : |
||
Initialize ( string treefileName, string blockfileName, int PrefixLength, int CultureId, int nodesize, int buffersize ) : |
||
LimitBucketSize ( int limit ) : void | ||
ReOpen ( System treefile, System blockfile ) : |
||
ReOpen ( string treefileName, string blockfileName ) : |
||
ReadOnly ( string treefileName, string blockfileName ) : |
||
hBplusTree ( |
||
toHtml ( ) : string |
Метод | Описание | |
---|---|---|
checkTree ( ) : bool |
public static Initialize ( System treefile, System blockfile, int KeyLength ) : |
||
treefile | System | |
blockfile | System | |
KeyLength | int | |
Результат |
public static Initialize ( System treefile, System blockfile, int PrefixLength, int CultureId ) : |
||
treefile | System | |
blockfile | System | |
PrefixLength | int | |
CultureId | int | |
Результат |
public static Initialize ( System treefile, System blockfile, int PrefixLength, int CultureId, int nodesize, int buffersize ) : |
||
treefile | System | |
blockfile | System | |
PrefixLength | int | |
CultureId | int | |
nodesize | int | |
buffersize | int | |
Результат |
public static Initialize ( string treefileName, string blockfileName, int PrefixLength ) : |
||
treefileName | string | |
blockfileName | string | |
PrefixLength | int | |
Результат |
public static Initialize ( string treefileName, string blockfileName, int PrefixLength, int CultureId ) : |
||
treefileName | string | |
blockfileName | string | |
PrefixLength | int | |
CultureId | int | |
Результат |
public static Initialize ( string treefileName, string blockfileName, int PrefixLength, int CultureId, int nodesize, int buffersize ) : |
||
treefileName | string | |
blockfileName | string | |
PrefixLength | int | |
CultureId | int | |
nodesize | int | |
buffersize | int | |
Результат |
public LimitBucketSize ( int limit ) : void | ||
limit | int | |
Результат | void |
public static ReOpen ( System treefile, System blockfile ) : |
||
treefile | System | |
blockfile | System | |
Результат |
public static ReOpen ( string treefileName, string blockfileName ) : |
||
treefileName | string | |
blockfileName | string | |
Результат |
public static ReadOnly ( string treefileName, string blockfileName ) : |
||
treefileName | string | |
blockfileName | string | |
Результат |
public hBplusTree ( |
||
tree | ||
Результат | System |