Class RowFunctor

    • Constructor Detail

      • RowFunctor

        public RowFunctor()
    • Method Detail

      • transform

        public org.apache.hadoop.util.bloom.Key transform​(Key acuKey)
        Specified by:
        transform in interface KeyFunctor
      • transform

        public org.apache.hadoop.util.bloom.Key transform​(Range range)
        Description copied from interface: KeyFunctor
        Implementations should return null if a range can not be converted to a bloom key.
        Specified by:
        transform in interface KeyFunctor