메소드 | 설명 | |
---|---|---|
GenerateNumericKeys ( ulong start, ulong count ) : string[] | ||
GenerateNumericKeysBackwards ( ulong start, ulong count ) : string[] | ||
GetControllerURL ( ConfigState controller, uint controllerPort = 8080 ) : string | ||
GetEndpointWithPort ( string endpoint, uint port ) : string | ||
GetQuorum ( ConfigState configState, System.Int64 quorumID ) : ConfigState.Quorum | ||
GetQuorumActiveShardServers ( ConfigState configState, ConfigState quorum ) : List |
||
GetShardServer ( ConfigState configState, System.Int64 nodeID ) : ConfigState.ShardServer | ||
GetShardServerURL ( ConfigState shardServer ) : string | ||
GetShardServersByTable ( ConfigState table, ConfigState configState ) : List |
||
GetTable ( ConfigState configState, System.Int64 tableID ) : ConfigState.Table | ||
GetTableShards ( ConfigState table, List |
||
ParallelFetchKeyValuesHTTP ( List |
||
ParallelFetchTableKeyValuesHTTP ( List |
||
ParallelFetchTableKeysHTTP ( List |
||
ParallelFetchValuesHTTP ( List |
||
TryCreateDatabase ( Scalien.Client client, string databaseName ) : |
||
TryCreateTable ( |
||
TryDeleteDatabase ( Scalien.Client client, string databaseName ) : bool |
public static GenerateNumericKeys ( ulong start, ulong count ) : string[] | ||
start | ulong | |
count | ulong | |
리턴 | string[] |
public static GenerateNumericKeysBackwards ( ulong start, ulong count ) : string[] | ||
start | ulong | |
count | ulong | |
리턴 | string[] |
public static GetControllerURL ( ConfigState controller, uint controllerPort = 8080 ) : string | ||
controller | ConfigState | |
controllerPort | uint | |
리턴 | string |
public static GetEndpointWithPort ( string endpoint, uint port ) : string | ||
endpoint | string | |
port | uint | |
리턴 | string |
public static GetQuorum ( ConfigState configState, System.Int64 quorumID ) : ConfigState.Quorum | ||
configState | ConfigState | |
quorumID | System.Int64 | |
리턴 | ConfigState.Quorum |
public static GetQuorumActiveShardServers ( ConfigState configState, ConfigState quorum ) : List |
||
configState | ConfigState | |
quorum | ConfigState | |
리턴 | List |
public static GetShardServer ( ConfigState configState, System.Int64 nodeID ) : ConfigState.ShardServer | ||
configState | ConfigState | |
nodeID | System.Int64 | |
리턴 | ConfigState.ShardServer |
public static GetShardServerURL ( ConfigState shardServer ) : string | ||
shardServer | ConfigState | |
리턴 | string |
public static GetShardServersByTable ( ConfigState table, ConfigState configState ) : List |
||
table | ConfigState | |
configState | ConfigState | |
리턴 | List |
public static GetTable ( ConfigState configState, System.Int64 tableID ) : ConfigState.Table | ||
configState | ConfigState | |
tableID | System.Int64 | |
리턴 | ConfigState.Table |
public static GetTableShards ( ConfigState table, List |
||
table | ConfigState | |
allShards | List |
|
리턴 | List |
public static ParallelFetchKeyValuesHTTP ( List |
||
shardServers | List |
|
tableID | System.Int64 | |
key | byte | |
리턴 | List |
public static ParallelFetchTableKeyValuesHTTP ( List |
||
shardServers | List |
|
tableID | System.Int64 | |
startKey | byte | |
endKey | byte | |
forward | bool | |
리턴 | byte[]>>[].List |
public static ParallelFetchTableKeysHTTP ( List |
||
shardServers | List |
|
tableID | System.Int64 | |
startKey | string | |
endKey | string | |
forward | bool | |
리턴 | string[][] |
public static ParallelFetchValuesHTTP ( List |
||
shardServers | List |
|
tableID | System.Int64 | |
key | byte | |
리턴 | List |
public static TryCreateDatabase ( Scalien.Client client, string databaseName ) : |
||
client | Scalien.Client | |
databaseName | string | |
리턴 |
public static TryCreateTable ( |
||
database | ||
tableName | string | |
리턴 |
public static TryDeleteDatabase ( Scalien.Client client, string databaseName ) : bool | ||
client | Scalien.Client | |
databaseName | string | |
리턴 | bool |