public static class CompositesIndex.IndexedEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
ColumnNameBuilder |
indexedEntryNameBuilder |
java.nio.ByteBuffer |
indexedKey |
java.nio.ByteBuffer |
indexEntry |
DecoratedKey |
indexValue |
long |
timestamp |
Constructor and Description |
---|
CompositesIndex.IndexedEntry(DecoratedKey indexValue,
java.nio.ByteBuffer indexEntry,
long timestamp,
java.nio.ByteBuffer indexedKey,
ColumnNameBuilder indexedEntryNameBuilder) |
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
indexedEntryEnd() |
java.nio.ByteBuffer |
indexedEntryStart() |
public final DecoratedKey indexValue
public final java.nio.ByteBuffer indexEntry
public final long timestamp
public final java.nio.ByteBuffer indexedKey
public final ColumnNameBuilder indexedEntryNameBuilder
public CompositesIndex.IndexedEntry(DecoratedKey indexValue, java.nio.ByteBuffer indexEntry, long timestamp, java.nio.ByteBuffer indexedKey, ColumnNameBuilder indexedEntryNameBuilder)
Copyright © 2015 The Apache Software Foundation