Interface StorageUsageRefresher.Listener

  • Enclosing interface:
    StorageUsageRefresher

    public static interface StorageUsageRefresher.Listener
    A listener interface registered with StorageUsageRefresher. It will be invoked every time when there is a change in the storage usage. The new storage usage will be passed as the parameter. Notice this is a unmodifiable map.
    • Method Detail

      • onNewContainerStorageUsage

        void onNewContainerStorageUsage​(java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Long>> containerStorageUsage)