public abstract class ExistingDataBulkExportSource extends Object implements ExistingDataSource
Modifier and Type | Field and Description |
---|---|
protected static String |
DELIMITER |
protected static int |
IO_BUFFER_SIZE |
TIMEOUT
Constructor and Description |
---|
ExistingDataBulkExportSource() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected abstract void |
exportExistingData() |
List<Object[]> |
getData(int fromIndex,
int maxResults) |
protected File |
getExistingDataFile() |
void |
initialize() |
protected void |
removeTempFile() |
protected void |
startReading() |
protected void |
stopReading() |
protected static final int IO_BUFFER_SIZE
protected static final String DELIMITER
public void initialize() throws Exception
initialize
in interface ExistingDataSource
Exception
public void close() throws Exception
close
in interface ExistingDataSource
Exception
protected File getExistingDataFile()
protected void stopReading()
protected void removeTempFile()
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.