Class RowFunctor
- java.lang.Object
-
- org.apache.accumulo.core.file.keyfunctor.RowFunctor
-
- All Implemented Interfaces:
KeyFunctor
public class RowFunctor extends Object implements KeyFunctor
-
-
Constructor Summary
Constructors Constructor Description RowFunctor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.hadoop.util.bloom.Keytransform(Key acuKey)org.apache.hadoop.util.bloom.Keytransform(Range range)Implementations should return null if a range can not be converted to a bloom key.
-
-
-
Method Detail
-
transform
public org.apache.hadoop.util.bloom.Key transform(Key acuKey)
- Specified by:
transformin interfaceKeyFunctor
-
transform
public org.apache.hadoop.util.bloom.Key transform(Range range)
Description copied from interface:KeyFunctorImplementations should return null if a range can not be converted to a bloom key.- Specified by:
transformin interfaceKeyFunctor
-
-