|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.nhncorp.neptune.changelog.TestChangeLog
public class TestChangeLog
| Field Summary | |
|---|---|
byte[] |
content
|
byte[] |
id
|
int |
seq
|
| Constructor Summary | |
|---|---|
TestChangeLog()
|
|
| Method Summary | |
|---|---|
int |
compareTo(TestChangeLog target)
|
void |
readFields(java.io.DataInput in)
Reads the fields of this object from in. |
void |
write(java.io.DataOutput out)
Writes the fields of this object to out. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int seq
public byte[] id
public byte[] content
| Constructor Detail |
|---|
public TestChangeLog()
| Method Detail |
|---|
public void readFields(java.io.DataInput in)
throws java.io.IOException
NWritablein. For efficiency,
implementations should attempt to re-use storage in the existing object
where possible.
readFields in interface NWritablejava.io.IOException
public void write(java.io.DataOutput out)
throws java.io.IOException
NWritableout.
write in interface NWritablejava.io.IOExceptionpublic int compareTo(TestChangeLog target)
compareTo in interface java.lang.Comparable<TestChangeLog>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||