|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.glite.data.transfer.Channel
org.glite.data.transfer.Channel2
org.glite.data.transfer.Channel3
public class Channel3
And now, something completely different: Channel3.
Field Summary | |
---|---|
java.lang.String |
blockSize
Default block size of a transfer, e.g. '1MB' or '1024kb'. |
java.lang.String |
channelType
Type of a channel: DEDICATED (point-to-point, seLimit is not considered) or NONDEDICATED (start or cloud). |
int |
httpTimeout
Timeouts are in seconds. |
java.util.Calendar |
lastActiveTime
The last time the channel was active. |
double |
preparingFilesRatio
Ratio of SRM activity to number of transfer slots. |
int |
seLimit
Don't use this. |
java.lang.String |
srmCopyDirection
SRM copy direction: PUSH, PULL. |
int |
srmCopyRefreshTimeout
Timeout between status updates. |
int |
srmCopyTimeout
This is a global timeout. |
java.lang.String |
transferLogLevel
Possible values are: DEBUG, INFO (default), ERROR. |
java.lang.String |
transferType
Transfer type: URLCOPY|SRMCOPY. |
int |
urlCopyGetDoneTimeout
|
int |
urlCopyGetTimeout
|
int |
urlCopyNoProgressTimeout
Make dCache happy timeout. |
int |
urlCopyPutDoneTimeout
|
int |
urlCopyPutTimeout
|
int |
urlCopyTransferMarkersTimeout
|
int |
urlCopyTransferTimeout
|
double |
urlCopyTransferTimeoutPerMB
Transfer timeout per megabyte. |
Fields inherited from class org.glite.data.transfer.Channel2 |
---|
lastModificationTime, lastModifierDn, message, targetDirCheck, tcpBufferSize, urlCopyFirstTxmarkTo, VOLimits |
Fields inherited from class org.glite.data.transfer.Channel |
---|
bandwidth, channelName, contact, destSite, nominalThroughput, numberOfFiles, numberOfStreams, sourceSite, state, VOShares |
Constructor Summary | |
---|---|
Channel3()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.Calendar lastActiveTime
public int seLimit
public java.lang.String channelType
public java.lang.String blockSize
public int httpTimeout
public java.lang.String transferLogLevel
public double preparingFilesRatio
public java.lang.String transferType
public int urlCopyPutTimeout
public int urlCopyPutDoneTimeout
public int urlCopyGetTimeout
public int urlCopyGetDoneTimeout
public int urlCopyTransferTimeout
public int urlCopyTransferMarkersTimeout
public int urlCopyNoProgressTimeout
public double urlCopyTransferTimeoutPerMB
public java.lang.String srmCopyDirection
public int srmCopyTimeout
public int srmCopyRefreshTimeout
Constructor Detail |
---|
public Channel3()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |