Méthode | Description | |
---|---|---|
SDBP_Add ( |
||
SDBP_AddCStr ( |
||
SDBP_Begin ( |
||
SDBP_Cancel ( |
||
SDBP_CommitTransaction ( |
||
SDBP_Count ( |
||
SDBP_CountCStr ( |
||
SDBP_Create ( ) : |
||
SDBP_CreateDatabase ( |
||
SDBP_CreateTable ( |
||
SDBP_Delete ( |
||
SDBP_DeleteCStr ( |
||
SDBP_DeleteDatabase ( |
||
SDBP_DeleteTable ( |
||
SDBP_Destroy ( |
||
SDBP_Get ( |
||
SDBP_GetCStr ( |
||
SDBP_GetConnectivityStatus ( |
||
SDBP_GetDatabaseIDAt ( |
||
SDBP_GetDatabaseIDByName ( |
||
SDBP_GetDatabaseNameAt ( |
||
SDBP_GetDebugString ( ) : string | ||
SDBP_GetGlobalTimeout ( |
||
SDBP_GetJSONConfigState ( |
||
SDBP_GetMasterTimeout ( |
||
SDBP_GetNumDatabases ( |
||
SDBP_GetNumQuorums ( |
||
SDBP_GetNumTables ( |
||
SDBP_GetQuorumIDAt ( |
||
SDBP_GetQuorumIDByName ( |
||
SDBP_GetQuorumNameAt ( |
||
SDBP_GetResult ( |
||
SDBP_GetTableIDAt ( |
||
SDBP_GetTableIDByName ( |
||
SDBP_GetTableNameAt ( |
||
SDBP_GetVersion ( ) : string | ||
SDBP_Init ( |
||
SDBP_ListKeyValues ( |
||
SDBP_ListKeyValuesCStr ( |
||
SDBP_ListKeys ( |
||
SDBP_ListKeysCStr ( |
||
SDBP_LogTrace ( string msg ) : void | ||
SDBP_RenameDatabase ( |
||
SDBP_RenameTable ( |
||
SDBP_ResultBegin ( |
||
SDBP_ResultClose ( |
||
SDBP_ResultCommandStatus ( |
||
SDBP_ResultDatabaseID ( |
||
SDBP_ResultElapsedTime ( |
||
SDBP_ResultIsConditionalSuccess ( |
||
SDBP_ResultIsEnd ( |
||
SDBP_ResultIsFinished ( |
||
SDBP_ResultKey ( |
||
SDBP_ResultKeyBuffer ( |
||
SDBP_ResultNext ( |
||
SDBP_ResultNodeID ( |
||
SDBP_ResultNumber ( |
||
SDBP_ResultPaxosID ( |
||
SDBP_ResultQuorumID ( |
||
SDBP_ResultSignedNumber ( |
||
SDBP_ResultTableID ( |
||
SDBP_ResultTransportStatus ( |
||
SDBP_ResultValue ( |
||
SDBP_ResultValueBuffer ( |
||
SDBP_RollbackTransaction ( |
||
SDBP_SequenceNext ( |
||
SDBP_SequenceNextCStr ( |
||
SDBP_SequenceSet ( |
||
SDBP_SequenceSetCStr ( |
||
SDBP_Set ( |
||
SDBP_SetBatchLimit ( |
||
SDBP_SetBatchMode ( |
||
SDBP_SetCStr ( |
||
SDBP_SetConsistencyMode ( |
||
SDBP_SetCrashReporter ( bool crashReporter ) : void | ||
SDBP_SetDebug ( bool debug ) : void | ||
SDBP_SetGlobalTimeout ( |
||
SDBP_SetLogFile ( string filename ) : void | ||
SDBP_SetMasterTimeout ( |
||
SDBP_SetMaxConnections ( uint maxConnections ) : void | ||
SDBP_SetShardPoolSize ( uint shardPoolSize ) : void | ||
SDBP_SetTrace ( bool trace ) : void | ||
SDBP_SetTraceBufferSize ( uint traceBufferSize ) : void | ||
SDBP_StartTransaction ( |
||
SDBP_StartTransactionCStr ( |
||
SDBP_Submit ( |
||
SDBP_TruncateTable ( |
||
SDBP_WaitConfigState ( |
||
imaxabs ( long n ) : long | ||
imaxdiv ( long numer, long denom ) : |
||
strtoimax ( string nptr, |
||
strtoumax ( string nptr, |
public static SDBP_Add ( |
||
client | ||
tableID | ulong | |
key | string | |
number | long | |
Résultat | int |
public static SDBP_AddCStr ( |
||
client_ | ||
tableID | ulong | |
key | ||
len | int | |
number | long | |
Résultat | int |
public static SDBP_Begin ( |
||
client | ||
Résultat | int |
public static SDBP_Cancel ( |
||
client | ||
Résultat | int |
public static SDBP_CommitTransaction ( |
||
client | ||
Résultat | int |
public static SDBP_Count ( |
||
client | ||
tableID | ulong | |
startKey | string | |
endKey | string | |
prefix | string | |
forwardDirection | bool | |
Résultat | int |
public static SDBP_CountCStr ( |
||
client | ||
tableID | ulong | |
startKey | ||
startKeyLen | int | |
endKey | ||
endKeyLen | int | |
prefix | ||
prefixLen | int | |
forwardDirection | bool | |
Résultat | int |
public static SDBP_Create ( ) : |
||
Résultat |
public static SDBP_CreateDatabase ( |
||
client | ||
name | string | |
Résultat | int |
public static SDBP_CreateTable ( |
||
client | ||
databaseID | ulong | |
quorumID | ulong | |
name | string | |
Résultat | int |
public static SDBP_Delete ( |
||
client | ||
tableID | ulong | |
key | string | |
Résultat | int |
public static SDBP_DeleteCStr ( |
||
client_ | ||
tableID | ulong | |
key | ||
len | int | |
Résultat | int |
public static SDBP_DeleteDatabase ( |
||
client | ||
databaseID | ulong | |
Résultat | int |
public static SDBP_DeleteTable ( |
||
client | ||
tableID | ulong | |
Résultat | int |
public static SDBP_Destroy ( |
||
client | ||
Résultat | void |
public static SDBP_Get ( |
||
client | ||
tableID | ulong | |
key | string | |
Résultat | int |
public static SDBP_GetCStr ( |
||
client | ||
tableID | ulong | |
key | ||
len | int | |
Résultat | int |
public static SDBP_GetConnectivityStatus ( |
||
client | ||
Résultat | int |
public static SDBP_GetDatabaseIDAt ( |
||
client | ||
n | uint | |
Résultat | ulong |
public static SDBP_GetDatabaseIDByName ( |
||
client | ||
name | string | |
Résultat | ulong |
public static SDBP_GetDatabaseNameAt ( |
||
client | ||
n | uint | |
Résultat | string |
public static SDBP_GetDebugString ( ) : string | ||
Résultat | string |
public static SDBP_GetGlobalTimeout ( |
||
client | ||
Résultat | ulong |
public static SDBP_GetJSONConfigState ( |
||
client | ||
Résultat | string |
public static SDBP_GetMasterTimeout ( |
||
client | ||
Résultat | ulong |
public static SDBP_GetNumDatabases ( |
||
client | ||
Résultat | uint |
public static SDBP_GetNumQuorums ( |
||
client | ||
Résultat | uint |
public static SDBP_GetNumTables ( |
||
client | ||
databaseID | ulong | |
Résultat | uint |
public static SDBP_GetQuorumIDAt ( |
||
client | ||
n | uint | |
Résultat | ulong |
public static SDBP_GetQuorumIDByName ( |
||
client | ||
name | string | |
Résultat | ulong |
public static SDBP_GetQuorumNameAt ( |
||
client | ||
n | uint | |
Résultat | string |
public static SDBP_GetResult ( |
||
client | ||
Résultat |
public static SDBP_GetTableIDAt ( |
||
client | ||
databaseID | ulong | |
n | uint | |
Résultat | ulong |
public static SDBP_GetTableIDByName ( |
||
client | ||
databaseID | ulong | |
name | string | |
Résultat | ulong |
public static SDBP_GetTableNameAt ( |
||
client | ||
databaseID | ulong | |
n | uint | |
Résultat | string |
public static SDBP_Init ( |
||
client | ||
arg1 | ||
Résultat | int |
public static SDBP_ListKeyValues ( |
||
client | ||
tableID | ulong | |
startKey | string | |
endKey | string | |
prefix | string | |
count | uint | |
forwardDirection | bool | |
skip | bool | |
Résultat | int |
public static SDBP_ListKeyValuesCStr ( |
||
client | ||
tableID | ulong | |
startKey | ||
startKeyLen | int | |
endKey | ||
endKeyLen | int | |
prefix | ||
prefixLen | int | |
count | uint | |
forwardDirection | bool | |
skip | bool | |
Résultat | int |
public static SDBP_ListKeys ( |
||
client | ||
tableID | ulong | |
startKey | string | |
endKey | string | |
prefix | string | |
count | uint | |
forwardDirection | bool | |
skip | bool | |
Résultat | int |
public static SDBP_ListKeysCStr ( |
||
client | ||
tableID | ulong | |
startKey | ||
startKeyLen | int | |
endKey | ||
endKeyLen | int | |
prefix | ||
prefixLen | int | |
count | uint | |
forwardDirection | bool | |
skip | bool | |
Résultat | int |
public static SDBP_LogTrace ( string msg ) : void | ||
msg | string | |
Résultat | void |
public static SDBP_RenameDatabase ( |
||
client | ||
databaseID | ulong | |
name | string | |
Résultat | int |
public static SDBP_RenameTable ( |
||
client | ||
tableID | ulong | |
name | string | |
Résultat | int |
public static SDBP_ResultBegin ( |
||
result | ||
Résultat | void |
public static SDBP_ResultClose ( |
||
result | ||
Résultat | void |
public static SDBP_ResultCommandStatus ( |
||
result | ||
Résultat | int |
public static SDBP_ResultDatabaseID ( |
||
result | ||
Résultat | ulong |
public static SDBP_ResultElapsedTime ( |
||
result | ||
Résultat | uint |
public static SDBP_ResultIsConditionalSuccess ( |
||
result | ||
Résultat | bool |
public static SDBP_ResultIsEnd ( |
||
result | ||
Résultat | bool |
public static SDBP_ResultIsFinished ( |
||
result | ||
Résultat | bool |
public static SDBP_ResultKey ( |
||
result | ||
Résultat | string |
public static SDBP_ResultKeyBuffer ( |
||
result | ||
Résultat |
public static SDBP_ResultNext ( |
||
result | ||
Résultat | void |
public static SDBP_ResultNodeID ( |
||
result | ||
Résultat | ulong |
public static SDBP_ResultNumber ( |
||
result | ||
Résultat | ulong |
public static SDBP_ResultPaxosID ( |
||
result | ||
Résultat | ulong |
public static SDBP_ResultQuorumID ( |
||
result | ||
Résultat | ulong |
public static SDBP_ResultSignedNumber ( |
||
result | ||
Résultat | long |
public static SDBP_ResultTableID ( |
||
result | ||
Résultat | ulong |
public static SDBP_ResultTransportStatus ( |
||
result | ||
Résultat | int |
public static SDBP_ResultValue ( |
||
result | ||
Résultat | string |
public static SDBP_ResultValueBuffer ( |
||
result | ||
Résultat |
public static SDBP_RollbackTransaction ( |
||
client | ||
Résultat | int |
public static SDBP_SequenceNext ( |
||
client | ||
tableID | ulong | |
key | string | |
Résultat | int |
public static SDBP_SequenceNextCStr ( |
||
client | ||
tableID | ulong | |
key | ||
len | int | |
Résultat | int |
public static SDBP_SequenceSet ( |
||
client | ||
tableID | ulong | |
key | string | |
number | ulong | |
Résultat | int |
public static SDBP_SequenceSetCStr ( |
||
client_ | ||
tableID | ulong | |
key | ||
len | int | |
number | ulong | |
Résultat | int |
public static SDBP_Set ( |
||
client | ||
tableID | ulong | |
key | string | |
value | string | |
Résultat | int |
public static SDBP_SetBatchLimit ( |
||
client | ||
batchLimit | uint | |
Résultat | void |
public static SDBP_SetBatchMode ( |
||
client | ||
batchMode | int | |
Résultat | void |
public static SDBP_SetCStr ( |
||
client_ | ||
tableID | ulong | |
key | ||
lenKey | int | |
value | ||
lenValue | int | |
Résultat | int |
public static SDBP_SetConsistencyMode ( |
||
client | ||
consistencyMode | int | |
Résultat | void |
public static SDBP_SetCrashReporter ( bool crashReporter ) : void | ||
crashReporter | bool | |
Résultat | void |
public static SDBP_SetDebug ( bool debug ) : void | ||
debug | bool | |
Résultat | void |
public static SDBP_SetGlobalTimeout ( |
||
client | ||
timeout | ulong | |
Résultat | void |
public static SDBP_SetLogFile ( string filename ) : void | ||
filename | string | |
Résultat | void |
public static SDBP_SetMasterTimeout ( |
||
client | ||
timeout | ulong | |
Résultat | void |
public static SDBP_SetMaxConnections ( uint maxConnections ) : void | ||
maxConnections | uint | |
Résultat | void |
public static SDBP_SetShardPoolSize ( uint shardPoolSize ) : void | ||
shardPoolSize | uint | |
Résultat | void |
public static SDBP_SetTrace ( bool trace ) : void | ||
trace | bool | |
Résultat | void |
public static SDBP_SetTraceBufferSize ( uint traceBufferSize ) : void | ||
traceBufferSize | uint | |
Résultat | void |
public static SDBP_StartTransaction ( |
||
client | ||
quorumID | ulong | |
majorKey | string | |
Résultat | int |
public static SDBP_StartTransactionCStr ( |
||
client | ||
quorumID | ulong | |
majorKey | ||
majorKeyLen | int | |
Résultat | int |
public static SDBP_Submit ( |
||
client | ||
Résultat | int |
public static SDBP_TruncateTable ( |
||
client | ||
tableID | ulong | |
Résultat | int |
public static SDBP_WaitConfigState ( |
||
client | ||
Résultat | void |
public static imaxdiv ( long numer, long denom ) : |
||
numer | long | |
denom | long | |
Résultat |
public static strtoimax ( string nptr, |
||
nptr | string | |
endptr | ||
arg2 | int | |
Résultat | long |
public static strtoumax ( string nptr, |
||
nptr | string | |
endptr | ||
arg2 | int | |
Résultat | ulong |