Search in sources :

Example 1 with StorageStatsWrapper

use of util.StorageStatsWrapper in project coprhd-controller by CoprHD.

the class Licensing method listJson.

public static void listJson() {
    License license = LicenseUtils.getLicense();
    StorageStatsWrapper storageStatsWrapper = getStats();
    List<LicenseFeatureDataTable.FeatureInfo> features = LicenseFeatureDataTable.features(license, storageStatsWrapper);
    renderJSON(DataTablesSupport.createJSON(features, params));
}
Also used : StorageStatsWrapper(util.StorageStatsWrapper) License(com.emc.vipr.model.sys.licensing.License)

Aggregations

License (com.emc.vipr.model.sys.licensing.License)1 StorageStatsWrapper (util.StorageStatsWrapper)1