Package org.apache.hadoop.hbase.thrift
Interface MetricsThriftServerSourceFactory
- All Known Implementing Classes:
MetricsThriftServerSourceFactoryImpl
Factory that will be used to create metrics sources for the two diffent types of thrift servers.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreate a Source for a thrift one serverCreate a Source for a thrift two server
-
Field Details
-
METRICS_NAME
- See Also:
-
METRICS_DESCRIPTION
- See Also:
-
THRIFT_ONE_METRICS_CONTEXT
- See Also:
-
THRIFT_ONE_JMX_CONTEXT
- See Also:
-
THRIFT_TWO_METRICS_CONTEXT
- See Also:
-
THRIFT_TWO_JMX_CONTEXT
- See Also:
-
-
Method Details
-
createThriftOneSource
Create a Source for a thrift one server -
createThriftTwoSource
Create a Source for a thrift two server
-