C# Class Scalien.scaliendb_client

ファイルを表示 Open project: scalien/scaliendb

Public Methods

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

Method Details

SDBP_Add() public static method

public static SDBP_Add ( SWIGTYPE_p_void client, ulong tableID, string key, long number ) : int
client SWIGTYPE_p_void
tableID ulong
key string
number long
return int

SDBP_AddCStr() public static method

public static SDBP_AddCStr ( SWIGTYPE_p_void client_, ulong tableID, IntPtr key, int len, long number ) : int
client_ SWIGTYPE_p_void
tableID ulong
key System.IntPtr
len int
number long
return int

SDBP_Begin() public static method

public static SDBP_Begin ( SWIGTYPE_p_void client ) : int
client SWIGTYPE_p_void
return int

SDBP_Cancel() public static method

public static SDBP_Cancel ( SWIGTYPE_p_void client ) : int
client SWIGTYPE_p_void
return int

SDBP_CommitTransaction() public static method

public static SDBP_CommitTransaction ( SWIGTYPE_p_void client ) : int
client SWIGTYPE_p_void
return int

SDBP_Count() public static method

public static SDBP_Count ( SWIGTYPE_p_void client, ulong tableID, string startKey, string endKey, string prefix, bool forwardDirection ) : int
client SWIGTYPE_p_void
tableID ulong
startKey string
endKey string
prefix string
forwardDirection bool
return int

SDBP_CountCStr() public static method

public static SDBP_CountCStr ( SWIGTYPE_p_void client, ulong tableID, IntPtr startKey, int startKeyLen, IntPtr endKey, int endKeyLen, IntPtr prefix, int prefixLen, bool forwardDirection ) : int
client SWIGTYPE_p_void
tableID ulong
startKey System.IntPtr
startKeyLen int
endKey System.IntPtr
endKeyLen int
prefix System.IntPtr
prefixLen int
forwardDirection bool
return int

SDBP_Create() public static method

public static SDBP_Create ( ) : SWIGTYPE_p_void
return SWIGTYPE_p_void

SDBP_CreateDatabase() public static method

public static SDBP_CreateDatabase ( SWIGTYPE_p_void client, string name ) : int
client SWIGTYPE_p_void
name string
return int

SDBP_CreateTable() public static method

public static SDBP_CreateTable ( SWIGTYPE_p_void client, ulong databaseID, ulong quorumID, string name ) : int
client SWIGTYPE_p_void
databaseID ulong
quorumID ulong
name string
return int

SDBP_Delete() public static method

public static SDBP_Delete ( SWIGTYPE_p_void client, ulong tableID, string key ) : int
client SWIGTYPE_p_void
tableID ulong
key string
return int

SDBP_DeleteCStr() public static method

public static SDBP_DeleteCStr ( SWIGTYPE_p_void client_, ulong tableID, IntPtr key, int len ) : int
client_ SWIGTYPE_p_void
tableID ulong
key System.IntPtr
len int
return int

SDBP_DeleteDatabase() public static method

public static SDBP_DeleteDatabase ( SWIGTYPE_p_void client, ulong databaseID ) : int
client SWIGTYPE_p_void
databaseID ulong
return int

SDBP_DeleteTable() public static method

public static SDBP_DeleteTable ( SWIGTYPE_p_void client, ulong tableID ) : int
client SWIGTYPE_p_void
tableID ulong
return int

SDBP_Destroy() public static method

public static SDBP_Destroy ( SWIGTYPE_p_void client ) : void
client SWIGTYPE_p_void
return void

SDBP_Get() public static method

public static SDBP_Get ( SWIGTYPE_p_void client, ulong tableID, string key ) : int
client SWIGTYPE_p_void
tableID ulong
key string
return int

SDBP_GetCStr() public static method

public static SDBP_GetCStr ( SWIGTYPE_p_void client, ulong tableID, IntPtr key, int len ) : int
client SWIGTYPE_p_void
tableID ulong
key System.IntPtr
len int
return int

