@InterfaceAudience.Private public class MetricsTable extends Object
Modifier and Type | Field and Description |
---|---|
private MetricsTableAggregateSource |
tableSourceAgg |
private MetricsTableWrapperAggregate |
wrapper |
Constructor and Description |
---|
MetricsTable(MetricsTableWrapperAggregate wrapper) |
Modifier and Type | Method and Description |
---|---|
MetricsTableAggregateSource |
getTableSourceAgg() |
MetricsTableWrapperAggregate |
getTableWrapperAgg() |
void |
incrSplitRequest(String table) |
void |
incrSplitSuccess(String table) |
void |
updateCompactionInputFileCount(String table,
boolean isMajor,
long c) |
void |
updateCompactionInputSize(String table,
boolean isMajor,
long bytes) |
void |
updateCompactionOutputFileCount(String table,
boolean isMajor,
long c) |
void |
updateCompactionOutputSize(String table,
boolean isMajor,
long bytes) |
void |
updateCompactionTime(String table,
boolean isMajor,
long t) |
void |
updateFlushMemstoreSize(String table,
long bytes) |
void |
updateFlushOutputSize(String table,
long bytes) |
void |
updateFlushTime(String table,
long t) |
void |
updateSplitTime(String table,
long t) |
private final MetricsTableAggregateSource tableSourceAgg
private MetricsTableWrapperAggregate wrapper
public MetricsTable(MetricsTableWrapperAggregate wrapper)
public MetricsTableWrapperAggregate getTableWrapperAgg()
public MetricsTableAggregateSource getTableSourceAgg()
public void incrSplitRequest(String table)
public void incrSplitSuccess(String table)
public void updateSplitTime(String table, long t)
public void updateFlushTime(String table, long t)
public void updateFlushMemstoreSize(String table, long bytes)
public void updateFlushOutputSize(String table, long bytes)
public void updateCompactionTime(String table, boolean isMajor, long t)
public void updateCompactionInputFileCount(String table, boolean isMajor, long c)
public void updateCompactionInputSize(String table, boolean isMajor, long bytes)
public void updateCompactionOutputFileCount(String table, boolean isMajor, long c)
public void updateCompactionOutputSize(String table, boolean isMajor, long bytes)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.