Uses of Class
org.apache.druid.segment.metadata.DataSourceInformation
Packages that use DataSourceInformation
-
Uses of DataSourceInformation in org.apache.druid.client.coordinator
Methods in org.apache.druid.client.coordinator that return types with arguments of type DataSourceInformationModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<List<DataSourceInformation>>CoordinatorClient.fetchDataSourceInformation(Set<String> datasources) Retrieves detailed metadata information for the specified data sources, which includesRowSignature.com.google.common.util.concurrent.ListenableFuture<List<DataSourceInformation>>CoordinatorClientImpl.fetchDataSourceInformation(Set<String> dataSources) com.google.common.util.concurrent.ListenableFuture<List<DataSourceInformation>>NoopCoordinatorClient.fetchDataSourceInformation(Set<String> datasources) -
Uses of DataSourceInformation in org.apache.druid.segment.metadata
Classes in org.apache.druid.segment.metadata with type parameters of type DataSourceInformationModifier and TypeClassDescriptionclassAn abstract class that listens for segment change events and caches segment metadata.Methods in org.apache.druid.segment.metadata that return DataSourceInformationMethods in org.apache.druid.segment.metadata that return types with arguments of type DataSourceInformation