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

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

public class RowFunctor
extends java.lang.Object
implements KeyFunctor


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

RowFunctor

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