Class ColumnFamilyFunctor
- java.lang.Object
-
- org.apache.accumulo.core.file.keyfunctor.ColumnFamilyFunctor
-
- All Implemented Interfaces:
KeyFunctor
public class ColumnFamilyFunctor extends Object implements KeyFunctor
-
-
Field Summary
Fields Modifier and Type Field Description static PartialKeykDepth
-
Constructor Summary
Constructors Constructor Description ColumnFamilyFunctor()
-
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.
-
-
-
Field Detail
-
kDepth
public static final PartialKey kDepth
-
-
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
-
-