Package com.illumon.iris.db.v2.routing
Interface TableDataServiceConfig
- All Superinterfaces:
DataRoutingService.PropertyProvider,ServiceRegistryConfig
public interface TableDataServiceConfig extends ServiceRegistryConfig, DataRoutingService.PropertyProvider
Configuration for a TableDataService provider.
-
Method Summary
Modifier and Type Method Description Collection<? extends TableDataServiceConfig>getDelegates()StringgetDescription()DataRoutingService.EndpointConfiggetEndpointConfig()FiltergetFilter()StringgetName()StringgetStorageRoot()Collection<String>getTags()default booleanisRemote()Methods inherited from interface com.illumon.iris.db.v2.routing.DataRoutingService.PropertyProvider
getAllProperties, getProperty, getPropertyMethods inherited from interface com.illumon.iris.db.v2.routing.ServiceRegistryConfig
getServiceRegistryType
-
Method Details
-
getName
-
getFilter
-
getStorageRoot
-
getDescription
-
getTags
-
getEndpointConfig
-
getDelegates
-
isRemote
default boolean isRemote()
-