Uses of Interface
org.apache.hadoop.hbase.metrics.ExceptionTrackingSource
Packages that use ExceptionTrackingSource
Package
Description
Tools to help define network clients and servers.
Metrics API for HBase.
Provides an HBase Thrift
service.
-
Uses of ExceptionTrackingSource in org.apache.hadoop.hbase.ipc
Subinterfaces of ExceptionTrackingSource in org.apache.hadoop.hbase.ipcClasses in org.apache.hadoop.hbase.ipc that implement ExceptionTrackingSource -
Uses of ExceptionTrackingSource in org.apache.hadoop.hbase.metrics
Classes in org.apache.hadoop.hbase.metrics that implement ExceptionTrackingSourceModifier and TypeClassDescriptionclass
Common base implementation for metrics sources which need to track exceptions thrown or received. -
Uses of ExceptionTrackingSource in org.apache.hadoop.hbase.thrift
Subinterfaces of ExceptionTrackingSource in org.apache.hadoop.hbase.thriftModifier and TypeInterfaceDescriptioninterface
Interface of a class that will export metrics about Thrift to hadoop's metrics2.Classes in org.apache.hadoop.hbase.thrift that implement ExceptionTrackingSourceModifier and TypeClassDescriptionclass
Hadoop 2 version ofMetricsThriftServerSource
Implements BaseSource through BaseSourceImpl, following the pattern