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

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

public class ColumnFamilyFunctor
extends Object
implements KeyFunctor


Field Summary
static PartialKey kDepth
           
 
Constructor Summary
ColumnFamilyFunctor()
           
 
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
 

Field Detail

kDepth

public static final PartialKey kDepth
Constructor Detail

ColumnFamilyFunctor

public ColumnFamilyFunctor()
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 © 2013 The Apache Software Foundation. All Rights Reserved.