SDBP_GetConnectivityStatus() public static method

public static SDBP_GetConnectivityStatus ( SWIGTYPE_p_void client ) : int
client SWIGTYPE_p_void
return int

SDBP_GetDatabaseIDAt() public static method

public static SDBP_GetDatabaseIDAt ( SWIGTYPE_p_void client, uint n ) : ulong
client SWIGTYPE_p_void
n uint
return ulong

SDBP_GetDatabaseIDByName() public static method

public static SDBP_GetDatabaseIDByName ( SWIGTYPE_p_void client, string name ) : ulong
client SWIGTYPE_p_void
name string
return ulong

SDBP_GetDatabaseNameAt() public static method

public static SDBP_GetDatabaseNameAt ( SWIGTYPE_p_void client, uint n ) : string
client SWIGTYPE_p_void
n uint
return string

SDBP_GetDebugString() public static method

public static SDBP_GetDebugString ( ) : string
return string

SDBP_GetGlobalTimeout() public static method

public static SDBP_GetGlobalTimeout ( SWIGTYPE_p_void client ) : ulong
client SWIGTYPE_p_void
return ulong

SDBP_GetJSONConfigState() public static method

public static SDBP_GetJSONConfigState ( SWIGTYPE_p_void client ) : string
client SWIGTYPE_p_void
return string

SDBP_GetMasterTimeout() public static method

public static SDBP_GetMasterTimeout ( SWIGTYPE_p_void client ) : ulong
client SWIGTYPE_p_void
return ulong

SDBP_GetNumDatabases() public static method

public static SDBP_GetNumDatabases ( SWIGTYPE_p_void client ) : uint
client SWIGTYPE_p_void
return uint

SDBP_GetNumQuorums() public static method

public static SDBP_GetNumQuorums ( SWIGTYPE_p_void client ) : uint
client SWIGTYPE_p_void
return uint

SDBP_GetNumTables() public static method

public static SDBP_GetNumTables ( SWIGTYPE_p_void client, ulong databaseID ) : uint
client SWIGTYPE_p_void
databaseID ulong
return uint

SDBP_GetQuorumIDAt() public static method

public static SDBP_GetQuorumIDAt ( SWIGTYPE_p_void client, uint n ) : ulong
client SWIGTYPE_p_void
n uint
return ulong

SDBP_GetQuorumIDByName() public static method

public static SDBP_GetQuorumIDByName ( SWIGTYPE_p_void client, string name ) : ulong
client SWIGTYPE_p_void
name string
return ulong

SDBP_GetQuorumNameAt() public static method

public static SDBP_GetQuorumNameAt ( SWIGTYPE_p_void client, uint n ) : string
client SWIGTYPE_p_void
n uint
return string

SDBP_GetResult() public static method

public static SDBP_GetResult ( SWIGTYPE_p_void client ) : SWIGTYPE_p_void
client SWIGTYPE_p_void
return SWIGTYPE_p_void

SDBP_GetTableIDAt() public static method

public static SDBP_GetTableIDAt ( SWIGTYPE_p_void client, ulong databaseID, uint n ) : ulong
client SWIGTYPE_p_void
databaseID ulong
n uint
return ulong

SDBP_GetTableIDByName() public static method

public static SDBP_GetTableIDByName ( SWIGTYPE_p_void client, ulong databaseID, string name ) : ulong
client SWIGTYPE_p_void
databaseID ulong
name string
return ulong

SDBP_GetTableNameAt() public static method

public static SDBP_GetTableNameAt ( SWIGTYPE_p_void client, ulong databaseID, uint n ) : string
client SWIGTYPE_p_void
databaseID ulong
n uint
return string

SDBP_GetVersion() public static method

public static SDBP_GetVersion ( ) : string
return string

SDBP_Init() public static method

public static SDBP_Init ( SWIGTYPE_p_void client, SDBP_NodeParams arg1 ) : int
client SWIGTYPE_p_void
arg1 SDBP_NodeParams
return int

SDBP_ListKeyValues() public static method

public static SDBP_ListKeyValues ( SWIGTYPE_p_void client, ulong tableID, string startKey, string endKey, string prefix, uint count, bool forwardDirection, bool skip ) : int
client SWIGTYPE_p_void
tableID ulong
startKey string
endKey string
prefix string
count uint
forwardDirection bool
skip bool
return int

SDBP_ListKeyValuesCStr() public static method

public static SDBP_ListKeyValuesCStr ( SWIGTYPE_p_void client, ulong tableID, IntPtr startKey, int startKeyLen, IntPtr endKey, int endKeyLen, IntPtr prefix, int prefixLen, uint count, bool forwardDirection, bool skip ) : int
client SWIGTYPE_p_void
tableID ulong
startKey System.IntPtr
startKeyLen int
endKey System.IntPtr
endKeyLen int
prefix System.IntPtr
prefixLen int
count uint
forwardDirection bool
skip bool
return int

SDBP_ListKeys() public static method

public static SDBP_ListKeys ( SWIGTYPE_p_void client, ulong tableID, string startKey, string endKey, string prefix, uint count, bool forwardDirection, bool skip ) : int
client SWIGTYPE_p_void
tableID ulong
startKey string
endKey string
prefix string
count uint
forwardDirection bool
skip bool
return int

SDBP_ListKeysCStr() public static method

public static SDBP_ListKeysCStr ( SWIGTYPE_p_void client, ulong tableID, IntPtr startKey, int startKeyLen, IntPtr endKey, int endKeyLen, IntPtr prefix, int prefixLen, uint count, bool forwardDirection, bool skip ) : int
client SWIGTYPE_p_void
tableID ulong
startKey System.IntPtr
startKeyLen int
endKey System.IntPtr
endKeyLen int
prefix System.IntPtr
prefixLen int
count uint
forwardDirection bool
skip bool
return int

SDBP_LogTrace() public static method

public static SDBP_LogTrace ( string msg ) : void
msg string
return void

SDBP_RenameDatabase() public static method

public static SDBP_RenameDatabase ( SWIGTYPE_p_void client, ulong databaseID, string name ) : int
client SWIGTYPE_p_void
databaseID ulong
name string
return int

SDBP_RenameTable() public static method

public static SDBP_RenameTable ( SWIGTYPE_p_void client, ulong tableID, string name ) : int
client SWIGTYPE_p_void
tableID ulong
name string
return int

SDBP_ResultBegin() public static method

public static SDBP_ResultBegin ( SWIGTYPE_p_void result ) : void
result SWIGTYPE_p_void
return void

SDBP_ResultClose() public static method

public static SDBP_ResultClose ( SWIGTYPE_p_void result ) : void
result SWIGTYPE_p_void
return void

SDBP_ResultCommandStatus() public static method

public static SDBP_ResultCommandStatus ( SWIGTYPE_p_void result ) : int
result SWIGTYPE_p_void
return int

SDBP_ResultDatabaseID() public static method

public static SDBP_ResultDatabaseID ( SWIGTYPE_p_void result ) : ulong
result SWIGTYPE_p_void
return ulong

SDBP_ResultElapsedTime() public static method

public static SDBP_ResultElapsedTime ( SWIGTYPE_p_void result ) : uint
result SWIGTYPE_p_void
return uint

SDBP_ResultIsConditionalSuccess() public static method

public static SDBP_ResultIsConditionalSuccess ( SWIGTYPE_p_void result ) : bool
result SWIGTYPE_p_void
return bool

SDBP_ResultIsEnd() public static method

public static SDBP_ResultIsEnd ( SWIGTYPE_p_void result ) : bool
result SWIGTYPE_p_void
return bool

SDBP_ResultIsFinished() public static method

