Modifier and Type | Field and Description |
---|---|
protected PrefixTreeBlockMeta |
PrefixTreeArrayScanner.blockMeta
fields
|
Modifier and Type | Method and Description |
---|---|
PrefixTreeBlockMeta |
PrefixTreeArrayScanner.getBlockMeta() |
Modifier and Type | Method and Description |
---|---|
void |
PrefixTreeArrayScanner.initOnBlock(PrefixTreeBlockMeta blockMeta,
byte[] block,
boolean includeMvccVersion) |
Constructor and Description |
---|
PrefixTreeArrayReversibleScanner(PrefixTreeBlockMeta blockMeta,
int rowTreeDepth,
int rowBufferLength,
int qualifierBufferLength,
int tagsBufferLength)
construct
|
PrefixTreeArrayScanner(PrefixTreeBlockMeta blockMeta,
int rowTreeDepth,
int rowBufferLength,
int qualifierBufferLength,
int tagsBufferLength)
construct
|
PrefixTreeArraySearcher(PrefixTreeBlockMeta blockMeta,
int rowTreeDepth,
int rowBufferLength,
int qualifierBufferLength,
int tagsBufferLength)
construct
|
Modifier and Type | Field and Description |
---|---|
protected PrefixTreeBlockMeta |
ColumnReader.blockMeta
fields
|
protected PrefixTreeBlockMeta |
ColumnNodeReader.blockMeta
fields
|
Modifier and Type | Method and Description |
---|---|
void |
ColumnReader.initOnBlock(PrefixTreeBlockMeta blockMeta,
byte[] block) |
void |
ColumnNodeReader.initOnBlock(PrefixTreeBlockMeta blockMeta,
byte[] block) |
Modifier and Type | Method and Description |
---|---|
int |
RowNodeReader.getColumnOffset(int index,
PrefixTreeBlockMeta blockMeta) |
int |
RowNodeReader.getFamilyOffset(int index,
PrefixTreeBlockMeta blockMeta) |
int |
RowNodeReader.getMvccVersionIndex(int index,
PrefixTreeBlockMeta blockMeta) |
int |
RowNodeReader.getNextNodeOffset(int index,
PrefixTreeBlockMeta blockMeta) |
int |
RowNodeReader.getTagOffset(int index,
PrefixTreeBlockMeta blockMeta) |
int |
RowNodeReader.getTimestampIndex(int index,
PrefixTreeBlockMeta blockMeta) |
int |
RowNodeReader.getType(int index,
PrefixTreeBlockMeta blockMeta) |
int |
RowNodeReader.getValueLength(int index,
PrefixTreeBlockMeta blockMeta) |
int |
RowNodeReader.getValueOffset(int index,
PrefixTreeBlockMeta blockMeta) |
void |
RowNodeReader.initOnBlock(PrefixTreeBlockMeta blockMeta,
byte[] block,
int offset)
construct
|
Modifier and Type | Field and Description |
---|---|
protected PrefixTreeBlockMeta |
TimestampDecoder.blockMeta |
protected PrefixTreeBlockMeta |
MvccVersionDecoder.blockMeta |
Modifier and Type | Method and Description |
---|---|
void |
TimestampDecoder.initOnBlock(PrefixTreeBlockMeta blockMeta,
byte[] block) |
void |
MvccVersionDecoder.initOnBlock(PrefixTreeBlockMeta blockMeta,
byte[] block) |
Modifier and Type | Field and Description |
---|---|
protected PrefixTreeBlockMeta |
PrefixTreeEncoder.blockMeta |
Modifier and Type | Method and Description |
---|---|
PrefixTreeBlockMeta |
PrefixTreeEncoder.getBlockMeta()
get/set
|
Modifier and Type | Field and Description |
---|---|
protected PrefixTreeBlockMeta |
ColumnNodeWriter.blockMeta |
Modifier and Type | Method and Description |
---|---|
void |
ColumnSectionWriter.reconstruct(PrefixTreeBlockMeta blockMeta,
Tokenizer builder,
ColumnNodeType nodeType) |
Constructor and Description |
---|
ColumnNodeWriter(PrefixTreeBlockMeta blockMeta,
TokenizerNode builderNode,
ColumnNodeType nodeType)
construct
|
ColumnSectionWriter(PrefixTreeBlockMeta blockMeta,
Tokenizer builder,
ColumnNodeType nodeType) |
Modifier and Type | Field and Description |
---|---|
protected PrefixTreeBlockMeta |
RowSectionWriter.blockMeta |
protected PrefixTreeBlockMeta |
RowNodeWriter.blockMeta |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.