Package com.gpudb.filesystem.ingest
Class IngestResult
java.lang.Object
com.gpudb.filesystem.ingest.IngestResult
Method Summary
Modifier and TypeMethodDescriptionlonglonglonggetFiles()booleanvoidsetCountInserted(long countInserted) voidsetCountSkipped(long countSkipped) voidsetCountUpdated(long countUpdated) voidsetErrorMessage(String errorMessage) voidsetException(Exception exception) voidvoidsetSuccessful(boolean successful) voidsetTableName(String tableName)
Method Details
isSuccessful
public boolean isSuccessful()setSuccessful
public void setSuccessful(boolean successful) getCountInserted
public long getCountInserted()setCountInserted
public void setCountInserted(long countInserted) getCountSkipped
public long getCountSkipped()setCountSkipped
public void setCountSkipped(long countSkipped) getCountUpdated
public long getCountUpdated()setCountUpdated
public void setCountUpdated(long countUpdated)