Interface MeteringClient

  • All Known Implementing Classes:
    MockMeteringClient

    public interface MeteringClient
    Consumes and retrieves snapshots of resources allocated per application.
    Author:
    olaa
    • Method Detail

      • getMeteringData

        MeteringData getMeteringData​(com.yahoo.config.provision.TenantName tenantName,
                                     com.yahoo.config.provision.ApplicationName applicationName)
      • getSnapshotHistoryForTenant

        List<ResourceSnapshot> getSnapshotHistoryForTenant​(com.yahoo.config.provision.TenantName tenantName,
                                                           YearMonth yearMonth)
      • refresh

        void refresh()