org.apache.cassandra.db
Class RowIndexEntry.Serializer

java.lang.Object
  extended by org.apache.cassandra.db.RowIndexEntry.Serializer
Enclosing class:
RowIndexEntry

public static class RowIndexEntry.Serializer
extends java.lang.Object


Constructor Summary
RowIndexEntry.Serializer()
           
 
Method Summary
 RowIndexEntry deserialize(java.io.DataInput dis, Descriptor.Version version)
           
 RowIndexEntry deserializePositionOnly(java.io.DataInput dis, Descriptor.Version version)
           
 void serialize(RowIndexEntry rie, java.io.DataOutput dos)
           
 void skip(java.io.DataInput dis, Descriptor.Version version)
           
 void skipPromotedIndex(java.io.DataInput dis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowIndexEntry.Serializer

public RowIndexEntry.Serializer()
Method Detail

serialize

public void serialize(RowIndexEntry rie,
                      java.io.DataOutput dos)
               throws java.io.IOException
Throws:
java.io.IOException

deserializePositionOnly

public RowIndexEntry deserializePositionOnly(java.io.DataInput dis,
                                             Descriptor.Version version)
                                      throws java.io.IOException
Throws:
java.io.IOException

deserialize

public RowIndexEntry deserialize(java.io.DataInput dis,
                                 Descriptor.Version version)
                          throws java.io.IOException
Throws:
java.io.IOException

skip

public void skip(java.io.DataInput dis,
                 Descriptor.Version version)
          throws java.io.IOException
Throws:
java.io.IOException

skipPromotedIndex

public void skipPromotedIndex(java.io.DataInput dis)
                       throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2012 The Apache Software Foundation