Uses of Class
org.apache.druid.segment.metadata.DataSourceInformation
-
Packages that use DataSourceInformation Package Description org.apache.druid.client.coordinator org.apache.druid.segment.metadata -
-
Uses of DataSourceInformation in org.apache.druid.client.coordinator
Methods in org.apache.druid.client.coordinator that return types with arguments of type DataSourceInformation Modifier and Type Method Description com.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) -
Uses of DataSourceInformation in org.apache.druid.segment.metadata
Classes in org.apache.druid.segment.metadata with type parameters of type DataSourceInformation Modifier and Type Class Description classAbstractSegmentMetadataCache<T extends DataSourceInformation>An abstract class that listens for segment change events and caches segment metadata.
-