org.apache.cassandra.net
Class CompactEndPointSerializationHelper
java.lang.Object
org.apache.cassandra.net.CompactEndPointSerializationHelper
public class CompactEndPointSerializationHelper
- extends java.lang.Object
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompactEndPointSerializationHelper
public CompactEndPointSerializationHelper()
serialize
public static void serialize(EndPoint endPoint,
java.io.DataOutputStream dos)
throws java.io.IOException
- Throws:
java.io.IOException
deserialize
public static EndPoint deserialize(java.io.DataInputStream dis)
throws java.io.IOException
- Throws:
java.io.IOException
main
public static void main(java.lang.String[] args)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
Copyright © 2009 The Apache Software Foundation