public static interface ManagedScanFramework.ReaderFactory
The reader itself is unique to each file type. This interface provides a common interface that this framework can use to create the file-specific reader on demand.
Also manages opening the reader using a scan-specific schema negotiator.
Modifier and Type | Method and Description |
---|---|
void |
bind(ManagedScanFramework framework) |
ManagedReader<? extends SchemaNegotiator> |
next() |
void bind(ManagedScanFramework framework)
ManagedReader<? extends SchemaNegotiator> next()
Copyright © 1970 The Apache Software Foundation. All rights reserved.