org.apache.hadoop.hbase.rest.transform
Class NullTransform
java.lang.Object
org.apache.hadoop.hbase.rest.transform.NullTransform
- All Implemented Interfaces:
- Transform
public class NullTransform
- extends Object
- implements Transform
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 |
NullTransform
public NullTransform()
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 datadirection
- IN or OUT
- Returns:
- the transformed data
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.