QuestDB JavaScript Client - v5.0.0
GitHub
QuestDB
Preparing search index...
@questdb/nodejs-client
QwpNodeFileReplayStoreMetrics
Interface QwpNodeFileReplayStoreMetrics
interface
QwpNodeFileReplayStoreMetrics
{
backpressurePolicy
:
QwpSfBackpressurePolicy
;
checkpointPending
:
boolean
;
dirtyRecords
:
number
;
durability
:
QwpSfDurability
;
lastCheckpointError
?:
QwpReplayStoreCheckpointError
;
pendingRecords
:
number
;
pendingSegments
:
number
;
totalAppendTimeouts
:
number
;
totalBackpressureStalls
:
number
;
totalBytes
:
number
;
totalCheckpointFailures
:
number
;
totalCheckpoints
:
number
;
waitingAppends
:
number
;
}
Index
Properties
backpressure
Policy
checkpoint
Pending
dirty
Records
durability
last
Checkpoint
Error?
pending
Records
pending
Segments
total
Append
Timeouts
total
Backpressure
Stalls
total
Bytes
total
Checkpoint
Failures
total
Checkpoints
waiting
Appends
Properties
Readonly
backpressure
Policy
backpressurePolicy
:
QwpSfBackpressurePolicy
Readonly
checkpoint
Pending
checkpointPending
:
boolean
Readonly
dirty
Records
dirtyRecords
:
number
Readonly
durability
durability
:
QwpSfDurability
Optional
Readonly
last
Checkpoint
Error
lastCheckpointError
?:
QwpReplayStoreCheckpointError
Readonly
pending
Records
pendingRecords
:
number
Readonly
pending
Segments
pendingSegments
:
number
Readonly
total
Append
Timeouts
totalAppendTimeouts
:
number
Readonly
total
Backpressure
Stalls
totalBackpressureStalls
:
number
Readonly
total
Bytes
totalBytes
:
number
Readonly
total
Checkpoint
Failures
totalCheckpointFailures
:
number
Readonly
total
Checkpoints
totalCheckpoints
:
number
Readonly
waiting
Appends
waitingAppends
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
backpressure
Policy
checkpoint
Pending
dirty
Records
durability
last
Checkpoint
Error
pending
Records
pending
Segments
total
Append
Timeouts
total
Backpressure
Stalls
total
Bytes
total
Checkpoint
Failures
total
Checkpoints
waiting
Appends
GitHub
QuestDB
QuestDB JavaScript Client - v5.0.0
Loading...