Modifier and Type | Field and Description |
---|---|
long |
id |
int |
length
Last known length of this page, or -1 as UNKNOWN and -2 as TOOLONG.
|
long |
nextConn |
Response |
response
The response object does not contain valid data on Status = OK, unless
you call the respective Server processCursor method.
|
Modifier and Type | Method and Description |
---|---|
void |
dropped()
Informs this object that its subject has been canceled and some clean-up
should be done now: for instance it calls
releaseBuffer() and may
also inform an escape hole that this object is dropped/canceled. |
void |
initialize(long time,
String name,
int rank)
Sets this object as a fresh and new with lastModif=0 and nextConn=time.
|
boolean |
isAlreadyProcessed() |
void |
load(DataInput in) |
void |
store(DataOutput out) |
String |
toString() |
StringBuilder |
toStringBuilder(StringBuilder sb) |
public long id
public int length
public Response response
public long nextConn
public Page(String localURI, long id)
public StringBuilder toStringBuilder(StringBuilder sb)
public void store(DataOutput out) throws IOException
IOException
public void load(DataInput in) throws IOException
IOException
public void dropped()
releaseBuffer()
and may
also inform an escape hole that this object is dropped/canceled.public boolean isAlreadyProcessed()
public void initialize(long time, String name, int rank)
Copyright © 2016 Egothor. All Rights Reserved.