@InterfaceAudience.Private public interface MetricsReplicationGlobalSourceSource extends MetricsReplicationSourceSource
Modifier and Type | Field and Description |
---|---|
static String |
SOURCE_WAL_READER_EDITS_BUFFER |
SOURCE_AGE_OF_LAST_SHIPPED_OP, SOURCE_CLOSED_LOGS_WITH_UNKNOWN_LENGTH, SOURCE_COMPLETED_LOGS, SOURCE_COMPLETED_RECOVERY_QUEUES, SOURCE_FAILED_BATCHES, SOURCE_FAILED_RECOVERY_QUEUES, SOURCE_INITIALIZING, SOURCE_LOG_EDITS_FILTERED, SOURCE_LOG_READ_IN_BYTES, SOURCE_LOG_READ_IN_EDITS, SOURCE_REPEATED_LOG_FILE_BYTES, SOURCE_RESTARTED_LOG_READING, SOURCE_SHIPPED_BATCHES, SOURCE_SHIPPED_BYTES, SOURCE_SHIPPED_HFILES, SOURCE_SHIPPED_KBS, SOURCE_SHIPPED_OPS, SOURCE_SIZE_OF_HFILE_REFS_QUEUE, SOURCE_SIZE_OF_LOG_QUEUE, SOURCE_UNCLEANLY_CLOSED_IGNORED_IN_BYTES, SOURCE_UNCLEANLY_CLOSED_LOGS
HBASE_METRICS_SYSTEM_NAME
Modifier and Type | Method and Description |
---|---|
long |
getWALReaderEditsBufferBytes()
Returns the size, in bytes, of edits held in memory to be replicated across all peers.
|
void |
setWALReaderEditsBufferBytes(long usage)
Sets the total usage of memory used by edits in memory read from WALs.
|
clear, decrSizeOfHFileRefsQueue, decrSizeOfLogQueue, decrSourceInitializing, getEditsFiltered, getLastShippedAge, getOldestWalAge, getShippedOps, getSizeOfLogQueue, getSourceInitializing, getUncleanlyClosedWALs, getWALEditsRead, incrBatchesShipped, incrBytesSkippedInUncleanlyClosedWALs, incrCompletedRecoveryQueue, incrCompletedWAL, incrFailedBatches, incrFailedRecoveryQueue, incrHFilesShipped, incrLogEditsFiltered, incrLogReadInBytes, incrLogReadInEdits, incrOpsShipped, incrRepeatedFileBytes, incrRestartedWALReading, incrShippedBytes, incrSizeOfHFileRefsQueue, incrSizeOfLogQueue, incrSourceInitializing, incrUncleanlyClosedWALs, incrUnknownFileLengthForClosedWAL, setLastShippedAge, setOldestWalAge
decGauge, getMetricRegistryInfo, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, incCounters, incGauge, init, removeMetric, setGauge, updateHistogram
static final String SOURCE_WAL_READER_EDITS_BUFFER
void setWALReaderEditsBufferBytes(long usage)
usage
- The memory used by edits in byteslong getWALReaderEditsBufferBytes()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.