public static final class ComparatorPB.BinaryPrefixComparator.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.BinaryPrefixComparator,ComparatorPB.BinaryPrefixComparator.Builder> implements ComparatorPB.BinaryPrefixComparatorOrBuilder
BinaryPrefixComparator
public ComparatorPB.BinaryPrefixComparator.Builder clear()
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.BinaryPrefixComparator,ComparatorPB.BinaryPrefixComparator.Builder>
public ComparatorPB.BinaryPrefixComparator.Builder clone()
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.BinaryPrefixComparator,ComparatorPB.BinaryPrefixComparator.Builder>
public ComparatorPB.BinaryPrefixComparator getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in class com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.BinaryPrefixComparator,ComparatorPB.BinaryPrefixComparator.Builder>
public ComparatorPB.BinaryPrefixComparator build()
build
in interface com.google.protobuf.MessageLite.Builder
public ComparatorPB.BinaryPrefixComparator buildPartial()
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ComparatorPB.BinaryPrefixComparator.Builder mergeFrom(ComparatorPB.BinaryPrefixComparator other)
mergeFrom
in class com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.BinaryPrefixComparator,ComparatorPB.BinaryPrefixComparator.Builder>
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public ComparatorPB.BinaryPrefixComparator.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessageLite.Builder<ComparatorPB.BinaryPrefixComparator.Builder>
IOException
public boolean hasComparable()
required .ByteArrayComparable comparable = 1;
hasComparable
in interface ComparatorPB.BinaryPrefixComparatorOrBuilder
public ComparatorPB.ByteArrayComparable getComparable()
required .ByteArrayComparable comparable = 1;
getComparable
in interface ComparatorPB.BinaryPrefixComparatorOrBuilder
public ComparatorPB.BinaryPrefixComparator.Builder setComparable(ComparatorPB.ByteArrayComparable value)
required .ByteArrayComparable comparable = 1;
public ComparatorPB.BinaryPrefixComparator.Builder setComparable(ComparatorPB.ByteArrayComparable.Builder builderForValue)
required .ByteArrayComparable comparable = 1;
public ComparatorPB.BinaryPrefixComparator.Builder mergeComparable(ComparatorPB.ByteArrayComparable value)
required .ByteArrayComparable comparable = 1;
public ComparatorPB.BinaryPrefixComparator.Builder clearComparable()
required .ByteArrayComparable comparable = 1;
Copyright © 2010-2017, The Async HBase Authors