package checks
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait MaybeEmptyTopologyStore extends AnyRef
- class OptionalTopologyMappingChecks extends TopologyMappingChecksWithStore
Topology mapping checks preventing a user to accidentally break their node
Topology mapping checks preventing a user to accidentally break their node
The following checks run as part of the topology manager write step and are there to avoid breaking the topology state by accident.
- class RequiredTopologyMappingChecks extends TopologyMappingChecksWithStore
Topology mapping checks which verify invariants on the topology state
Topology mapping checks which verify invariants on the topology state
The following checks must be passed by every transaction which is added to the topology state.
- trait TopologyMappingChecks extends AnyRef
- abstract class TopologyMappingChecksWithStore extends TopologyMappingChecks with NamedLogging
Value Members
- object MaybeEmptyTopologyStore
- object NoopTopologyMappingChecks extends TopologyMappingChecks
- object RequiredTopologyMappingChecks
- object TopologyMappingChecks