Class ProtobufUtil
- java.lang.Object
-
- org.apache.accumulo.core.protobuf.ProtobufUtil
-
public class ProtobufUtil extends Object
Helper methods for interacting with Protocol Buffers and Accumulo
-
-
Constructor Summary
Constructors Constructor Description ProtobufUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
toString(com.google.protobuf.GeneratedMessage msg)
static Value
toValue(com.google.protobuf.GeneratedMessage msg)
-