Package io.trino.tempto.hadoop.hdfs
Interface HdfsClient.RepeatableContentProducer
- Enclosing interface:
- HdfsClient
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface of an object that can open same input stream multiple times.
-
Method Summary
-
Method Details
-
getInputStream
- Returns:
- a content
InputStream. It will be automatically closed after use. - Throws:
IOException- If the stream cannot be opened
-