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 SummaryFields
- 
Method SummaryModifier 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- 
createThriftOneSourceCreate a Source for a thrift one server
- 
createThriftTwoSourceCreate a Source for a thrift two server
 
-