public interface IndexMethod
Modifier and Type | Method and Description |
---|---|
IndexReader |
getIndexReader(org.apache.hadoop.fs.Path fileName,
Schema keySchema,
TupleComparator comparator) |
IndexWriter |
getIndexWriter(org.apache.hadoop.fs.Path fileName,
int level,
Schema keySchema,
TupleComparator comparator) |
IndexWriter getIndexWriter(org.apache.hadoop.fs.Path fileName, int level, Schema keySchema, TupleComparator comparator) throws IOException
IOException
IndexReader getIndexReader(org.apache.hadoop.fs.Path fileName, Schema keySchema, TupleComparator comparator) throws IOException
IOException
Copyright © 2014 Apache Software Foundation. All Rights Reserved.