Interface FSOrderedMapFile.FSOMapFileBSearchShortcut<KEY>
-
- Enclosing class:
- FSOrderedMapFile<K extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable>
public static interface FSOrderedMapFile.FSOMapFileBSearchShortcut<KEY>
interface FSOMapFileBSearchShortcut
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]
searchBounds(KEY key)
Returns bounds of a given key
-
-
-
Method Detail
-
searchBounds
int[] searchBounds(KEY key) throws java.io.IOException
Returns bounds of a given key- Parameters:
key
-- Returns:
- bounds
- Throws:
java.io.IOException
-
-