Uses of Interface
org.apache.druid.indexer.path.PathSpec
-
Packages that use PathSpec Package Description org.apache.druid.indexer org.apache.druid.indexer.path -
-
Uses of PathSpec in org.apache.druid.indexer
Methods in org.apache.druid.indexer that return PathSpec Modifier and Type Method Description PathSpecHadoopDruidIndexerConfig. getPathSpec() -
Uses of PathSpec in org.apache.druid.indexer.path
Classes in org.apache.druid.indexer.path that implement PathSpec Modifier and Type Class Description classDatasourcePathSpecclassGranularityPathSpecclassGranularUnprocessedPathSpecclassMultiplePathSpecclassStaticPathSpecMethods in org.apache.druid.indexer.path that return types with arguments of type PathSpec Modifier and Type Method Description List<PathSpec>MultiplePathSpec. getChildren()Constructor parameters in org.apache.druid.indexer.path with type arguments of type PathSpec Constructor Description MultiplePathSpec(List<PathSpec> children)
-