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