org.apache.hadoop.hbase.rest.transform
Interface Transform
- All Known Implementing Classes:
- Base64, NullTransform
public interface Transform
Data transformation module
Method Summary |
byte[] |
transform(byte[] data,
Transform.Direction direction)
Transform data from one representation to another according to
transfer direction. |
transform
byte[] transform(byte[] data,
Transform.Direction direction)
- Transform data from one representation to another according to
transfer direction.
- Parameters:
data
- input datadirection
- IN or OUT
- Returns:
- the transformed data
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.