Interface StorageQuotaSource.Listener

  • Enclosing interface:
    StorageQuotaSource

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

      • onNewContainerStorageQuota

        void onNewContainerStorageQuota​(java.util.Map<java.lang.String,​java.util.Map<java.lang.String,​java.lang.Long>> containerStorageQuota)