Package cz.o2.proxima.direct.io.bulkfs
Interface Reader
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.lang.Iterable<StreamElement>
- All Known Implementing Classes:
ProximaParquetReader
@Internal public interface Reader extends java.lang.AutoCloseable, java.lang.Iterable<StreamElement>
Proxima's representation of generic reader.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Path
getPath()
GetPath
associated with the Reader.
-