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 Detail

      • searchBounds

        int[] searchBounds​(KEY key)
                    throws java.io.IOException
        Returns bounds of a given key
        Parameters:
        key -
        Returns:
        bounds
        Throws:
        java.io.IOException