public interface Queue
Modifier and Type | Field and Description |
---|---|
static int |
CURRENT_LENGTH
Length in bytes of the Current index number in
queue.dat . |
static int |
CURRENT_POS
Position in bytes of the Current index number from the start of
queue.dat . |
static int |
DRATE_LENGTH
Length in bytes of the Download rate sliding average in
queue.dat . |
static int |
DRATE_POS
Position in bytes of the Download rate sliding average from the start of
queue.dat . |
static int |
DUNITS_LENGTH
Length in bytes of the Download rate unit weight in
queue.dat . |
static int |
DUNITS_POS
Position in bytes of the Download rate unit weight from the start of
queue.dat . |
static int |
PFRACT_LENGTH
Length in bytes of the Performance fraction in
queue.dat . |
static int |
PFRACT_POS
Position in bytes of the Performance Fraction from the start of
queue.dat . |
static int |
PUNITS_LENGTH
Length in bytes of the Performance fraction unit weight in
queue.dat . |
static int |
PUNITS_POS
Position in bytes of the Performance fraction unit weight from the start
of
queue.dat . |
static int |
QUEUE_INDEX_0_POS
Position in bytes of Queue Index 0 from the start of
queue.dat . |
static int |
QUEUE_INDEX_1_POS
Position in bytes of Queue Index 1 from the start of
queue.dat . |
static int |
QUEUE_INDEX_2_POS
Position in bytes of Queue Index 2 from the start of
queue.dat . |
static int |
QUEUE_INDEX_3_POS
Position in bytes of Queue Index 3 from the start of
queue.dat . |
static int |
QUEUE_INDEX_4_POS
Position in bytes of Queue Index 4 from the start of
queue.dat . |
static int |
QUEUE_INDEX_5_POS
Position in bytes of Queue Index 5 from the start of
queue.dat . |
static int |
QUEUE_INDEX_6_POS
Position in bytes of Queue Index 6 from the start of
queue.dat . |
static int |
QUEUE_INDEX_7_POS
Position in bytes of Queue Index 7 from the start of
queue.dat . |
static int |
QUEUE_INDEX_8_POS
Position in bytes of Queue Index 8 from the start of
queue.dat . |
static int |
QUEUE_INDEX_9_POS
Position in bytes of Queue Index 9 from the start of
queue.dat . |
static int |
QUEUE_INDEX_LENGTH
Length in bytes of a Queue Index in
queue.dat . |
static int |
SENT_LENGTH
Length in bytes of the Results successfully sent after upload failures in
queue.dat . |
static int |
SENT_POS
Position in bytes of the Results successfully sent after upload failures
from the start of
queue.dat . |
static int |
URATE_LENGTH
Length in bytes of the Upload rate sliding average in
queue.dat . |
static int |
URATE_POS
Position in bytes of the Upload rate sliding average from the start of
queue.dat . |
static int |
UUNITS_LENGTH
Length in bytes of the Upload rate unit weight in
queue.dat . |
static int |
UUNITS_POS
Position in bytes of the Upload rate unit weight from the start of
queue.dat . |
static int |
VERSION_LENGTH
Length in bytes of the Queue (client) version in
queue.dat . |
static int |
VERSION_POS
Position in bytes of the Queue (client) version from the start of
queue.dat . |
static int |
Z7156_LENGTH
Length in bytes of padding in
queue.dat (All Zeros). |
static int |
Z7156_POS
Position in bytes of padding from the start of
queue.dat
(All Zeros). |
Modifier and Type | Method and Description |
---|---|
int |
getCurrent()
Get the value of Current index number.
|
int |
getDrate()
Get the value of Download rate sliding average.
|
int |
getDunits()
Get the value of Download rate unit weight.
|
int |
getPfract()
Get the value of Performance fraction.
|
int |
getPunits()
Get the value of Performance fraction unit weight.
|
QueueIndexImpl |
getQueueIndex(int index)
Get the value of queueIndex at specified index.
|
int |
getSent()
Get the value of Results Sent.
|
int |
getUrate()
Get the value of Upload rate sliding average.
|
int |
getUunits()
Get the value of Upload rate unit weight.
|
int |
getVersion()
Get the value of Queue (client) version.
|
void |
update()
Update all values.
|
static final int VERSION_POS
queue.dat
.getVersion()
,
VERSION_LENGTH
,
Constant Field Valuesstatic final int CURRENT_POS
queue.dat
.getCurrent()
,
CURRENT_LENGTH
,
Constant Field Valuesstatic final int QUEUE_INDEX_0_POS
queue.dat
.static final int QUEUE_INDEX_1_POS
queue.dat
.static final int QUEUE_INDEX_2_POS
queue.dat
.static final int QUEUE_INDEX_3_POS
queue.dat
.static final int QUEUE_INDEX_4_POS
queue.dat
.static final int QUEUE_INDEX_5_POS
queue.dat
.static final int QUEUE_INDEX_6_POS
queue.dat
.static final int QUEUE_INDEX_7_POS
queue.dat
.static final int QUEUE_INDEX_8_POS
queue.dat
.static final int QUEUE_INDEX_9_POS
queue.dat
.static final int PFRACT_POS
queue.dat
.getPfract()
,
PFRACT_LENGTH
,
Constant Field Valuesstatic final int PUNITS_POS
queue.dat
.getPunits()
,
PUNITS_LENGTH
,
Constant Field Valuesstatic final int DRATE_POS
queue.dat
.getDrate()
,
DRATE_LENGTH
,
Constant Field Valuesstatic final int DUNITS_POS
queue.dat
.getDunits()
,
DUNITS_LENGTH
,
Constant Field Valuesstatic final int URATE_POS
queue.dat
.getUrate()
,
URATE_LENGTH
,
Constant Field Valuesstatic final int UUNITS_POS
queue.dat
.getUunits()
,
UUNITS_LENGTH
,
Constant Field Valuesstatic final int SENT_POS
queue.dat
.getSent()
,
SENT_LENGTH
,
Constant Field Valuesstatic final int Z7156_POS
queue.dat
(All Zeros).Z7156_LENGTH
,
Constant Field Valuesstatic final int VERSION_LENGTH
queue.dat
.getVersion()
,
VERSION_POS
,
Constant Field Valuesstatic final int CURRENT_LENGTH
queue.dat
.getCurrent()
,
CURRENT_POS
,
Constant Field Valuesstatic final int QUEUE_INDEX_LENGTH
queue.dat
.static final int PFRACT_LENGTH
queue.dat
.getPfract()
,
PFRACT_POS
,
Constant Field Valuesstatic final int PUNITS_LENGTH
queue.dat
.getPunits()
,
PUNITS_POS
,
Constant Field Valuesstatic final int DRATE_LENGTH
queue.dat
.getDrate()
,
DRATE_POS
,
Constant Field Valuesstatic final int DUNITS_LENGTH
queue.dat
.getDunits()
,
DUNITS_POS
,
Constant Field Valuesstatic final int URATE_LENGTH
queue.dat
.getUrate()
,
URATE_POS
,
Constant Field Valuesstatic final int UUNITS_LENGTH
queue.dat
.getUunits()
,
UUNITS_POS
,
Constant Field Valuesstatic final int SENT_LENGTH
queue.dat
.getSent()
,
SENT_POS
,
Constant Field Valuesstatic final int Z7156_LENGTH
queue.dat
(All Zeros).Z7156_POS
,
Constant Field Valuesint getVersion()
int getCurrent()
QueueIndexImpl getQueueIndex(int index)
index
- the index requiredint getPfract()
int getPunits()
int getDrate()
int getDunits()
int getUrate()
int getUunits()
int getSent()
void update()
Copyright © 2011–2017 Mike Thomas. All rights reserved.