package pruning
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class ConfigForNoWaitCounterParticipants(synchronizerId: SynchronizerId, participantId: ParticipantId) extends Product with Serializable
- final case class ConfigForSlowCounterParticipants(synchronizerId: SynchronizerId, participantId: ParticipantId, isDistinguished: Boolean, isAddedToMetrics: Boolean) extends Product with Serializable
- final case class ConfigForSynchronizerThresholds(synchronizerId: SynchronizerId, thresholdDistinguished: NonNegativeLong, thresholdDefault: NonNegativeLong) extends Product with Serializable
- final case class CounterParticipantIntervalsBehind(synchronizerId: SynchronizerId, participantId: ParticipantId, intervalsBehind: NonNegativeLong, timeBehind: NonNegativeFiniteDuration, asOfSequencingTime: CantonTimestamp) extends HasVersionedWrapper[CounterParticipantIntervalsBehind] with PrettyPrinting with Product with Serializable
- sealed trait PruningPhase extends Product with Serializable with PrettyPrinting
- final case class PruningStatus(phase: PruningPhase, timestamp: CantonTimestamp, lastSuccess: Option[CantonTimestamp]) extends PrettyPrinting with Product with Serializable
Value Members
- object ConfigForSlowCounterParticipants extends Serializable
- object ConfigForSynchronizerThresholds extends Serializable
- object CounterParticipantIntervalsBehind extends HasVersionedMessageCompanion[CounterParticipantIntervalsBehind] with HasVersionedMessageCompanionDbHelpers[CounterParticipantIntervalsBehind] with Serializable
- object PruningPhase extends Serializable
- object PruningStatus extends Serializable