Modifier and Type | Class and Description |
---|---|
class |
URLStreamProvider
URL based implementation of a stream provider.
|
Constructor and Description |
---|
HttpPropertyProvider(StreamProvider stream,
Clusters clusters,
String clusterNamePropertyId,
String hostNamePropertyId,
String publicHostNamePropertyId,
String componentNamePropertyId,
Map<String,List<HttpPropertyProvider.HttpPropertyRequest>> httpPropertyRequests) |
Modifier and Type | Field and Description |
---|---|
protected StreamProvider |
MetricsReportPropertyProvider.streamProvider |
Modifier and Type | Method and Description |
---|---|
JMXPropertyProvider |
MetricPropertyProviderFactory.createJMXPropertyProvider(Map<String,Map<String,PropertyInfo>> componentMetrics,
StreamProvider streamProvider,
JMXHostProvider jmxHostProvider,
MetricHostProvider metricHostProvider,
String clusterNamePropertyId,
String hostNamePropertyId,
String componentNamePropertyId,
String statePropertyId)
Gets a Guice-inject instance of a
JMXPropertyProvider . |
RestMetricsPropertyProvider |
MetricPropertyProviderFactory.createRESTMetricsPropertyProvider(Map<String,String> metricsProperties,
Map<String,Map<String,PropertyInfo>> componentMetrics,
StreamProvider streamProvider,
MetricHostProvider metricHostProvider,
String clusterNamePropertyId,
String hostNamePropertyId,
String componentNamePropertyId,
String statePropertyId,
String componentName)
/** Create a REST property provider.
|
Constructor and Description |
---|
MetricsReportPropertyProvider(Map<String,Map<String,PropertyInfo>> componentPropertyInfoMap,
StreamProvider streamProvider,
ComponentSSLConfiguration configuration,
MetricHostProvider hostProvider,
String clusterNamePropertyId) |
Modifier and Type | Method and Description |
---|---|
StreamProvider |
GangliaPropertyProvider.getStreamProvider()
Get the stream provider.
|
Constructor and Description |
---|
GangliaReportPropertyProvider(Map<String,Map<String,PropertyInfo>> componentPropertyInfoMap,
StreamProvider streamProvider,
ComponentSSLConfiguration configuration,
MetricHostProvider hostProvider,
String clusterNamePropertyId) |
Modifier and Type | Method and Description |
---|---|
void |
MetricsRetrievalService.submitRequest(MetricsRetrievalService.MetricSourceType type,
StreamProvider streamProvider,
String url)
Submit a
Runnable for execution which retrieves metric data from
the supplied endpoint. |
Copyright © 2022 Apache Software Foundation. All rights reserved.