Class PatternAndCircuitHash


  • public class PatternAndCircuitHash
    extends Object
    Container class to hold a pattern (based on the name of the routing rule) and the hash representation of this pattern. The hash representation of the pattern is used as unique identifier of a circuit.
    Author:
    https://github.com/mcweba [Marc-Andre Weber]
    • Constructor Detail

      • PatternAndCircuitHash

        public PatternAndCircuitHash​(@Nullable
                                     Pattern pattern,
                                     String circuitHash,
                                     @Nullable
                                     String metricName)