public class TransferRequestData
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TransferRequestData.TransferRequestBuilder<T extends TransferRequestData.TransferRequestBuilder<T>>
BUILDER DEFINITION
|
| Modifier and Type | Field and Description |
|---|---|
protected int |
bandwidth |
protected int |
blockSize |
protected java.nio.file.Path |
localPath |
protected int |
mode |
protected int |
numEncoders |
protected long |
offset |
protected java.lang.String |
remoteFile |
protected long |
size |
protected int |
unitSize |
| Modifier | Constructor and Description |
|---|---|
protected |
TransferRequestData(TransferRequestData.TransferRequestBuilder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBandwidth() |
int |
getBlockSize() |
java.nio.file.Path |
getLocalPath() |
int |
getMode() |
int |
getNumEncoders() |
long |
getOffset() |
java.lang.String |
getRemoteFile() |
long |
getSize() |
int |
getUnitSize() |
protected final java.nio.file.Path localPath
protected final java.lang.String remoteFile
protected final long size
protected final long offset
protected final int bandwidth
protected final int numEncoders
protected final int blockSize
protected final int unitSize
protected final int mode
protected TransferRequestData(TransferRequestData.TransferRequestBuilder<?> builder)
public java.nio.file.Path getLocalPath()
public java.lang.String getRemoteFile()
public int getBandwidth()
public long getOffset()
public int getNumEncoders()
public int getBlockSize()
public int getUnitSize()
public int getMode()
public long getSize()