Modifier and Type | Field and Description |
---|---|
protected static String |
_INFO_ARGS |
protected R66Future |
future |
protected DbHostAuth |
host |
protected NetworkTransaction |
networkTransaction |
protected long |
readGlobalLimit |
protected long |
readSessionLimit |
protected static long |
sreadGlobalLimit |
protected static long |
sreadSessionLimit |
protected static String |
stohost |
protected static long |
swriteGlobalLimit |
protected static long |
swriteSessionLimit |
protected long |
writeGlobalLimit |
protected long |
writeSessionLimit |
Constructor and Description |
---|
ChangeBandwidthLimits(R66Future future,
long wgl,
long rgl,
long wsl,
long rsl,
NetworkTransaction networkTransaction) |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
getParams(String[] args) |
static void |
main(String[] args) |
void |
run()
Prior to call this method, the pipeline and NetworkTransaction must have
been initialized.
|
void |
setHost(DbHostAuth host) |
protected static final String _INFO_ARGS
protected final R66Future future
protected final long writeGlobalLimit
protected final long readGlobalLimit
protected final long writeSessionLimit
protected final long readSessionLimit
protected final NetworkTransaction networkTransaction
protected DbHostAuth host
protected static long swriteGlobalLimit
protected static long sreadGlobalLimit
protected static long swriteSessionLimit
protected static long sreadSessionLimit
protected static String stohost
public ChangeBandwidthLimits(R66Future future, long wgl, long rgl, long wsl, long rsl, NetworkTransaction networkTransaction)
public void setHost(DbHostAuth host)
public void run()
protected static boolean getParams(String[] args)
public static void main(String[] args)
Copyright © 2009–2020 Waarp. All rights reserved.