org.apache.cassandra.io
Class IndexHelper.IndexInfo
java.lang.Object
org.apache.cassandra.io.IndexHelper.IndexInfo
- Enclosing class:
- IndexHelper
public static class IndexHelper.IndexInfo
- extends java.lang.Object
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 byte[] lastName
firstName
public final byte[] firstName
offset
public final long offset
IndexHelper.IndexInfo
public IndexHelper.IndexInfo(byte[] firstName,
byte[] 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 © 2010 The Apache Software Foundation