Interface DataRoutingService.DataImportServiceConfig
- All Superinterfaces:
DataRoutingService.PropertyProvider
- All Known Implementing Classes:
DataRoutingService.DataImportServiceConfig.Delegating
- Enclosing interface:
- DataRoutingService
public static interface DataRoutingService.DataImportServiceConfig extends DataRoutingService.PropertyProvider
For use by DIS instance.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataRoutingService.DataImportServiceConfig.Delegating -
Method Summary
Modifier and Type Method Description DataRoutingService.FiltergetFilter()StringgetName()StringgetStorageRoot()Get the location where this Data Import Server will write data.intgetTableDataPort()intgetTailerPort()StringgetUserIntradayDirectoryName()JettyServerHelper.ParametersgetWebServerParameters()Methods inherited from interface com.illumon.iris.db.v2.configuration.DataRoutingService.PropertyProvider
asMap, getProperty, getProperty
-
Method Details
-
getName
String getName() -
getTableDataPort
int getTableDataPort() -
getTailerPort
int getTailerPort() -
getUserIntradayDirectoryName
-
getFilter
-
getStorageRoot
Get the location where this Data Import Server will write data.- Returns:
- the root folder to which data will be written
-
getWebServerParameters
-