Interface TabletServerUpdateMetricsKeys
-
- All Known Subinterfaces:
TabletServerUpdateMetricsMBean
- All Known Implementing Classes:
Metrics2TabletServerUpdateMetrics
,TabletServerUpdateMetrics
public interface TabletServerUpdateMetricsKeys
Keys to identify which update metric is being altered
-
-
Field Summary
Fields Modifier and Type Field Description static String
COMMIT_PREP
static String
COMMIT_TIME
static String
CONSTRAINT_VIOLATIONS
static String
MUTATION_ARRAY_SIZE
static String
PERMISSION_ERRORS
static String
UNKNOWN_TABLET_ERRORS
static String
WALOG_WRITE_TIME
-
-
-
Field Detail
-
PERMISSION_ERRORS
static final String PERMISSION_ERRORS
- See Also:
- Constant Field Values
-
UNKNOWN_TABLET_ERRORS
static final String UNKNOWN_TABLET_ERRORS
- See Also:
- Constant Field Values
-
MUTATION_ARRAY_SIZE
static final String MUTATION_ARRAY_SIZE
- See Also:
- Constant Field Values
-
COMMIT_PREP
static final String COMMIT_PREP
- See Also:
- Constant Field Values
-
CONSTRAINT_VIOLATIONS
static final String CONSTRAINT_VIOLATIONS
- See Also:
- Constant Field Values
-
WALOG_WRITE_TIME
static final String WALOG_WRITE_TIME
- See Also:
- Constant Field Values
-
COMMIT_TIME
static final String COMMIT_TIME
- See Also:
- Constant Field Values
-
-