com.cloudera.api.model
Class ApiTimeSeriesCrossEntityMetadata

java.lang.Object
  extended by com.cloudera.api.model.ApiTimeSeriesCrossEntityMetadata

public class ApiTimeSeriesCrossEntityMetadata
extends Object

A class holding additional metadata to the ApiTimeSeriesAggregateStatistics class that applies specifically to cross-entity aggregate metrics.


Constructor Summary
ApiTimeSeriesCrossEntityMetadata()
           
 
Method Summary
 String getMaxEntityDisplayName()
          The display name of the entity that had the maximum value for the cross-entity aggregate metric.
 String getMaxEntityName()
          The name of the entity that had the maximum value for the cross-entity aggregate metric.
 String getMinEntityDisplayName()
          The display name of the entity that had the minimum value for the cross-entity aggregate metric.
 String getMinEntityName()
          The name of the entity that had the minimum value for the cross-entity aggregate metric.
 double getNumEntities()
          The number of entities covered by this point.
 void setMaxEntityDisplayName(String maxEntityDisplayName)
           
 void setMaxEntityName(String maxEntityName)
           
 void setMinEntityDisplayName(String minEntityDisplayName)
           
 void setMinEntityName(String minEntityName)
           
 void setNumEntities(double numEntities)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiTimeSeriesCrossEntityMetadata

public ApiTimeSeriesCrossEntityMetadata()
Method Detail

getMaxEntityDisplayName

public String getMaxEntityDisplayName()
The display name of the entity that had the maximum value for the cross-entity aggregate metric.


setMaxEntityDisplayName

public void setMaxEntityDisplayName(String maxEntityDisplayName)

getMaxEntityName

public String getMaxEntityName()
The name of the entity that had the maximum value for the cross-entity aggregate metric.

Available since API v11.


setMaxEntityName

public void setMaxEntityName(String maxEntityName)

getMinEntityDisplayName

public String getMinEntityDisplayName()
The display name of the entity that had the minimum value for the cross-entity aggregate metric.


setMinEntityDisplayName

public void setMinEntityDisplayName(String minEntityDisplayName)

getMinEntityName

public String getMinEntityName()
The name of the entity that had the minimum value for the cross-entity aggregate metric.

Available since API v11.


setMinEntityName

public void setMinEntityName(String minEntityName)

getNumEntities

public double getNumEntities()
The number of entities covered by this point. For a raw cross-entity point this number is exact. For a rollup point this number is an average, since the number of entities being aggregated can change over the aggregation period.


setNumEntities

public void setNumEntities(double numEntities)


Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.