Package org.jumpmind.symmetric.model
Class IncomingBatch
java.lang.Object
org.jumpmind.symmetric.model.AbstractBatch
org.jumpmind.symmetric.model.IncomingBatch
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jumpmind.symmetric.model.AbstractBatch
AbstractBatch.Status
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
boolean
An indicator to the incoming batch service as to whether this batch should be saved off.boolean
isRetry()
void
mergeInjectedBatchStatistics
(Statistics statistics) void
setFailedRowNumber
(long failedRowNumber) void
setNodeBatchId
(String value) void
setRetry
(boolean isRetry) void
setStartTime
(long startTime) void
setValues
(Statistics readerStatistics, Statistics writerStatistics, boolean isSuccess) toString()
Methods inherited from class org.jumpmind.symmetric.model.AbstractBatch
buildBatchSummary, equals, getBatchId, getByteCount, getChannelId, getConflictLoseCount, getConflictWinCount, getCreateBy, getCreateTime, getDataDeleteRowCount, getDataInsertRowCount, getDataRowCount, getDataUpdateRowCount, getExtractCount, getExtractDeleteRowCount, getExtractInsertRowCount, getExtractMillis, getExtractRowCount, getExtractUpdateRowCount, getFailedDataId, getFailedLineNumber, getFallbackInsertCount, getFallbackUpdateCount, getFileCounts, getFilterMillis, getIgnoreCount, getIgnoreRowCount, getLastUpdatedHostName, getLastUpdatedTime, getLoadCount, getLoadDeleteRowCount, getLoadId, getLoadInsertRowCount, getLoadMillis, getLoadRowCount, getLoadUpdateRowCount, getMissingDeleteCount, getNetworkMillis, getNodeBatchId, getNodeId, getOtherRowCount, getProcessedRowCount, getReloadRowCount, getRouterMillis, getSentCount, getSkipCount, getSqlCode, getSqlMessage, getSqlState, getStagedLocation, getStatus, getSummary, getTableCounts, getTableExtractedCount, getTableLoadedCount, getTransformExtractMillis, getTransformLoadMillis, hashCode, incrementByteCount, incrementDataInsertRowCount, incrementDataRowCount, incrementExtractRowCount, incrementExtractRowCount, incrementFileCount, incrementIgnoreCount, incrementIgnoreRowCount, incrementRowCount, incrementTableCount, isBulkLoaderFlag, isCommonFlag, isErrorFlag, isLoadFlag, resetExtractRowStats, resetRouterStats, resetStats, revertStatsOnError, setBatchId, setBulkLoaderFlag, setByteCount, setChannelId, setCommonFlag, setConflictLoseCount, setConflictWinCount, setCreateBy, setCreateTime, setDataDeleteRowCount, setDataInsertRowCount, setDataRowCount, setDataUpdateRowCount, setErrorFlag, setExtractCount, setExtractDeleteRowCount, setExtractInsertRowCount, setExtractMillis, setExtractRowCount, setExtractUpdateRowCount, setFailedDataId, setFailedLineNumber, setFallbackInsertCount, setFallbackUpdateCount, setFilterMillis, setIgnoreCount, setIgnoreRowCount, setLastUpdatedHostName, setLastUpdatedTime, setLoadCount, setLoadDeleteRowCount, setLoadFlag, setLoadId, setLoadInsertRowCount, setLoadMillis, setLoadRowCount, setLoadUpdateRowCount, setMissingDeleteCount, setNetworkMillis, setNodeId, setOtherRowCount, setProcessedRowCount, setReloadRowCount, setRouterMillis, setSentCount, setSkipCount, setSqlCode, setSqlMessage, setSqlMessage, setSqlState, setStatus, setStatusFromString, setSummary, setTableExtractedCount, setTableLoadedCount, setTransformExtractMillis, setTransformLoadMillis, totalRowCount
-
Constructor Details
-
IncomingBatch
public IncomingBatch() -
IncomingBatch
-
-
Method Details
-
setValues
-
mergeInjectedBatchStatistics
-
setNodeBatchId
-
isRetry
public boolean isRetry() -
setRetry
public void setRetry(boolean isRetry) -
getFailedRowNumber
public long getFailedRowNumber() -
setFailedRowNumber
public void setFailedRowNumber(long failedRowNumber) -
getStartTime
public long getStartTime() -
setStartTime
public void setStartTime(long startTime) -
isPersistable
public boolean isPersistable()An indicator to the incoming batch service as to whether this batch should be saved off.- Returns:
-
toString
-