@InterfaceAudience.Private public final class RestUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static RowModel |
createRowModelFromResult(Result r)
Speed-optimized method to convert an HBase result to a RowModel.
|
static void |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message.Builder builder,
org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream codedInput)
Merges the object from codedInput, then calls checkLastTagWas.
|
public static RowModel createRowModelFromResult(Result r)
r - non-empty Result objectpublic static void mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message.Builder builder,
org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream codedInput)
throws IOException
builder - protobuf object buildercodedInput - encoded object dataIOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.