public abstract class TupleLoaderBase extends SDBConnectionHolder implements TupleLoader
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This TupleLoader is done with.
|
void |
finish()
Notify the finish of a sequence of rows to load.
|
TableDesc |
getTableDesc()
Get the table description
|
String |
getTableName() |
void |
setTableDesc(TableDesc tDesc)
Set table description
|
void |
start()
Notify the start of a sequence of rows to load
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitload, unloadpublic String getTableName()
public TableDesc getTableDesc()
TupleLoadergetTableDesc in interface TupleLoaderpublic void setTableDesc(TableDesc tDesc)
TupleLoadersetTableDesc in interface TupleLoaderpublic void start()
TupleLoaderstart in interface TupleLoaderpublic void finish()
TupleLoaderfinish in interface TupleLoaderpublic void close()
TupleLoaderclose in interface TupleLoaderLicenced under the Apache License, Version 2.0