Uses of Interface
org.apache.pinot.spi.filesystem.PinotFS
-
Packages that use PinotFS Package Description org.apache.pinot.spi.filesystem -
-
Uses of PinotFS in org.apache.pinot.spi.filesystem
Classes in org.apache.pinot.spi.filesystem that implement PinotFS Modifier and Type Class Description classBasePinotFSclassLocalPinotFSImplementation of PinotFS for a local filesystem.classNoClosePinotFSFields in org.apache.pinot.spi.filesystem declared as PinotFS Modifier and Type Field Description protected PinotFSNoClosePinotFS. _delegateMethods in org.apache.pinot.spi.filesystem that return PinotFS Modifier and Type Method Description static PinotFSPinotFSFactory. create(String scheme)Constructors in org.apache.pinot.spi.filesystem with parameters of type PinotFS Constructor Description NoClosePinotFS(PinotFS delegate)
-