Package com.illumon.iris.db.v2.routing
Interface DataImportServiceConfig.EndpointConfig
- All Superinterfaces:
DataRoutingService.EndpointConfig
,DataRoutingService.PropertyProvider
- All Known Subinterfaces:
DisEndpointConfigImpl
- All Known Implementing Classes:
DataImportServiceEndpointConfigImpl
- Enclosing interface:
- DataImportServiceConfig
public static interface DataImportServiceConfig.EndpointConfig
extends DataRoutingService.EndpointConfig
Configuration for resolving a DataImportService endpoint
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Compare two instances for interface equality.int
default boolean
default boolean
Methods inherited from interface com.illumon.iris.db.v2.routing.DataRoutingService.EndpointConfig
getName, getServiceRegistryType
Methods inherited from interface com.illumon.iris.db.v2.routing.DataRoutingService.PropertyProvider
getProperties, getProperty, getProperty
-
Method Details
-
getThrottleKBps
int getThrottleKBps() -
isTailerPortEnabled
default boolean isTailerPortEnabled() -
isTableDataPortEnabled
default boolean isTableDataPortEnabled() -
equals
static boolean equals(DataImportServiceConfig.EndpointConfig lhs, DataImportServiceConfig.EndpointConfig rhs) Compare two instances for interface equality.- Parameters:
lhs
- the first objectrhs
- the second object- Returns:
- true if the two instances are equal, according to the interface
-