JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.apache.druid.data.input.impl.prefetch
Interface ObjectOpenFunction<T>
public interface
ObjectOpenFunction<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
InputStream
open
(
T
object)
default
InputStream
open
(
T
object, long start)
Method Details
open
InputStream
open
(
T
object)
throws
IOException
Throws:
IOException
open
default
InputStream
open
(
T
object, long start)
throws
IOException
Throws:
IOException