Packages

package pruning

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class ConfigForNoWaitCounterParticipants(synchronizerId: SynchronizerId, participantId: ParticipantId) extends Product with Serializable
  2. final case class ConfigForSlowCounterParticipants(synchronizerId: SynchronizerId, participantId: ParticipantId, isDistinguished: Boolean, isAddedToMetrics: Boolean) extends Product with Serializable
  3. final case class ConfigForSynchronizerThresholds(synchronizerId: SynchronizerId, thresholdDistinguished: NonNegativeLong, thresholdDefault: NonNegativeLong) extends Product with Serializable
  4. final case class CounterParticipantIntervalsBehind(synchronizerId: SynchronizerId, participantId: ParticipantId, intervalsBehind: NonNegativeLong, timeBehind: NonNegativeFiniteDuration, asOfSequencingTime: CantonTimestamp) extends HasVersionedWrapper[CounterParticipantIntervalsBehind] with PrettyPrinting with Product with Serializable
  5. sealed trait PruningPhase extends Product with Serializable with PrettyPrinting
  6. final case class PruningStatus(phase: PruningPhase, timestamp: CantonTimestamp, lastSuccess: Option[CantonTimestamp]) extends PrettyPrinting with Product with Serializable

Ungrouped