public static interface ComparatorPB.ComparatorOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
com.google.protobuf.ByteString |
getSerializedComparator()
optional bytes serialized_comparator = 2; |
boolean |
hasName()
required string name = 1; |
boolean |
hasSerializedComparator()
optional bytes serialized_comparator = 2; |
boolean hasName()
required string name = 1;
String getName()
required string name = 1;
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
boolean hasSerializedComparator()
optional bytes serialized_comparator = 2;
com.google.protobuf.ByteString getSerializedComparator()
optional bytes serialized_comparator = 2;
Copyright © 2010-2017, The Async HBase Authors