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()
String
getDescription()
DataRoutingService.EndpointConfig
getEndpointConfig()
Filter
getFilter()
String
getName()
String
getStorageRoot()
Collection<String>
getTags()
default boolean
isRemote()
Methods inherited from interface com.illumon.iris.db.v2.routing.DataRoutingService.PropertyProvider
getAllProperties, getProperty, getProperty
Methods inherited from interface com.illumon.iris.db.v2.routing.ServiceRegistryConfig
getServiceRegistryType
-
Method Details
-
getName
-
getFilter
-
getStorageRoot
-
getDescription
-
getTags
-
getEndpointConfig
-
getDelegates
-
isRemote
default boolean isRemote()
-