public class StreamFrame extends AbstractMDINotification
| Constructor and Description |
|---|
StreamFrame(BICEPSQoSContext context,
String metricHandle,
AbstractMetricValue.MetricQuality measurementStatus) |
StreamFrame(BICEPSQoSContext context,
String metricDescriptorHandle,
AbstractMetricValue.MetricQuality measurementStatus,
int sampleCapacity,
long timestamp,
List<SampleArrayValue.ApplyAnnotation> annotations) |
StreamFrame(BICEPSQoSContext context,
String metricDescriptorHandle,
String metricStateHandle,
AbstractMetricValue.MetricQuality measurementStatus,
int sampleCapacity,
long timestamp,
List<SampleArrayValue.ApplyAnnotation> annotations,
ComponentActivation metricState) |
| Modifier and Type | Method and Description |
|---|---|
List<SampleArrayValue.ApplyAnnotation> |
getAnnotations() |
String |
getMetricDescriptorHandle() |
ComponentActivation |
getMetricState() |
String |
getMetricStateHandle() |
AbstractMetricValue.MetricQuality |
getStatus() |
long |
getTimestamp() |
Collection<BigDecimal> |
getValues() |
void |
releaseStreamFrame() |
String |
toString() |
getQoSContextpublic StreamFrame(BICEPSQoSContext context, String metricHandle, AbstractMetricValue.MetricQuality measurementStatus)
public StreamFrame(BICEPSQoSContext context, String metricDescriptorHandle, AbstractMetricValue.MetricQuality measurementStatus, int sampleCapacity, long timestamp, List<SampleArrayValue.ApplyAnnotation> annotations)
public StreamFrame(BICEPSQoSContext context, String metricDescriptorHandle, String metricStateHandle, AbstractMetricValue.MetricQuality measurementStatus, int sampleCapacity, long timestamp, List<SampleArrayValue.ApplyAnnotation> annotations, ComponentActivation metricState)
public void releaseStreamFrame()
public String getMetricDescriptorHandle()
public AbstractMetricValue.MetricQuality getStatus()
public Collection<BigDecimal> getValues()
public List<SampleArrayValue.ApplyAnnotation> getAnnotations()
public String getMetricStateHandle()
public long getTimestamp()
public ComponentActivation getMetricState()
Copyright © 2018. All rights reserved.