Packages

package checks

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait MaybeEmptyTopologyStore extends AnyRef
  2. 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.

  3. 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.

  4. trait TopologyMappingChecks extends AnyRef
  5. abstract class TopologyMappingChecksWithStore extends TopologyMappingChecks with NamedLogging

Ungrouped