org.apache.hadoop.hbase.rest.transform
Class NullTransform

java.lang.Object
  extended by org.apache.hadoop.hbase.rest.transform.NullTransform
All Implemented Interfaces:
Transform

public class NullTransform
extends Object
implements Transform


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.rest.transform.Transform
Transform.Direction
 
Constructor Summary
NullTransform()
           
 
Method Summary
 byte[] transform(byte[] data, Transform.Direction direction)
          Transform data from one representation to another according to transfer direction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullTransform

public NullTransform()
Method Detail

transform

public byte[] transform(byte[] data,
                        Transform.Direction direction)
Description copied from interface: Transform
Transform data from one representation to another according to transfer direction.

Specified by:
transform in interface Transform
Parameters:
data - input data
direction - IN or OUT
Returns:
the transformed data


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.