QdbCluster Methods |
The QdbCluster type exposes the following members.
Name | Description | |
---|---|---|
Blob |
Returns a QdbBlob attached to the specified alias.
| |
Blobs |
Returns a collection of QdbBlob matching the given criteria.
| |
ClearPerformanceTraces |
Releases all performances traces currently stored by the client.
| |
ClientTidyMemory |
Forces tidying of client-side memory.
| |
ClusterTidyMemory |
Forces tidying of cluster memory.
| |
ContinuousQuery |
Run the provided query at repeated interval and sends a table directory with the results into the callback.
| |
DisablePerformanceTraces |
The client will stop storing performance measures from the server.
| |
EnablePerformanceTraces |
The client will store performance measures from the server.
Disabled by default.
| |
Entries |
Returns a collection of QdbEntry matching the given criteria.
| |
Entry |
Returns a QdbEntry attached to the specified alias.
The actual type of the return value depends on the type of the entry in the database.
| |
ExpWriter(QdbTableExpWriterOptions) |
Returns a QdbTableExpWriter attached to the specified columns.
| |
ExpWriter(String, QdbTableExpWriterOptions) |
Returns a QdbTableExpWriter attached to the specified columns.
| |
GetClientMemoryInfo |
Gets client memory information.
| |
GetLastError |
Gets the last API error description.
Return ValueType:A message describing the error occurred during the last operation. | |
GetPerformanceTraces |
Returns all new performance traces since the last call to this function.
| |
GetTimezone |
Gets the timezone of the client
by the current handle.
Return ValueType:A timezone name. | |
Integer |
Returns a QdbInteger attached to the specified alias.
| |
Keys |
Returns a collection of String matching the given criteria.
| |
Query |
Run the provided query and creates a table directory with the results.
| |
RunBatch |
Executes the operations contained in the batch.
| |
SetCompression |
Set the compression level.
| |
SetMaxInBufferSize |
Sets the maximum incoming buffer size for all network operations of the client.
| |
SetSoftMemoryLimit |
Sets the client-side soft memory limit.
| |
SetStabilizationMaxWait |
Sets the maximum stabilization waiting time for operations.
| |
SetTimezone |
Sets the timezone of the client
by the current handle.
| |
StartLog |
Starts a new logger
| |
StopLog |
Stops the currently used logger
| |
SwapLog |
Swaps the current logger with the new configuration builder
| |
Table |
Returns a QdbTable attached to the specified alias.
| |
Tag |
Returns a QdbTag attached to the specified alias.
| |
TimeSeries | Obsolete.
Returns a QdbTimeSeries attached to the specified alias.
| |
Writer(QdbBatchColumnDefinition) |
Returns a QdbTableWriter attached to the specified columns.
| |
Writer(IEnumerableQdbBatchColumnDefinition) |
Returns a QdbTableWriter attached to the specified columns.
|