Interface KeyFunctor
-
- All Known Implementing Classes:
ColumnFamilyFunctor,ColumnQualifierFunctor,RowFunctor
public interface KeyFunctor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.hadoop.util.bloom.Keytransform(Key key)org.apache.hadoop.util.bloom.Keytransform(Range range)Implementations should return null if a range can not be converted to a bloom key.
-