Class RoutingConfig

    • Constructor Detail

      • RoutingConfig

        public RoutingConfig​(@Nullable
                             String routingTableBuilderName,
                             @Nullable
                             List<String> segmentPrunerTypes,
                             @Nullable
                             String instanceSelectorType)
    • Method Detail

      • getRoutingTableBuilderName

        @Nullable
        public String getRoutingTableBuilderName()
      • getSegmentPrunerTypes

        @Nullable
        public List<String> getSegmentPrunerTypes()
      • getInstanceSelectorType

        @Nullable
        public String getInstanceSelectorType()