public class ProtobufDatum extends Datum
Constructor and Description |
---|
ProtobufDatum(com.google.protobuf.Message message) |
Modifier and Type | Method and Description |
---|---|
byte[] |
asByteArray() |
int |
compareTo(Datum datum) |
boolean |
equals(Object object) |
com.google.protobuf.Message |
get() |
int |
hashCode() |
int |
size() |
String |
toString() |
and, asBool, asByte, asChar, asChars, asFloat4, asFloat8, asInt2, asInt4, asInt8, asTextBytes, divide, equalsTo, greaterThan, greaterThanEqual, isNull, isNumber, isNumeric, isReal, isTrue, lessThan, lessThanEqual, minus, modular, multiply, notEqualsTo, or, plus, toJson, type
public com.google.protobuf.Message get()
public byte[] asByteArray()
asByteArray
in class Datum
public int compareTo(Datum datum)
compareTo
in interface Comparable<Datum>
compareTo
in class Datum
Copyright © 2014 Apache Software Foundation. All Rights Reserved.