package utils
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final class BftNodeShuffler extends AnyRef
- class FairBoundedQueue[ItemType] extends AnyRef
Provides fairness by having a per-node quota while preserving the original arrival order on top of the bare com.digitalasset.canton.util.collection.BoundedQueue.
Provides fairness by having a per-node quota while preserving the original arrival order on top of the bare com.digitalasset.canton.util.collection.BoundedQueue. For simplicity/safety does not implement any collection-like interface. The implementation is not thread-safe.
Value Members
- object BftNodeShuffler
- object FairBoundedQueue