|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hbase.rest.transform.NullTransform
public class NullTransform
| 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 |
|---|
public NullTransform()
| Method Detail |
|---|
public byte[] transform(byte[] data,
Transform.Direction direction)
Transform
transform in interface Transformdata - input datadirection - IN or OUT
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||