public interface LoaderLoadStep<R extends TableRecord<R>>
Loader
API is used for configuring data loads.
The step in constructing the Loader
object where you can execute the
load.
Modifier and Type | Method and Description |
---|---|
Loader<R> |
execute()
Execute the load.
|
@Support Loader<R> execute() throws IOException
Loader
object. They can be accessed using
Loader.errors()
IOException
Copyright © 2014. All Rights Reserved.