프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BucketSizeLimit | int | ||
prefixLength | int | ||
tree |
메소드 | 설명 | |
---|---|---|
Abort ( ) : void | ||
Commit ( ) : void | ||
Compare ( string left, string right ) : int | ||
ContainsKey ( string key ) : bool | ||
FindBucketForPrefix ( string key, |
||
FirstKey ( ) : string | ||
Get ( string key, object defaultValue ) : object | ||
Initialize ( System treefile, System blockfile, int PrefixLength ) : |
||
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 | ||
NextKey ( string AfterThisKey ) : string | ||
PrefixForByteCount ( string s, int maxbytecount ) : string | ||
ReOpen ( System treefile, System blockfile ) : |
||
ReOpen ( string treefileName, string blockfileName ) : |
||
ReadOnly ( string treefileName, string blockfileName ) : |
||
Recover ( bool CorrectErrors ) : void | ||
RemoveKey ( string key ) : void | ||
Set ( string key, object map ) : void | ||
SetFootPrintLimit ( int limit ) : void | ||
Shutdown ( ) : void | ||
this ( string key ) : byte[] | ||
xBplusTreeBytes ( |
public FindBucketForPrefix ( string key, |
||
key | string | |
bucket | ||
prefix | string | |
keyIsPrefix | bool | |
리턴 | bool |
public Get ( string key, object defaultValue ) : object | ||
key | string | |
defaultValue | object | |
리턴 | object |
public static Initialize ( System treefile, System blockfile, int PrefixLength ) : |
||
treefile | System | |
blockfile | System | |
PrefixLength | 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 PrefixForByteCount ( string s, int maxbytecount ) : string | ||
s | string | |
maxbytecount | int | |
리턴 | string |
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 xBplusTreeBytes ( |
||
tree | ||
prefixLength | int | |
리턴 | System |