org.apache.cassandra.io.sstable
Class IndexSummary.IndexSummarySerializer

java.lang.Object
  extended by org.apache.cassandra.io.sstable.IndexSummary.IndexSummarySerializer
Enclosing class:
IndexSummary

public static class IndexSummary.IndexSummarySerializer
extends java.lang.Object


Constructor Summary
IndexSummary.IndexSummarySerializer()
           
 
Method Summary
 IndexSummary deserialize(java.io.DataInput dis, IPartitioner partitioner)
           
 void serialize(IndexSummary t, java.io.DataOutput dos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexSummary.IndexSummarySerializer

public IndexSummary.IndexSummarySerializer()
Method Detail

serialize

public void serialize(IndexSummary t,
                      java.io.DataOutput dos)
               throws java.io.IOException
Throws:
java.io.IOException

deserialize

public IndexSummary deserialize(java.io.DataInput dis,
                                IPartitioner partitioner)
                         throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2013 The Apache Software Foundation