Class DataRoutingServiceKvEtcdImpl
java.lang.Object
com.illumon.iris.db.v2.routing.DataRoutingService.Delegating
com.illumon.iris.db.v2.routing.impl.kv.DataRoutingServiceKvImpl
com.illumon.iris.db.v2.routing.impl.kv.DataRoutingServiceKvEtcdImpl
- All Implemented Interfaces:
DataRoutingService,StorageLookup,DynamicResolverMixin,EndpointResolver,ClaimsProvider,WritableDataRoutingService,WritableDataRoutingServiceInternal,SafeCloseable,NamedImplementation,AutoCloseable
public class DataRoutingServiceKvEtcdImpl
extends DataRoutingServiceKvImpl
implements DynamicResolverMixin
Implementation using an etcd kv implementation
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.v2.routing.DataRoutingService
DataRoutingService.DeferredEndpoint, DataRoutingService.Delegating, DataRoutingService.Endpoint, DataRoutingService.EndpointConfig, DataRoutingService.NonListening, DataRoutingService.NotReadyException, DataRoutingService.NullPropertyProvider, DataRoutingService.PropertyProviderNested classes/interfaces inherited from interface com.illumon.iris.db.v2.routing.endpoint.DynamicResolverMixin
DynamicResolverMixin.DeferredDISEndpointServiceRegistryImpl, DynamicResolverMixin.DeferredEndpointServiceRegistryImpl, DynamicResolverMixin.DeferredLASEndpointServiceRegistryImplNested classes/interfaces inherited from interface com.illumon.iris.db.v2.routing.WritableDataRoutingService
WritableDataRoutingService.Options -
Field Summary
Fields inherited from interface com.illumon.iris.db.v2.routing.DataRoutingService
DEFAULT_LOCAL_TABLE_DATA_SERVICE, DEFAULT_QUERY_SERVER_TABLE_DATA_SERVICE, DEFAULT_SELECTION_TAG, HOST_TAG, MERGE_QUERY_TDS_TAG, NULL_PROPERTY_PROVIDER, PORT_TAG, QUERY_QUERY_TDS_TAG, SERVICE_REGISTRY_NONE, SERVICE_REGISTRY_SERVICE, TABLE_DATA_PORT_TAG, TABLE_DATA_SERVICE_CONFIG_PROP, TABLE_DATA_SERVICE_CONFIG_PROPS_WITH_LEGACY, TAILER_PORT_TAG, VALIDATE_QUERY_TDS_TAG -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()static io.deephaven.kv.ClientCreatorStatic provider of this functionality, for use (indirectly) in initial bootstrap.Get a name for the implementing class.static DataRoutingServiceKvEtcdImplmake(com.fishlib.configuration.Configuration configuration) static DataRoutingServiceKvEtcdImplmake(com.fishlib.configuration.Configuration configuration, boolean allowParseErrors) static DataRoutingServiceKvEtcdImplmake(com.fishlib.configuration.Configuration configuration, io.deephaven.kv.routing.RoutingFileContext context) Methods inherited from class com.illumon.iris.db.v2.routing.impl.kv.DataRoutingServiceKvImpl
about, addDises, addDises, asYamlString, asYamlStringRaw, getAllDataImportServiceConfigs, getAllDataImportServiceConfigsRaw, getDelegate, listen, removeDises, removeDises, removeListener, replaceConfiguration, replaceConfiguration, supportsChangeNotification, toString, update, update, updateDises, updateDises, validateDisNamesMethods inherited from class com.illumon.iris.db.v2.routing.DataRoutingService.Delegating
getAllDataImportServiceDestinationConfigs, getAllLogAggregatorServiceConfigs, getCollectedClaims, getDataImportServiceConfig, getDataImportServiceDestinationConfigs, getLogAggregatorConfig, getLogAggregatorDestinationConfig, getStorage, getTableDataServiceConfig, getTableDataServiceConfigs, registerClaimsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.illumon.iris.db.v2.routing.filter.claims.ClaimsProvider
getCollectedClaims, registerClaimsMethods inherited from interface com.illumon.iris.db.v2.routing.DataRoutingService
authenticate, authenticate, authenticate, getAllDataImportServiceConfigs, getAllDataImportServiceDeferredDestinations, getAllDataImportServiceDestinationConfigs, getAllDataImportServiceDestinations, getAllLogAggregatorServiceConfigs, getDataImportServiceConfig, getDataImportServiceConfigWithStorage, getDataImportServiceDeferredDestinations, getDataImportServiceDestinationConfigs, getDataImportServiceDestinations, getLocalInstance, getLogAggregatorConfig, getLogAggregatorDeferredDestination, getLogAggregatorDestination, getLogAggregatorDestinationConfig, getTableDataServiceConfig, getTableDataServiceConfigsMethods inherited from interface com.illumon.iris.db.v2.routing.endpoint.DynamicResolverMixin
resolveLogAggregatorEndpoint, resolveTableDataEndpoint, resolveTailerEndpointMethods inherited from interface com.illumon.iris.db.v2.routing.dynamicdis.StorageLookup
getStorageMethods inherited from interface com.illumon.iris.db.v2.routing.WritableDataRoutingService
addDis, removeDis, updateDis
-
Method Details
-
make
public static DataRoutingServiceKvEtcdImpl make(@NotNull com.fishlib.configuration.Configuration configuration) throws IOException - Throws:
IOException
-
make
public static DataRoutingServiceKvEtcdImpl make(@NotNull com.fishlib.configuration.Configuration configuration, boolean allowParseErrors) throws IOException - Throws:
IOException
-
make
public static DataRoutingServiceKvEtcdImpl make(@NotNull com.fishlib.configuration.Configuration configuration, @NotNull io.deephaven.kv.routing.RoutingFileContext context) throws IOException - Throws:
IOException
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceSafeCloseable- Overrides:
closein classDataRoutingServiceKvImpl
-
getImplementationName
Description copied from interface:NamedImplementationGet a name for the implementing class. Useful for abstract classes that implement
LogOutputAppendableor overridetoString.The default implementation is correct, but not suitable for high-frequency usage.
- Specified by:
getImplementationNamein interfaceNamedImplementation- Specified by:
getImplementationNamein classDataRoutingServiceKvImpl- Returns:
- A name for the implementing class
-
doMakeKvCreator
public static io.deephaven.kv.ClientCreator doMakeKvCreator()Static provider of this functionality, for use (indirectly) in initial bootstrap.- Returns:
- an etcd KVCreator
-