public static SDBP_ResultIsFinished ( SWIGTYPE_p_void result ) : bool
result SWIGTYPE_p_void
return bool

SDBP_ResultKey() public static method

public static SDBP_ResultKey ( SWIGTYPE_p_void result ) : string
result SWIGTYPE_p_void
return string

SDBP_ResultKeyBuffer() public static method

public static SDBP_ResultKeyBuffer ( SWIGTYPE_p_void result ) : SDBP_Buffer
result SWIGTYPE_p_void
return SDBP_Buffer

SDBP_ResultNext() public static method

public static SDBP_ResultNext ( SWIGTYPE_p_void result ) : void
result SWIGTYPE_p_void
return void

SDBP_ResultNodeID() public static method

public static SDBP_ResultNodeID ( SWIGTYPE_p_void result ) : ulong
result SWIGTYPE_p_void
return ulong

SDBP_ResultNumber() public static method

public static SDBP_ResultNumber ( SWIGTYPE_p_void result ) : ulong
result SWIGTYPE_p_void
return ulong

SDBP_ResultPaxosID() public static method

public static SDBP_ResultPaxosID ( SWIGTYPE_p_void result ) : ulong
result SWIGTYPE_p_void
return ulong

SDBP_ResultQuorumID() public static method

public static SDBP_ResultQuorumID ( SWIGTYPE_p_void result ) : ulong
result SWIGTYPE_p_void
return ulong

SDBP_ResultSignedNumber() public static method

public static SDBP_ResultSignedNumber ( SWIGTYPE_p_void result ) : long
result SWIGTYPE_p_void
return long

SDBP_ResultTableID() public static method

public static SDBP_ResultTableID ( SWIGTYPE_p_void result ) : ulong
result SWIGTYPE_p_void
return ulong

SDBP_ResultTransportStatus() public static method

public static SDBP_ResultTransportStatus ( SWIGTYPE_p_void result ) : int
result SWIGTYPE_p_void
return int

SDBP_ResultValue() public static method

public static SDBP_ResultValue ( SWIGTYPE_p_void result ) : string
result SWIGTYPE_p_void
return string

SDBP_ResultValueBuffer() public static method

public static SDBP_ResultValueBuffer ( SWIGTYPE_p_void result ) : SDBP_Buffer
result SWIGTYPE_p_void
return SDBP_Buffer

SDBP_RollbackTransaction() public static method

public static SDBP_RollbackTransaction ( SWIGTYPE_p_void client ) : int
client SWIGTYPE_p_void
return int

SDBP_SequenceNext() public static method

public static SDBP_SequenceNext ( SWIGTYPE_p_void client, ulong tableID, string key ) : int
client SWIGTYPE_p_void
tableID ulong
key string
return int

SDBP_SequenceNextCStr() public static method

public static SDBP_SequenceNextCStr ( SWIGTYPE_p_void client, ulong tableID, IntPtr key, int len ) : int
client SWIGTYPE_p_void
tableID ulong
key System.IntPtr
len int
return int

SDBP_SequenceSet() public static method

public static SDBP_SequenceSet ( SWIGTYPE_p_void client, ulong tableID, string key, ulong number ) : int
client SWIGTYPE_p_void
tableID ulong
key string
number ulong
return int

SDBP_SequenceSetCStr() public static method

public static SDBP_SequenceSetCStr ( SWIGTYPE_p_void client_, ulong tableID, IntPtr key, int len, ulong number ) : int
client_ SWIGTYPE_p_void
tableID ulong
key System.IntPtr
len int
number ulong
return int

SDBP_Set() public static method

public static SDBP_Set ( SWIGTYPE_p_void client, ulong tableID, string key, string value ) : int
client SWIGTYPE_p_void
tableID ulong
key string
value string
return int

SDBP_SetBatchLimit() public static method

public static SDBP_SetBatchLimit ( SWIGTYPE_p_void client, uint batchLimit ) : void
client SWIGTYPE_p_void
batchLimit uint
return void

