|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transform.Direction | |
---|---|
org.apache.hadoop.hbase.rest.transform |
Uses of Transform.Direction in org.apache.hadoop.hbase.rest.transform |
---|
Methods in org.apache.hadoop.hbase.rest.transform that return Transform.Direction | |
---|---|
static Transform.Direction |
Transform.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Transform.Direction[] |
Transform.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.apache.hadoop.hbase.rest.transform with parameters of type Transform.Direction | |
---|---|
byte[] |
Base64.transform(byte[] data,
Transform.Direction direction)
|
byte[] |
Transform.transform(byte[] data,
Transform.Direction direction)
Transform data from one representation to another according to transfer direction. |
byte[] |
NullTransform.transform(byte[] data,
Transform.Direction direction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |