org.apache.hadoop.hbase.ipc
Interface MetricsHBaseServerSource
- All Superinterfaces:
- BaseSource
- All Known Implementing Classes:
- MetricsHBaseServerSourceImpl
public interface MetricsHBaseServerSource
- extends BaseSource
Methods inherited from interface org.apache.hadoop.hbase.metrics.BaseSource |
decGauge, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, incCounters, incGauge, init, removeMetric, setGauge, updateHistogram, updateQuantile |
AUTHORIZATION_SUCCESSES_NAME
static final String AUTHORIZATION_SUCCESSES_NAME
- See Also:
- Constant Field Values
AUTHORIZATION_SUCCESSES_DESC
static final String AUTHORIZATION_SUCCESSES_DESC
- See Also:
- Constant Field Values
AUTHORIZATION_FAILURES_NAME
static final String AUTHORIZATION_FAILURES_NAME
- See Also:
- Constant Field Values
AUTHORIZATION_FAILURES_DESC
static final String AUTHORIZATION_FAILURES_DESC
- See Also:
- Constant Field Values
AUTHENTICATION_SUCCESSES_NAME
static final String AUTHENTICATION_SUCCESSES_NAME
- See Also:
- Constant Field Values
AUTHENTICATION_SUCCESSES_DESC
static final String AUTHENTICATION_SUCCESSES_DESC
- See Also:
- Constant Field Values
AUTHENTICATION_FAILURES_NAME
static final String AUTHENTICATION_FAILURES_NAME
- See Also:
- Constant Field Values
AUTHENTICATION_FAILURES_DESC
static final String AUTHENTICATION_FAILURES_DESC
- See Also:
- Constant Field Values
SENT_BYTES_NAME
static final String SENT_BYTES_NAME
- See Also:
- Constant Field Values
SENT_BYTES_DESC
static final String SENT_BYTES_DESC
- See Also:
- Constant Field Values
RECEIVED_BYTES_NAME
static final String RECEIVED_BYTES_NAME
- See Also:
- Constant Field Values
RECEIVED_BYTES_DESC
static final String RECEIVED_BYTES_DESC
- See Also:
- Constant Field Values
QUEUE_CALL_TIME_NAME
static final String QUEUE_CALL_TIME_NAME
- See Also:
- Constant Field Values
QUEUE_CALL_TIME_DESC
static final String QUEUE_CALL_TIME_DESC
- See Also:
- Constant Field Values
PROCESS_CALL_TIME_NAME
static final String PROCESS_CALL_TIME_NAME
- See Also:
- Constant Field Values
PROCESS_CALL_TIME_DESC
static final String PROCESS_CALL_TIME_DESC
- See Also:
- Constant Field Values
QUEUE_SIZE_NAME
static final String QUEUE_SIZE_NAME
- See Also:
- Constant Field Values
QUEUE_SIZE_DESC
static final String QUEUE_SIZE_DESC
- See Also:
- Constant Field Values
GENERAL_QUEUE_NAME
static final String GENERAL_QUEUE_NAME
- See Also:
- Constant Field Values
GENERAL_QUEUE_DESC
static final String GENERAL_QUEUE_DESC
- See Also:
- Constant Field Values
PRIORITY_QUEUE_NAME
static final String PRIORITY_QUEUE_NAME
- See Also:
- Constant Field Values
REPLICATION_QUEUE_NAME
static final String REPLICATION_QUEUE_NAME
- See Also:
- Constant Field Values
REPLICATION_QUEUE_DESC
static final String REPLICATION_QUEUE_DESC
- See Also:
- Constant Field Values
PRIORITY_QUEUE_DESC
static final String PRIORITY_QUEUE_DESC
- See Also:
- Constant Field Values
NUM_OPEN_CONNECTIONS_NAME
static final String NUM_OPEN_CONNECTIONS_NAME
- See Also:
- Constant Field Values
NUM_OPEN_CONNECTIONS_DESC
static final String NUM_OPEN_CONNECTIONS_DESC
- See Also:
- Constant Field Values
authorizationSuccess
void authorizationSuccess()
authorizationFailure
void authorizationFailure()
authenticationSuccess
void authenticationSuccess()
authenticationFailure
void authenticationFailure()
sentBytes
void sentBytes(int count)
receivedBytes
void receivedBytes(int count)
dequeuedCall
void dequeuedCall(int qTime)
processedCall
void processedCall(int processingTime)
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.