public class SessionStats extends Object
Modifier and Type | Method and Description |
---|---|
int |
getBandwidthCapKbps()
Bandwidth cap
|
String |
getClientClusterId() |
String |
getClientNodeId() |
String |
getCookie()
The cookie
|
int |
getDelayMs()
Network delay
|
String |
getDestPath()
Destination Path
|
String |
getDirection()
Transfer direction
|
long |
getElapsedUSec()
Time elapsed since the start of transfer
|
Encryption |
getEncryption()
Encryption parameter
|
int |
getErrorCode()
Error Code
|
String |
getErrorDescription()
Error description
|
String |
getFileChecksumType() |
long |
getFilesComplete()
No of files completed transferring
|
long |
getFilesFailed()
No of files failed transferring
|
String |
getHost()
Remote host name
|
String |
getId()
Unique identifier
|
String |
getManifestFilePath()
Manifest file path
|
int |
getMeasuredLinkRateKbps()
Measured bandwidth
|
int |
getMinRateKbps()
Minimum transfer rate
|
int |
getPmtu() |
Policy |
getPolicy()
Transfer policy
|
long |
getPreCalcTotalBytes()
Aggregate file size
|
int |
getPreCalcTotalFiles()
Aggregate file count
|
String |
getRetryTimeout() |
String |
getServerClusterId() |
String |
getServerNodeId() |
String |
getSessionId()
Unique identifier
|
String[] |
getSourcePaths()
Source paths
|
int |
getSourcePathsScanAttempted()
Gets the count of source path scans attempted for this session.
|
int |
getSourcePathsScanExcluded()
Gets the count of excludes source path scans for this session.
|
int |
getSourcePathsScanFailed()
Gets the count of failed source path scans for this session.
|
int |
getSourcePathsScanIrregular()
Gets the count of source path scans pointing to irregular files (i.e.
|
Date |
getStartTime()
Transfer start time
|
SessionState |
getState()
Transfer state
|
com.google.gson.JsonObject |
getTags() |
int |
getTargetRateKbps()
Target transfer rate
|
String |
getToken()
Token string
|
long |
getTotalLostBytes()
Total lost bytes
|
long |
getTotalTransferredBytes()
Bytes transferred
|
long |
getTotalWrittenBytes()
Bytes at the destination
|
int |
getTransfersAttempted()
Gets the count of file transfers initiated for this session.
|
int |
getTransfersFailed()
Gets the count of file transfers that failed for this session.
|
int |
getTransfersPassed()
Gets the count of successfully completed file transfers for this session.
|
int |
getTransfersSkipped()
The count of file transfers skipped (i.e.
|
int |
getUdpPort()
UDP port
|
String |
getUser()
Remote user name
|
UUID |
getXferId()
Xfer Id
|
int |
getXferRetry()
Xfer Retry
|
boolean |
isOtherInitiated()
Is this transfer initiated by others ?
|
boolean |
isRemote()
Is this transfer initiated by a remote machine ?
|
public UUID getXferId()
public int getXferRetry()
public int getBandwidthCapKbps()
public String getCookie()
public int getDelayMs()
public String getDestPath()
public String getDirection()
public long getElapsedUSec()
public Encryption getEncryption()
public int getErrorCode()
public String getErrorDescription()
public long getFilesComplete()
public long getFilesFailed()
public String getHost()
public String getId()
public String getSessionId()
public String getManifestFilePath()
public int getMeasuredLinkRateKbps()
public int getMinRateKbps()
public Policy getPolicy()
public long getPreCalcTotalBytes()
public int getPreCalcTotalFiles()
public String[] getSourcePaths()
public Date getStartTime()
public SessionState getState()
public int getTargetRateKbps()
public String getToken()
public long getTotalLostBytes()
public long getTotalTransferredBytes()
public long getTotalWrittenBytes()
public int getUdpPort()
public String getUser()
public boolean isOtherInitiated()
public boolean isRemote()
public int getTransfersAttempted()
This information is only available once the session is terminated.
public int getTransfersFailed()
This information is only available once the session is terminated.
public int getTransfersPassed()
This information is only available once the session is terminated.
public int getTransfersSkipped()
This information is only available once the session is terminated.
public int getSourcePathsScanAttempted()
This information is only available once the session is terminated.
public int getSourcePathsScanFailed()
This information is only available once the session is terminated.
public int getSourcePathsScanIrregular()
This information is only available once the session is terminated.
public int getSourcePathsScanExcluded()
This information is only available once the session is terminated.
public String getServerNodeId()
public String getServerClusterId()
public String getClientNodeId()
public String getClientClusterId()
public String getRetryTimeout()
public String getFileChecksumType()
public com.google.gson.JsonObject getTags()
public int getPmtu()
Copyright © 2015 Aspera Inc.. All rights reserved.