public class BasicScanFactory extends Object implements ManagedScanFramework.ReaderFactory
This form is designed to simplify conversion of existing readers. While it provides a simple first step, readers should perform further conversion to create readers on the fly rather than up front.
Constructor and Description |
---|
BasicScanFactory(Iterator<ManagedReader<SchemaNegotiator>> iterator) |
Modifier and Type | Method and Description |
---|---|
void |
bind(ManagedScanFramework framework) |
ManagedReader<? extends SchemaNegotiator> |
next() |
public BasicScanFactory(Iterator<ManagedReader<SchemaNegotiator>> iterator)
public void bind(ManagedScanFramework framework)
bind
in interface ManagedScanFramework.ReaderFactory
public ManagedReader<? extends SchemaNegotiator> next()
next
in interface ManagedScanFramework.ReaderFactory
Copyright © 1970 The Apache Software Foundation. All rights reserved.