org.apache.cassandra.io.sstable
Class IndexHelper.IndexInfo
java.lang.Object
org.apache.cassandra.io.sstable.IndexHelper.IndexInfo
- Enclosing class:
- IndexHelper
public static class IndexHelper.IndexInfo
- extends java.lang.Object
Constructor Summary |
IndexHelper.IndexInfo(java.nio.ByteBuffer firstName,
java.nio.ByteBuffer lastName,
long offset,
long width)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
width
public final long width
lastName
public final java.nio.ByteBuffer lastName
firstName
public final java.nio.ByteBuffer firstName
offset
public final long offset
IndexHelper.IndexInfo
public IndexHelper.IndexInfo(java.nio.ByteBuffer firstName,
java.nio.ByteBuffer lastName,
long offset,
long width)
serialize
public void serialize(java.io.DataOutput dos)
throws java.io.IOException
- Throws:
java.io.IOException
serializedSize
public int serializedSize()
deserialize
public static IndexHelper.IndexInfo deserialize(FileDataInput dis)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2011 The Apache Software Foundation