Packages

package utils

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final class BftNodeShuffler extends AnyRef
  2. 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

  1. object BftNodeShuffler
  2. object FairBoundedQueue

Ungrouped