org.apache.hadoop.hbase.rest.transform
Interface Transform

All Known Implementing Classes:
Base64, NullTransform

public interface Transform

Data transformation module


Nested Class Summary
static class Transform.Direction
          Transfer direction
 
Method Summary
 byte[] transform(byte[] data, Transform.Direction direction)
          Transform data from one representation to another according to transfer direction.
 

Method Detail

transform

byte[] transform(byte[] data,
                 Transform.Direction direction)
Transform data from one representation to another according to transfer direction.

Parameters:
data - input data
direction - IN or OUT
Returns:
the transformed data


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