Uses of Class
org.apache.pinot.spi.ingestion.batch.spec.PinotFSSpec
-
Packages that use PinotFSSpec Package Description org.apache.pinot.spi.env org.apache.pinot.spi.ingestion.batch.spec -
-
Uses of PinotFSSpec in org.apache.pinot.spi.env
Constructors in org.apache.pinot.spi.env with parameters of type PinotFSSpec Constructor Description PinotConfiguration(PinotFSSpec pinotFSSpec)Helper constructor to create an instance from configurations found in a PinotFSSpec instance. -
Uses of PinotFSSpec in org.apache.pinot.spi.ingestion.batch.spec
Methods in org.apache.pinot.spi.ingestion.batch.spec that return types with arguments of type PinotFSSpec Modifier and Type Method Description List<PinotFSSpec>SegmentGenerationJobSpec. getPinotFSSpecs()Method parameters in org.apache.pinot.spi.ingestion.batch.spec with type arguments of type PinotFSSpec Modifier and Type Method Description voidSegmentGenerationJobSpec. setPinotFSSpecs(List<PinotFSSpec> pinotFSSpecs)
-