SDBP_SetBatchMode() public static method

public static SDBP_SetBatchMode ( SWIGTYPE_p_void client, int batchMode ) : void
client SWIGTYPE_p_void
batchMode int
return void

SDBP_SetCStr() public static method

public static SDBP_SetCStr ( SWIGTYPE_p_void client_, ulong tableID, IntPtr key, int lenKey, IntPtr value, int lenValue ) : int
client_ SWIGTYPE_p_void
tableID ulong
key System.IntPtr
lenKey int
value System.IntPtr
lenValue int
return int

SDBP_SetConsistencyMode() public static method

public static SDBP_SetConsistencyMode ( SWIGTYPE_p_void client, int consistencyMode ) : void
client SWIGTYPE_p_void
consistencyMode int
return void

SDBP_SetCrashReporter() public static method

public static SDBP_SetCrashReporter ( bool crashReporter ) : void
crashReporter bool
return void

SDBP_SetDebug() public static method

public static SDBP_SetDebug ( bool debug ) : void
debug bool
return void

SDBP_SetGlobalTimeout() public static method

public static SDBP_SetGlobalTimeout ( SWIGTYPE_p_void client, ulong timeout ) : void
client SWIGTYPE_p_void
timeout ulong
return void

SDBP_SetLogFile() public static method

public static SDBP_SetLogFile ( string filename ) : void
filename string
return void

SDBP_SetMasterTimeout() public static method

public static SDBP_SetMasterTimeout ( SWIGTYPE_p_void client, ulong timeout ) : void
client SWIGTYPE_p_void
timeout ulong
return void

SDBP_SetMaxConnections() public static method

public static SDBP_SetMaxConnections ( uint maxConnections ) : void
maxConnections uint
return void

SDBP_SetShardPoolSize() public static method

public static SDBP_SetShardPoolSize ( uint shardPoolSize ) : void
shardPoolSize uint
return void

SDBP_SetTrace() public static method

public static SDBP_SetTrace ( bool trace ) : void
trace bool
return void

SDBP_SetTraceBufferSize() public static method

public static SDBP_SetTraceBufferSize ( uint traceBufferSize ) : void
traceBufferSize uint
return void

SDBP_StartTransaction() public static method

public static SDBP_StartTransaction ( SWIGTYPE_p_void client, ulong quorumID, string majorKey ) : int
client SWIGTYPE_p_void
quorumID ulong
majorKey string
return int

SDBP_StartTransactionCStr() public static method

public static SDBP_StartTransactionCStr ( SWIGTYPE_p_void client, ulong quorumID, IntPtr majorKey, int majorKeyLen ) : int
client SWIGTYPE_p_void
quorumID ulong
majorKey System.IntPtr
majorKeyLen int
return int

SDBP_Submit() public static method

public static SDBP_Submit ( SWIGTYPE_p_void client ) : int
client SWIGTYPE_p_void
return int

SDBP_TruncateTable() public static method

public static SDBP_TruncateTable ( SWIGTYPE_p_void client, ulong tableID ) : int
client SWIGTYPE_p_void
tableID ulong
return int

SDBP_WaitConfigState() public static method

public static SDBP_WaitConfigState ( SWIGTYPE_p_void client ) : void
client SWIGTYPE_p_void
return void

imaxabs() public static method

public static imaxabs ( long n ) : long
n long
return long

imaxdiv() public static method

public static imaxdiv ( long numer, long denom ) : imaxdiv_t
numer long
denom long
return imaxdiv_t

strtoimax() public static method

public static strtoimax ( string nptr, SWIGTYPE_p_p_char endptr, int arg2 ) : long
nptr string
endptr SWIGTYPE_p_p_char
arg2 int
return long

strtoumax() public static method

public static strtoumax ( string nptr, SWIGTYPE_p_p_char endptr, int arg2 ) : ulong
nptr string
endptr SWIGTYPE_p_p_char
arg2 int
return ulong