Package com.illumon.iris.db.v2.routing
Interface TableDataServiceConfig
- All Superinterfaces:
DataRoutingService.PropertyProvider
,NamedImplementation
,ServiceRegistryConfig
- All Known Implementing Classes:
TableDataServiceConfigImpl
,TableDataServiceData
public interface TableDataServiceConfig
extends ServiceRegistryConfig, DataRoutingService.PropertyProvider, NamedImplementation
Configuration for a TableDataService provider.
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Compare two instances for interface equality.Collection<? extends TableDataServiceConfig>
getName()
getTags()
default boolean
isRemote()
default String
Default implementation of toString().Methods inherited from interface com.illumon.iris.db.v2.routing.DataRoutingService.PropertyProvider
getProperties, getProperty, getProperty
Methods inherited from interface com.illumon.util.type.NamedImplementation
getImplementationName
Methods inherited from interface com.illumon.iris.db.v2.routing.ServiceRegistryConfig
getServiceRegistryType
-
Method Details
-
getName
-
getFilter
-
getStorageName
-
getStorageRoot
-
getDescription
-
getTags
-
getEndpointConfig
-
getDelegates
-
isRemote
default boolean isRemote() -
toStringHelper
Default implementation of toString(). Can be called by toString() in implementing classes.- Returns:
- a string representation of this object
-
equals
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
-