public static class IndexHelper.IndexInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.nio.ByteBuffer |
firstName |
java.nio.ByteBuffer |
lastName |
long |
offset |
long |
width |
Constructor and Description |
---|
IndexHelper.IndexInfo(java.nio.ByteBuffer firstName,
java.nio.ByteBuffer lastName,
long offset,
long width) |
Modifier and Type | Method and Description |
---|---|
static IndexHelper.IndexInfo |
deserialize(java.io.DataInput in) |
long |
memorySize() |
void |
serialize(java.io.DataOutput out) |
int |
serializedSize(TypeSizes typeSizes) |
public final long width
public final java.nio.ByteBuffer lastName
public final java.nio.ByteBuffer firstName
public final long offset
public IndexHelper.IndexInfo(java.nio.ByteBuffer firstName, java.nio.ByteBuffer lastName, long offset, long width)
public void serialize(java.io.DataOutput out) throws java.io.IOException
java.io.IOException
public int serializedSize(TypeSizes typeSizes)
public static IndexHelper.IndexInfo deserialize(java.io.DataInput in) throws java.io.IOException
java.io.IOException
public long memorySize()
Copyright © 2013 The Apache Software Foundation