Package | Description |
---|---|
org.apache.tajo.storage.index | |
org.apache.tajo.storage.index.bst |
Modifier and Type | Method and Description |
---|---|
IndexReader |
IndexMethod.getIndexReader(org.apache.hadoop.fs.Path fileName,
Schema keySchema,
TupleComparator comparator) |
IndexWriter |
IndexMethod.getIndexWriter(org.apache.hadoop.fs.Path fileName,
int level,
Schema keySchema,
TupleComparator comparator) |
Modifier and Type | Method and Description |
---|---|
TupleComparator |
BSTIndex.BSTIndexWriter.getComparator() |
TupleComparator |
BSTIndex.BSTIndexReader.getComparator() |
Modifier and Type | Method and Description |
---|---|
BSTIndex.BSTIndexReader |
BSTIndex.getIndexReader(org.apache.hadoop.fs.Path fileName,
Schema keySchema,
TupleComparator comparator) |
BSTIndex.BSTIndexWriter |
BSTIndex.getIndexWriter(org.apache.hadoop.fs.Path fileName,
int level,
Schema keySchema,
TupleComparator comparator) |
Constructor and Description |
---|
BSTIndex.BSTIndexReader(org.apache.hadoop.fs.Path fileName,
Schema keySchema,
TupleComparator comparator) |
BSTIndex.BSTIndexWriter(org.apache.hadoop.fs.Path fileName,
int level,
Schema keySchema,
TupleComparator comparator)
constructor
|
Copyright © 2014 Apache Software Foundation. All Rights Reserved.