Package io.aether.utils.rcollections
-
Interface Summary Interface Description BMap<K,V> Interface for an asynchronous, throttling map designed to manage the lifecycle of external data requests.RCollection<T> RFMap<K,V> RMap<K,V> RQueue<T> RSet<T> -
Class Summary Class Description BMapImpl<K,V> Implementation of BMap that manages request throttling and exposure of pending requests for integration with a batching/flushing mechanism (like in AetherCloudClient), supporting multiple concurrent request senders.RCol RCollectionBySrc<E> RMap.Update<K,V> RMapBySrc<K,V> RQueueBySrc<E> RSetBySrc<E>