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, wait
load, unload
public String getTableName()
public TableDesc getTableDesc()
TupleLoader
getTableDesc
in interface TupleLoader
public void setTableDesc(TableDesc tDesc)
TupleLoader
setTableDesc
in interface TupleLoader
public void start()
TupleLoader
start
in interface TupleLoader
public void finish()
TupleLoader
finish
in interface TupleLoader
public void close()
TupleLoader
close
in interface TupleLoader
Licenced under the Apache License, Version 2.0