|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.util.ByteStringer
public class ByteStringer
Hack to workaround HBASE-1304 issue that keeps bubbling up when a mapreduce context.
Method Summary | |
---|---|
static com.google.protobuf.ByteString |
wrap(byte[] array)
Wraps a byte array in a ByteString without copying it. |
static com.google.protobuf.ByteString |
wrap(byte[] array,
int offset,
int length)
Wraps a subset of a byte array in a ByteString without copying it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static com.google.protobuf.ByteString wrap(byte[] array)
ByteString
without copying it.
public static com.google.protobuf.ByteString wrap(byte[] array, int offset, int length)
ByteString
without copying it.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |