public class ApiLicensedFeatureUsage extends Object
Usage information is provided for individual clusters, as well as totals across all clusters.
Constructor and Description |
---|
ApiLicensedFeatureUsage() |
ApiLicensedFeatureUsage(Map<String,Integer> totals,
Map<String,Map<String,Integer>> byCluster) |
Modifier and Type | Method and Description |
---|---|
Map<String,Map<String,Integer>> |
getClusters()
Map from clusters to maps of named features to the number of nodes in the
cluster using those features.
|
Map<String,Integer> |
getTotals()
Map from named features to the total number of nodes using those features.
|
void |
setCluster(Map<String,Map<String,Integer>> byCluster) |
void |
setTotals(Map<String,Integer> totals) |
public Map<String,Integer> getTotals()
public Map<String,Map<String,Integer>> getClusters()
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.