|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.streaming.PendingFile.PendingFileSerializer
public static class PendingFile.PendingFileSerializer
Constructor Summary | |
---|---|
PendingFile.PendingFileSerializer()
|
Method Summary | |
---|---|
PendingFile |
deserialize(java.io.DataInputStream dis,
int version)
Deserialize into the specified DataInputStream instance. |
void |
serialize(PendingFile sc,
java.io.DataOutputStream dos,
int version)
Serialize the specified type into the specified DataOutputStream instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PendingFile.PendingFileSerializer()
Method Detail |
---|
public void serialize(PendingFile sc, java.io.DataOutputStream dos, int version) throws java.io.IOException
ICompactSerializer
serialize
in interface ICompactSerializer<PendingFile>
sc
- type that needs to be serializeddos
- DataOutput into which serialization needs to happen.
java.io.IOException
public PendingFile deserialize(java.io.DataInputStream dis, int version) throws java.io.IOException
ICompactSerializer
deserialize
in interface ICompactSerializer<PendingFile>
dis
- DataInput from which deserialization needs to happen.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |