Class ReplicationTaskStats
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The elapsed time of the task, in milliseconds.The percent complete for the full load migration task.The number of errors that have occurred during this task.The number of tables loaded for this task.The number of tables currently loading for this task.The number of tables queued for this task.int
hashCode()
void
setElapsedTimeMillis
(Long elapsedTimeMillis) The elapsed time of the task, in milliseconds.void
setFullLoadProgressPercent
(Integer fullLoadProgressPercent) The percent complete for the full load migration task.void
setTablesErrored
(Integer tablesErrored) The number of errors that have occurred during this task.void
setTablesLoaded
(Integer tablesLoaded) The number of tables loaded for this task.void
setTablesLoading
(Integer tablesLoading) The number of tables currently loading for this task.void
setTablesQueued
(Integer tablesQueued) The number of tables queued for this task.toString()
Returns a string representation of this object; useful for testing and debugging.withElapsedTimeMillis
(Long elapsedTimeMillis) The elapsed time of the task, in milliseconds.withFullLoadProgressPercent
(Integer fullLoadProgressPercent) The percent complete for the full load migration task.withTablesErrored
(Integer tablesErrored) The number of errors that have occurred during this task.withTablesLoaded
(Integer tablesLoaded) The number of tables loaded for this task.withTablesLoading
(Integer tablesLoading) The number of tables currently loading for this task.withTablesQueued
(Integer tablesQueued) The number of tables queued for this task.
-
Constructor Details
-
ReplicationTaskStats
public ReplicationTaskStats()
-
-
Method Details
-
setFullLoadProgressPercent
The percent complete for the full load migration task.
- Parameters:
fullLoadProgressPercent
- The percent complete for the full load migration task.
-
getFullLoadProgressPercent
The percent complete for the full load migration task.
- Returns:
- The percent complete for the full load migration task.
-
withFullLoadProgressPercent
The percent complete for the full load migration task.
- Parameters:
fullLoadProgressPercent
- The percent complete for the full load migration task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setElapsedTimeMillis
The elapsed time of the task, in milliseconds.
- Parameters:
elapsedTimeMillis
- The elapsed time of the task, in milliseconds.
-
getElapsedTimeMillis
The elapsed time of the task, in milliseconds.
- Returns:
- The elapsed time of the task, in milliseconds.
-
withElapsedTimeMillis
The elapsed time of the task, in milliseconds.
- Parameters:
elapsedTimeMillis
- The elapsed time of the task, in milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTablesLoaded
The number of tables loaded for this task.
- Parameters:
tablesLoaded
- The number of tables loaded for this task.
-
getTablesLoaded
The number of tables loaded for this task.
- Returns:
- The number of tables loaded for this task.
-
withTablesLoaded
The number of tables loaded for this task.
- Parameters:
tablesLoaded
- The number of tables loaded for this task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTablesLoading
The number of tables currently loading for this task.
- Parameters:
tablesLoading
- The number of tables currently loading for this task.
-
getTablesLoading
The number of tables currently loading for this task.
- Returns:
- The number of tables currently loading for this task.
-
withTablesLoading
The number of tables currently loading for this task.
- Parameters:
tablesLoading
- The number of tables currently loading for this task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTablesQueued
The number of tables queued for this task.
- Parameters:
tablesQueued
- The number of tables queued for this task.
-
getTablesQueued
The number of tables queued for this task.
- Returns:
- The number of tables queued for this task.
-
withTablesQueued
The number of tables queued for this task.
- Parameters:
tablesQueued
- The number of tables queued for this task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTablesErrored
The number of errors that have occurred during this task.
- Parameters:
tablesErrored
- The number of errors that have occurred during this task.
-
getTablesErrored
The number of errors that have occurred during this task.
- Returns:
- The number of errors that have occurred during this task.
-
withTablesErrored
The number of errors that have occurred during this task.
- Parameters:
tablesErrored
- The number of errors that have occurred during this task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-