|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.starteam.CheckoutProgress
Information on the progress of a checkout operation from CheckoutManager. This provides a snapshot of the progress at the time of request. The values in this class do not change again once the class is created. To retrieve the current progress, use CheckoutManager.getProgress().
CheckoutManager,
CheckoutManager.getProgress()| Method Summary | |
boolean |
equals(java.lang.Object source)
returns true if this object instance is equal to the source |
long |
getCurrentBytesExpected(int threadIndex)
Get the number of bytes to be expected from the thread represented by the specified thread ID. |
long |
getCurrentBytesSoFar(int threadIndex)
Get the number of bytes checked out so far for the file that's in the thread represented by the specified thread ID. |
File |
getCurrentFile(int threadIndex)
Get the current File object that's being checked out in the specified thread ID. |
java.lang.Throwable |
getLastError()
Get the last error, if any, that occurred during the last checkout operation. |
int |
getNumCheckoutThreads()
Get the number of threads that contains checkout operations. |
long |
getTotalBytesCheckedOut()
Get the total number of bytes that are checked out. |
long |
getTotalBytesCheckedOut(int threadIndex)
Get the number of bytes checked out from the thread represented by the specified thread ID. |
long |
getTotalBytesCheckedOutByMPXCacheAgent()
Get the number of bytes checked out through MPX File Cache Agent. |
long |
getTotalCommandTime()
Get the time spent on checking out in milliseconds. |
long |
getTotalCommandTimeByMPXCacheAgent()
Get the time spent on checking out in milliseconds through MPX File Cache Agent. |
int |
getTotalFilesCheckedOut()
Get the total number of files checked out. |
int |
getTotalFilesCheckedOut(int threadIndex)
Get the number of files checked out that's in the thread represented by the specified thread ID. |
int |
getTotalFilesCheckedOutByMPXCacheAgent()
Get the number of files checked out through MPX File Cache Agent. |
int |
getTotalFilesFailed()
Get the total number of files that failed during checkout. |
int |
getTotalFilesRemaining()
Get the total number of files that are yet to be checked out. |
int |
getTotalFilesSkipped()
Get the total number of files skipped without being checked out. |
int |
getTotalFilesSkippedByMPXCacheAgent()
Get the number of files skipped without being checked out through MPX File Cache Agent. |
int |
hashCode()
returns a unique hash for all instances of this type |
boolean |
isMPXCacheAgentThread(int threadIndex)
Determine if a given number represent the thread ID of a thread that contains checkout operations through MPX File Cache Agent. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public int getTotalFilesCheckedOut()
public int getTotalFilesSkipped()
public int getTotalFilesFailed()
public int getTotalFilesRemaining()
public long getTotalBytesCheckedOut()
public long getTotalCommandTime()
public long getTotalCommandTimeByMPXCacheAgent()
public int getTotalFilesCheckedOutByMPXCacheAgent()
public int getTotalFilesSkippedByMPXCacheAgent()
public long getTotalBytesCheckedOutByMPXCacheAgent()
public int getNumCheckoutThreads()
public boolean isMPXCacheAgentThread(int threadIndex)
threadIndex - The number to be determined if it represents the thread ID of a thread that contains
checkout operations through MPX File Cache Agent.
public File getCurrentFile(int threadIndex)
threadIndex - The thread ID of a thread.
public long getCurrentBytesExpected(int threadIndex)
threadIndex - The thread ID of a thread.
public long getCurrentBytesSoFar(int threadIndex)
threadIndex - The thread ID of a thread.
public int getTotalFilesCheckedOut(int threadIndex)
threadIndex - The thread ID of a thread.
public long getTotalBytesCheckedOut(int threadIndex)
threadIndex - The thread ID of a thread.
public java.lang.Throwable getLastError()
public boolean equals(java.lang.Object source)
equals in class java.lang.Objectsource - Object the source to comapre with
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||