Class BatchSummary

java.lang.Object
org.jumpmind.symmetric.model.BatchSummary
Direct Known Subclasses:
IncomingBatchSummary, OutgoingBatchSummary

public class BatchSummary extends Object
  • Constructor Details

    • BatchSummary

      public BatchSummary()
  • Method Details

    • getNodeId

      public String getNodeId()
    • setNodeId

      public void setNodeId(String nodeId)
    • getBatchCount

      public int getBatchCount()
    • setBatchCount

      public void setBatchCount(int batchCount)
    • getDataCount

      public int getDataCount()
    • setDataCount

      public void setDataCount(int dataCount)
    • getStatus

      public AbstractBatch.Status getStatus()
    • setStatus

      public void setStatus(AbstractBatch.Status status)
    • getOldestBatchCreateTime

      public Date getOldestBatchCreateTime()
    • setOldestBatchCreateTime

      public void setOldestBatchCreateTime(Date oldestBatchCreateTime)
    • getChannel

      public String getChannel()
    • setChannel

      public void setChannel(String channel)
    • getLastBatchUpdateTime

      public Date getLastBatchUpdateTime()
    • setLastBatchUpdateTime

      public void setLastBatchUpdateTime(Date lastBatchUpdateTime)
    • setErrorFlag

      public void setErrorFlag(boolean errorFlag)
    • isErrorFlag

      public boolean isErrorFlag()
    • getMinBatchId

      public long getMinBatchId()
    • setMinBatchId

      public void setMinBatchId(long errorBatchId)
    • getExtractMillis

      public long getExtractMillis()
    • setExtractMillis

      public void setExtractMillis(long extractMillis)
    • getTransferMillis

      public long getTransferMillis()
    • setTransferMillis

      public void setTransferMillis(long transferMillis)
    • getLoadMillis

      public long getLoadMillis()
    • setLoadMillis

      public void setLoadMillis(long loadMillis)
    • getRouterMillis

      public long getRouterMillis()
    • setRouterMillis

      public void setRouterMillis(long routerMillis)
    • getInsertCount

      public int getInsertCount()
    • setInsertCount

      public void setInsertCount(int insertCount)
    • getUpdateCount

      public int getUpdateCount()
    • setUpdateCount

      public void setUpdateCount(int updateCount)
    • getDeleteCount

      public int getDeleteCount()
    • setDeleteCount

      public void setDeleteCount(int deleteCount)
    • getOtherCount

      public int getOtherCount()
    • setOtherCount

      public void setOtherCount(int otherCount)
    • getReloadCount

      public int getReloadCount()
    • setReloadCount

      public void setReloadCount(int reloadCount)
    • getSerialversionuid

      public static long getSerialversionuid()
    • getTotalBytes

      public long getTotalBytes()
    • setTotalBytes

      public void setTotalBytes(long totalBytes)
    • getTotalMillis

      public long getTotalMillis()
    • setTotalMillis

      public void setTotalMillis(long totalMillis)