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 class
DataRoutingService.DataImportServiceConfig.Delegating
-
Method Summary
Modifier and Type Method Description DataRoutingService.Filter
getFilter()
String
getName()
String
getStorageRoot()
Get the location where this Data Import Server will write data.int
getTableDataPort()
int
getTailerPort()
String
getUserIntradayDirectoryName()
JettyServerHelper.Parameters
getWebServerParameters()
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
-