public class ReplicationVmProgressInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
long |
bytesToTransfer |
long |
bytesTransferred |
Long |
checksumComparedBytes |
Long |
checksumTotalBytes |
int |
progress |
dynamicProperty, dynamicType| Constructor and Description |
|---|
ReplicationVmProgressInfo() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesToTransfer() |
long |
getBytesTransferred() |
Long |
getChecksumComparedBytes() |
Long |
getChecksumTotalBytes() |
int |
getProgress() |
void |
setBytesToTransfer(long bytesToTransfer) |
void |
setBytesTransferred(long bytesTransferred) |
void |
setChecksumComparedBytes(Long checksumComparedBytes) |
void |
setChecksumTotalBytes(Long checksumTotalBytes) |
void |
setProgress(int progress) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic int progress
public long bytesTransferred
public long bytesToTransfer
public Long checksumTotalBytes
public Long checksumComparedBytes
public int getProgress()
public long getBytesTransferred()
public long getBytesToTransfer()
public Long getChecksumTotalBytes()
public Long getChecksumComparedBytes()
public void setProgress(int progress)
public void setBytesTransferred(long bytesTransferred)
public void setBytesToTransfer(long bytesToTransfer)
public void setChecksumTotalBytes(Long checksumTotalBytes)
public void setChecksumComparedBytes(Long checksumComparedBytes)
Copyright © 2011-2012. All Rights Reserved.