org.apache.accumulo.core.file.keyfunctor
Class ColumnQualifierFunctor

java.lang.Object
  extended by org.apache.accumulo.core.file.keyfunctor.ColumnQualifierFunctor
All Implemented Interfaces:
KeyFunctor

public class ColumnQualifierFunctor
extends Object
implements KeyFunctor


Constructor Summary
ColumnQualifierFunctor()
           
 
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
 

Constructor Detail

ColumnQualifierFunctor

public ColumnQualifierFunctor()
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


Copyright © 2015 Apache Accumulo Project. All rights reserved.