org.apache.cassandra.db
Class RowIndexEntry.Serializer
java.lang.Object
org.apache.cassandra.db.RowIndexEntry.Serializer
- Enclosing class:
- RowIndexEntry
public static class RowIndexEntry.Serializer
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowIndexEntry.Serializer
public RowIndexEntry.Serializer()
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