org.apache.accumulo.core.file.keyfunctor
Class ColumnFamilyFunctor
java.lang.Object
org.apache.accumulo.core.file.keyfunctor.ColumnFamilyFunctor
- All Implemented Interfaces:
- KeyFunctor
public class ColumnFamilyFunctor
- extends Object
- implements KeyFunctor
Method Summary |
org.apache.hadoop.util.bloom.Key |
transform(Key acuKey)
|
org.apache.hadoop.util.bloom.Key |
transform(Range range)
Implementations should return null if a range can not be converted to a bloom key. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
kDepth
public static final PartialKey kDepth
ColumnFamilyFunctor
public ColumnFamilyFunctor()
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
Copyright © 2015 Apache Accumulo Project. All rights reserved.