Interface SectionParser

All Known Implementing Classes:
LegacySectionParser, SectionParserImpl

public interface SectionParser
  • Method Details

    • parseLogAggregatorData

      @NotNull com.illumon.iris.db.v2.routing.impl.yaml.LogAggregatorData parseLogAggregatorData(@NotNull String name, @NotNull Map<Object,Object> yml)
    • parseDataImportServiceData

      @NotNull com.illumon.iris.db.v2.routing.impl.yaml.DataImportServiceData parseDataImportServiceData(@NotNull String name, @NotNull Map<Object,Object> yml, @NotNull Function<String,com.illumon.iris.db.v2.routing.impl.yaml.StorageData> storageLookup)
    • parseTableDataServiceEndpoint

      @Nullable DataRoutingService.EndpointConfig parseTableDataServiceEndpoint(@NotNull String name, String context, Map<Object,Object> tdsYml)