public interface QueueIndex
Modifier and Type | Field and Description |
---|---|
static int |
AIDATA_LENGTH
Length in bytes of the Assignment info in
queue.dat . |
static int |
AIDATA_POS
Position in bytes of Assignment info from the start of
queue.dat . |
static int |
AIFLAG_LENGTH
Length in bytes of the Assignment info present flag in
queue.dat . |
static int |
AIFLAG_POS
Position in bytes of Assignment info present flag from the start of
queue.dat . |
static int |
AITIME_LENGTH
Length in bytes of the Assignment timestamp in
queue.dat . |
static int |
AITIME_POS
Position in bytes of Assignment timestamp from the start of
queue.dat . |
static int |
BENCH_LENGTH
Length in bytes of the Benchmark in
queue.dat . |
static int |
BENCH_POS
Position in bytes of Benchmark from the start of
queue.dat . |
static int |
CLTYPE_LENGTH
Length in bytes of the Client type required in
queue.dat . |
static int |
CLTYPE_POS
Position in bytes of Client type required from the start of
queue.dat . |
static int |
CORE_LENGTH
Length in bytes of the Core_xx number (hex) in
queue.dat . |
static int |
CORE_POS
Position in bytes of Core_xx number (hex) from the start of
queue.dat . |
static int |
CORES_LENGTH
Length in bytes of the Number of SMP cores in
queue.dat . |
static int |
CORES_POS
Position in bytes of Number of SMP cores from the start of
queue.dat . |
static int |
CPU_SPEC_LENGTH
Length in bytes of the CPU species in
queue.dat . |
static int |
CPU_SPEC_POS
Position in bytes of CPU species from the start of
queue.dat . |
static int |
CPU_TYPE_LENGTH
Length in bytes of the CPU type in
queue.dat . |
static int |
CPU_TYPE_POS
Position in bytes of CPU type from the start of
queue.dat . |
static int |
CSIP_LENGTH
Length in bytes of the Collection server IP address in
queue.dat . |
static int |
CSIP_POS
Position in bytes of Collection server IP address from the start of
queue.dat . |
static int |
DSIZ_LENGTH
Length in bytes of the wudata_xx.dat file size in
queue.dat . |
static int |
DSIZ_POS
Position in bytes of wudata_xx.dat file size from the start of
queue.dat . |
static int |
DSTART_LENGTH
Length in bytes of the Download started time in
queue.dat . |
static int |
DSTART_POS
Position in bytes of Download started time from the start of
queue.dat . |
static int |
DUE_LENGTH
Length in bytes of the WU expiration time in
queue.dat . |
static int |
DUE_POS
Position in bytes of WU expiration time from the start of
queue.dat . |
static int |
EXPIRE_LENGTH
Length in bytes of the Allowed time to return (seconds)
in
queue.dat . |
static int |
EXPIRE_POS
Position in bytes of Allowed time to return (seconds) from the start of
queue.dat . |
static int |
FLOPS_LENGTH
Length in bytes of the Flops per CPU (core) in
queue.dat . |
static int |
FLOPS_POS
Position in bytes of Flops per CPU (core) from the start of
queue.dat . |
static int |
GPU_MEMORY_LENGTH
Length in bytes of the Available GPU memory in
queue.dat . |
static int |
GPU_MEMORY_POS
Position in bytes of Available GPU memory from the start of
queue.dat . |
static int |
M176_LENGTH
Length in bytes of the Misc1a in
queue.dat . |
static int |
M176_POS
Position in bytes of Misc1a from the start of
queue.dat . |
static int |
M184_LENGTH
Length in bytes of the Misc1b in
queue.dat . |
static int |
M184_POS
Position in bytes of Misc1b from the start of
queue.dat . |
static int |
M476_LENGTH
Deprecated.
3.24
|
static int |
M476_POS
Deprecated.
3.24
|
static int |
M532_LENGTH
Length in bytes of the Misc4a in
queue.dat . |
static int |
M532_POS
Position in bytes of Misc4a from the start of
queue.dat . |
static int |
MEMORY_LENGTH
Length in bytes of the Available memory in
queue.dat . |
static int |
MEMORY_POS
Position in bytes of Available memory from the start of
queue.dat . |
static int |
MID_LENGTH
Length in bytes of the Machine ID in
queue.dat . |
static int |
MID_POS
Position in bytes of Machine ID from the start of
queue.dat . |
static int |
OS_SPEC_LENGTH
Length in bytes of the OS species in
queue.dat . |
static int |
OS_SPEC_POS
Position in bytes of OS species from the start of
queue.dat . |
static int |
OS_TYPE_LENGTH
Length in bytes of the OS type in
queue.dat . |
static int |
OS_TYPE_POS
Position in bytes of OS type from the start of
queue.dat . |
static int |
PASSKEY_LENGTH
Length in bytes of the Passkey in
queue.dat . |
static int |
PASSKEY_POS
Position in bytes of Passkey from the start of
queue.dat . |
static int |
PLIMIT_LENGTH
Length in bytes of the Packet size limit in
queue.dat . |
static int |
PLIMIT_POS
Position in bytes of Packet size limit from the start of
queue.dat . |
static int |
PORT_LENGTH
Length in bytes of the Server port number in
queue.dat . |
static int |
PORT_POS
Position in bytes of Server port number from the start of
queue.dat . |
static int |
STAT_LENGTH
Length in bytes of the Status in
queue.dat . |
static int |
STAT_POS
Position in bytes of Status from the start of
queue.dat . |
static int |
SVR1_LENGTH
Deprecated.
As of 3.00 replaced by
SVR2_POS |
static int |
SVR1_POS
Deprecated.
As of 3.00 replaced by
SVR2_POS |
static int |
SVR2_LENGTH
Length in bytes of the Server IP address in
queue.dat . |
static int |
SVR2_POS
Position in bytes of Server IP address from the start of
queue.dat . |
static int |
TAG_LENGTH
Length in bytes of the Tag of Work Unit in
queue.dat . |
static int |
TAG_POS
Position in bytes of Tag of Work Unit from the start of
queue.dat . |
static int |
TDATA_LENGTH
Length in bytes of the Time data in
queue.dat . |
static int |
TDATA_POS
Position in bytes of Time data from the start of
queue.dat . |
static int |
TEAMN_LENGTH
Length in bytes of the Team Number in
queue.dat . |
static int |
TEAMN_POS
Position in bytes of Team Number from the start of
queue.dat . |
static int |
TYPE_LENGTH
Length in bytes of the Work unit type in
queue.dat . |
static int |
TYPE_POS
Position in bytes of Work unit type from the start of
queue.dat . |
static int |
UID_LENGTH
Length in bytes of the Stored ID for unit (UserID + MachineID)
in
queue.dat . |
static int |
UID_POS
Position in bytes of Stored ID for unit (UserID + MachineID) from the
start of
queue.dat . |
static int |
UNAME_LENGTH
Length in bytes of the User Name in
queue.dat . |
static int |
UNAME_POS
Position in bytes of User Name from the start of
queue.dat . |
static int |
UPLOADS_LENGTH
Length in bytes of the Number of upload failures in
queue.dat . |
static int |
UPLOADS_POS
Position in bytes of Number of upload failures from the start of
queue.dat . |
static int |
URL_LENGTH
Length in bytes of the Web address for core downloads in
queue.dat . |
static int |
URL_POS
Position in bytes of Web address for core downloads from the start of
queue.dat . |
static int |
USTAT_LENGTH
Length in bytes of the Upload Status in
queue.dat . |
static int |
USTAT_POS
Position in bytes of Upload status from the start of
queue.dat . |
static int |
WUID_LENGTH
Length in bytes of the Work unit ID information in
queue.dat . |
static int |
WUID_POS
Position in bytes of Work unit ID information from the start of
queue.dat . |
static int |
Z004_LENGTH
Deprecated.
Use
CORES_POS |
static int |
Z004_POS
Deprecated.
Use
CORES_POS |
static int |
Z192_LENGTH
Length in bytes of the z192 in
queue.dat . |
static int |
Z192_POS
Position in bytes of padding from the start of
queue.dat
(All Zeros). |
static int |
Z224_LENGTH
Length in bytes of the z224 in
queue.dat . |
static int |
Z224_POS
Position in bytes of padding from the start of
queue.dat
(All Zeros). |
static int |
Z500_LENGTH
Length in bytes of the z500 in
queue.dat . |
static int |
Z500_POS
Position in bytes of padding from the start of
queue.dat
(All Zeros). |
static int |
Z528_LENGTH
Length in bytes of the z528 in
queue.dat . |
static int |
Z528_POS
Position in bytes of padding from the start of
queue.dat
(All Zeros). |
static int |
Z536_LENGTH
Length in bytes of the z536 in
queue.dat . |
static int |
Z536_POS
Position in bytes of padding from the start of
queue.dat
(All Zeros). |
static int |
Z564_LENGTH
Length in bytes of the z564 in
queue.dat . |
static int |
Z564_POS
Position in bytes of padding from the start of
queue.dat
(All Zeros). |
static int |
Z624_LENGTH
Length in bytes of the z624 in
queue.dat . |
static int |
Z624_POS
Position in bytes of padding from the start of
queue.dat
(All Zeros). |
Modifier and Type | Method and Description |
---|---|
long |
getAidata()
Get the value of Assignment info.
|
boolean |
getAiflag()
Get the value of Assignment info present flag.
|
Date |
getAitime()
Get the value of Assignment timestamp.
|
int |
getBench()
Get the value of Benchmark.
|
int |
getCltype()
Get the value of Client type required (usually 0).
|
Core |
getCore()
Get the value of Core_xx number (hex).
|
int |
getCores()
Get the value of Number of SMP cores.
|
String |
getCpuSpec()
Get the value of CPU species.
|
String |
getCpuType()
Get the value of CPU type.
|
InetAddress |
getCsip()
Get the value of Collection server IP address.
|
int |
getDsiz()
Get the value of wudata_xx.dat file size.
|
Date |
getDstart()
Get the value of Download started time.
|
Date |
getDue()
Get the value of WU expiration time.
|
Date |
getExpire()
Get the value of Allowed time to return (seconds).
|
int |
getFlops()
Get the value of Flops per CPU (core).
|
int |
getGpuMemory()
Get the value of Available GPU memory.
|
int |
getMemory()
Get the value of Available memory.
|
int |
getMid()
Get the value of Machine ID.
|
String |
getOsSpec()
Get the value of OS species.
|
String |
getOsType()
Get the value of OS type.
|
String |
getPasskey()
Get the value of Passkey.
|
int |
getPlimit()
Get the value of Packet size limit.
|
int |
getPort()
Get the value of Server port number.
|
int |
getStat()
Get the value of Status.
|
InetAddress |
getSvr1()
Get the value of Server IP address.
|
InetAddress |
getSvr2()
Get the value of Server IP address.
|
String |
getTag()
Get the value of Tag of Work Unit.
|
Date |
getTdata()
Get the value of Time data.
|
int |
getTeamn()
Get the value of Team Number.
|
String |
getType()
Get the value of Work unit type.
|
long |
getUid()
Get the value of Stored ID for unit (UserID + MachineID).
|
String |
getUname()
Get the value of User Name.
|
int |
getUploads()
Get the value of Number of upload failures.
|
URL |
getUrl()
Get the value of Web address for core download.
|
int |
getUstat()
Get the value of Upload status.
|
WorkUnitImpl |
getWuid()
Get the value of Work unit ID information.
|
void |
update()
Update all values.
|
static final int STAT_POS
queue.dat
.static final int Z004_POS
CORES_POS
queue.dat
.static final int TDATA_POS
queue.dat
.static final int SVR1_POS
SVR2_POS
queue.dat
.static final int USTAT_POS
queue.dat
.static final int URL_POS
queue.dat
.static final int M176_POS
queue.dat
.static final int CORE_POS
queue.dat
.static final int M184_POS
queue.dat
.static final int DSIZ_POS
queue.dat
.static final int Z192_POS
queue.dat
(All Zeros).static final int WUID_POS
queue.dat
.static final int Z224_POS
queue.dat
(All Zeros).static final int MID_POS
queue.dat
.static final int SVR2_POS
queue.dat
.static final int PORT_POS
queue.dat
.static final int TYPE_POS
queue.dat
.static final int UNAME_POS
queue.dat
.static final int TEAMN_POS
queue.dat
.static final int UID_POS
queue.dat
.static final int BENCH_POS
queue.dat
.static final int M476_POS
queue.dat
.static final int CPU_TYPE_POS
queue.dat
.static final int OS_TYPE_POS
queue.dat
.static final int CPU_SPEC_POS
queue.dat
.static final int OS_SPEC_POS
queue.dat
.static final int EXPIRE_POS
queue.dat
.static final int Z500_POS
queue.dat
(All Zeros).static final int CLTYPE_POS
queue.dat
.static final int AIFLAG_POS
queue.dat
.static final int AITIME_POS
queue.dat
.static final int AIDATA_POS
queue.dat
.static final int CSIP_POS
queue.dat
.static final int DSTART_POS
queue.dat
.static final int Z528_POS
queue.dat
(All Zeros).static final int M532_POS
queue.dat
.static final int Z536_POS
queue.dat
(All Zeros).static final int CORES_POS
queue.dat
.static final int TAG_POS
queue.dat
.static final int Z564_POS
queue.dat
(All Zeros).static final int PASSKEY_POS
queue.dat
.static final int FLOPS_POS
queue.dat
.static final int MEMORY_POS
queue.dat
.static final int GPU_MEMORY_POS
queue.dat
.static final int Z624_POS
queue.dat
(All Zeros).static final int DUE_POS
queue.dat
.static final int PLIMIT_POS
queue.dat
.static final int UPLOADS_POS
queue.dat
.static final int STAT_LENGTH
queue.dat
.getStat()
,
STAT_POS
,
Constant Field Valuesstatic final int Z004_LENGTH
CORES_POS
queue.dat
.static final int TDATA_LENGTH
queue.dat
.getTdata()
,
TDATA_POS
,
Constant Field Valuesstatic final int SVR1_LENGTH
SVR2_POS
queue.dat
.static final int USTAT_LENGTH
queue.dat
.getUstat()
,
USTAT_POS
,
Constant Field Valuesstatic final int URL_LENGTH
queue.dat
.getUrl()
,
URL_POS
,
Constant Field Valuesstatic final int M176_LENGTH
queue.dat
.M176_POS
,
Constant Field Valuesstatic final int CORE_LENGTH
queue.dat
.getCore()
,
CORE_POS
,
Constant Field Valuesstatic final int M184_LENGTH
queue.dat
.M184_POS
,
Constant Field Valuesstatic final int DSIZ_LENGTH
queue.dat
.getDsiz()
,
DSIZ_POS
,
Constant Field Valuesstatic final int Z192_LENGTH
queue.dat
.Z192_POS
,
Constant Field Valuesstatic final int WUID_LENGTH
queue.dat
.getWuid()
,
WUID_POS
,
Constant Field Valuesstatic final int Z224_LENGTH
queue.dat
.Z224_POS
,
Constant Field Valuesstatic final int MID_LENGTH
queue.dat
.getMid()
,
MID_POS
,
Constant Field Valuesstatic final int SVR2_LENGTH
queue.dat
.getSvr2()
,
SVR2_POS
,
Constant Field Valuesstatic final int PORT_LENGTH
queue.dat
.getPort()
,
PORT_POS
,
Constant Field Valuesstatic final int TYPE_LENGTH
queue.dat
.getType()
,
TYPE_POS
,
Constant Field Valuesstatic final int UNAME_LENGTH
queue.dat
.getUname()
,
UNAME_POS
,
Constant Field Valuesstatic final int TEAMN_LENGTH
queue.dat
.getTeamn()
,
TEAMN_POS
,
Constant Field Valuesstatic final int UID_LENGTH
queue.dat
.getUid()
,
UID_POS
,
Constant Field Valuesstatic final int BENCH_LENGTH
queue.dat
.getBench()
,
BENCH_POS
,
Constant Field Valuesstatic final int M476_LENGTH
queue.dat
.static final int CPU_TYPE_LENGTH
queue.dat
.getCpuType()
,
CPU_TYPE_POS
,
Constant Field Valuesstatic final int OS_TYPE_LENGTH
queue.dat
.getOsType()
,
OS_TYPE_POS
,
Constant Field Valuesstatic final int CPU_SPEC_LENGTH
queue.dat
.getCpuSpec()
,
CPU_SPEC_POS
,
Constant Field Valuesstatic final int OS_SPEC_LENGTH
queue.dat
.getOsSpec()
,
OS_SPEC_POS
,
Constant Field Valuesstatic final int EXPIRE_LENGTH
queue.dat
.getExpire()
,
EXPIRE_POS
,
Constant Field Valuesstatic final int Z500_LENGTH
queue.dat
.Z500_POS
,
Constant Field Valuesstatic final int CLTYPE_LENGTH
queue.dat
.getCltype()
,
CLTYPE_POS
,
Constant Field Valuesstatic final int AIFLAG_LENGTH
queue.dat
.getAiflag()
,
AIFLAG_POS
,
Constant Field Valuesstatic final int AITIME_LENGTH
queue.dat
.getAitime()
,
AITIME_POS
,
Constant Field Valuesstatic final int AIDATA_LENGTH
queue.dat
.getAidata()
,
AIDATA_POS
,
Constant Field Valuesstatic final int CSIP_LENGTH
queue.dat
.getCsip()
,
CSIP_POS
,
Constant Field Valuesstatic final int DSTART_LENGTH
queue.dat
.getDstart()
,
DSTART_POS
,
Constant Field Valuesstatic final int Z528_LENGTH
queue.dat
.Z528_POS
,
Constant Field Valuesstatic final int M532_LENGTH
queue.dat
.M532_POS
,
Constant Field Valuesstatic final int Z536_LENGTH
queue.dat
.Z536_POS
,
Constant Field Valuesstatic final int CORES_LENGTH
queue.dat
.getCores()
,
CORES_POS
,
Constant Field Valuesstatic final int TAG_LENGTH
queue.dat
.getCores()
,
CORES_POS
,
Constant Field Valuesstatic final int Z564_LENGTH
queue.dat
.Z564_POS
,
Constant Field Valuesstatic final int PASSKEY_LENGTH
queue.dat
.getPasskey()
,
PASSKEY_POS
,
Constant Field Valuesstatic final int FLOPS_LENGTH
queue.dat
.getFlops()
,
FLOPS_POS
,
Constant Field Valuesstatic final int MEMORY_LENGTH
queue.dat
.getMemory()
,
MEMORY_POS
,
Constant Field Valuesstatic final int GPU_MEMORY_LENGTH
queue.dat
.getGpuMemory()
,
GPU_MEMORY_POS
,
Constant Field Valuesstatic final int Z624_LENGTH
queue.dat
.Z624_POS
,
Constant Field Valuesstatic final int DUE_LENGTH
queue.dat
.getDue()
,
DUE_POS
,
Constant Field Valuesstatic final int PLIMIT_LENGTH
queue.dat
.getPlimit()
,
PLIMIT_POS
,
Constant Field Valuesstatic final int UPLOADS_LENGTH
queue.dat
.getUploads()
,
UPLOADS_POS
,
Constant Field Valuesint getStat()
Date getTdata()
InetAddress getSvr1()
int getUstat()
URL getUrl()
Core getCore()
int getDsiz()
WorkUnitImpl getWuid()
int getMid()
InetAddress getSvr2()
int getPort()
String getType()
String getUname()
int getTeamn()
long getUid()
int getBench()
String getCpuType()
String getOsType()
String getCpuSpec()
String getOsSpec()
Date getExpire()
int getCltype()
boolean getAiflag()
Date getAitime()
long getAidata()
InetAddress getCsip()
Date getDstart()
int getCores()
String getTag()
String getPasskey()
int getFlops()
int getMemory()
int getGpuMemory()
Date getDue()
int getPlimit()
int getUploads()
void update()
Copyright © 2011–2017 Mike Thomas. All rights reserved.