Interface KeyFunctor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.hadoop.util.bloom.Key transform​(Key key)  
      org.apache.hadoop.util.bloom.Key transform​(Range range)
      Implementations should return null if a range can not be converted to a bloom key.
    • Method Detail

      • transform

        org.apache.hadoop.util.bloom.Key transform​(Range range)
        Implementations should return null if a range can not be converted to a bloom key.
      • transform

        org.apache.hadoop.util.bloom.Key transform​(Key key)