public static final class ClientProtos.Condition.Builder extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.Condition.Builder> implements ClientProtos.ConditionOrBuilder
Condition to check if the value of a given cell (row, family, qualifier) matches a value via a given comparator. Condition is used in check and mutate operations.Protobuf type
hbase.pb.Condition| 限定符和类型 | 方法和说明 |
|---|---|
ClientProtos.Condition.Builder |
addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ClientProtos.Condition |
build() |
ClientProtos.Condition |
buildPartial() |
ClientProtos.Condition.Builder |
clear() |
ClientProtos.Condition.Builder |
clearComparator()
required .hbase.pb.Comparator comparator = 5; |
ClientProtos.Condition.Builder |
clearCompareType()
required .hbase.pb.CompareType compare_type = 4; |
ClientProtos.Condition.Builder |
clearFamily()
required bytes family = 2; |
ClientProtos.Condition.Builder |
clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field) |
ClientProtos.Condition.Builder |
clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ClientProtos.Condition.Builder |
clearQualifier()
required bytes qualifier = 3; |
ClientProtos.Condition.Builder |
clearRow()
required bytes row = 1; |
ClientProtos.Condition.Builder |
clearTimeRange()
optional .hbase.pb.TimeRange time_range = 6; |
ClientProtos.Condition.Builder |
clone() |
ComparatorProtos.Comparator |
getComparator()
required .hbase.pb.Comparator comparator = 5; |
ComparatorProtos.Comparator.Builder |
getComparatorBuilder()
required .hbase.pb.Comparator comparator = 5; |
ComparatorProtos.ComparatorOrBuilder |
getComparatorOrBuilder()
required .hbase.pb.Comparator comparator = 5; |
HBaseProtos.CompareType |
getCompareType()
required .hbase.pb.CompareType compare_type = 4; |
ClientProtos.Condition |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getFamily()
required bytes family = 2; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getQualifier()
required bytes qualifier = 3; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getRow()
required bytes row = 1; |
HBaseProtos.TimeRange |
getTimeRange()
optional .hbase.pb.TimeRange time_range = 6; |
HBaseProtos.TimeRange.Builder |
getTimeRangeBuilder()
optional .hbase.pb.TimeRange time_range = 6; |
HBaseProtos.TimeRangeOrBuilder |
getTimeRangeOrBuilder()
optional .hbase.pb.TimeRange time_range = 6; |
boolean |
hasComparator()
required .hbase.pb.Comparator comparator = 5; |
boolean |
hasCompareType()
required .hbase.pb.CompareType compare_type = 4; |
boolean |
hasFamily()
required bytes family = 2; |
boolean |
hasQualifier()
required bytes qualifier = 3; |
boolean |
hasRow()
required bytes row = 1; |
boolean |
hasTimeRange()
optional .hbase.pb.TimeRange time_range = 6; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ClientProtos.Condition.Builder |
mergeComparator(ComparatorProtos.Comparator value)
required .hbase.pb.Comparator comparator = 5; |
ClientProtos.Condition.Builder |
mergeFrom(ClientProtos.Condition other) |
ClientProtos.Condition.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientProtos.Condition.Builder |
mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other) |
ClientProtos.Condition.Builder |
mergeTimeRange(HBaseProtos.TimeRange value)
optional .hbase.pb.TimeRange time_range = 6; |
ClientProtos.Condition.Builder |
mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
ClientProtos.Condition.Builder |
setComparator(ComparatorProtos.Comparator.Builder builderForValue)
required .hbase.pb.Comparator comparator = 5; |
ClientProtos.Condition.Builder |
setComparator(ComparatorProtos.Comparator value)
required .hbase.pb.Comparator comparator = 5; |
ClientProtos.Condition.Builder |
setCompareType(HBaseProtos.CompareType value)
required .hbase.pb.CompareType compare_type = 4; |
ClientProtos.Condition.Builder |
setFamily(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes family = 2; |
ClientProtos.Condition.Builder |
setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ClientProtos.Condition.Builder |
setQualifier(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes qualifier = 3; |
ClientProtos.Condition.Builder |
setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ClientProtos.Condition.Builder |
setRow(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes row = 1; |
ClientProtos.Condition.Builder |
setTimeRange(HBaseProtos.TimeRange.Builder builderForValue)
optional .hbase.pb.TimeRange time_range = 6; |
ClientProtos.Condition.Builder |
setTimeRange(HBaseProtos.TimeRange value)
optional .hbase.pb.TimeRange time_range = 6; |
ClientProtos.Condition.Builder |
setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.Condition.Builder>public ClientProtos.Condition.Builder clear()
clear 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclear 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclear 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.Condition.Builder>public org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.Condition.Builder>public ClientProtos.Condition getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderpublic ClientProtos.Condition build()
build 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderbuild 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic ClientProtos.Condition buildPartial()
buildPartial 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderbuildPartial 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderpublic ClientProtos.Condition.Builder clone()
clone 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.Builderclone 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.Builderclone 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.Condition.Builder>public ClientProtos.Condition.Builder setField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetField 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.Condition.Builder>public ClientProtos.Condition.Builder clearField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearField 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.Condition.Builder>public ClientProtos.Condition.Builder clearOneof(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderclearOneof 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.Condition.Builder>public ClientProtos.Condition.Builder setRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetRepeatedField 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.Condition.Builder>public ClientProtos.Condition.Builder addRepeatedField(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuilderaddRepeatedField 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.Condition.Builder>public ClientProtos.Condition.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.Message other)
mergeFrom 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在类中 org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<ClientProtos.Condition.Builder>public ClientProtos.Condition.Builder mergeFrom(ClientProtos.Condition other)
public final boolean isInitialized()
isInitialized 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.Condition.Builder>public ClientProtos.Condition.Builder mergeFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeFrom 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.MessageLite.BuildermergeFrom 在类中 org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessage.Builder<ClientProtos.Condition.Builder>IOExceptionpublic boolean hasRow()
required bytes row = 1;hasRow 在接口中 ClientProtos.ConditionOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getRow()
required bytes row = 1;getRow 在接口中 ClientProtos.ConditionOrBuilderpublic ClientProtos.Condition.Builder setRow(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes row = 1;public ClientProtos.Condition.Builder clearRow()
required bytes row = 1;public boolean hasFamily()
required bytes family = 2;hasFamily 在接口中 ClientProtos.ConditionOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getFamily()
required bytes family = 2;getFamily 在接口中 ClientProtos.ConditionOrBuilderpublic ClientProtos.Condition.Builder setFamily(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes family = 2;public ClientProtos.Condition.Builder clearFamily()
required bytes family = 2;public boolean hasQualifier()
required bytes qualifier = 3;hasQualifier 在接口中 ClientProtos.ConditionOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getQualifier()
required bytes qualifier = 3;getQualifier 在接口中 ClientProtos.ConditionOrBuilderpublic ClientProtos.Condition.Builder setQualifier(org.apache.hbase.thirdparty.com.google.protobuf.ByteString value)
required bytes qualifier = 3;public ClientProtos.Condition.Builder clearQualifier()
required bytes qualifier = 3;public boolean hasCompareType()
required .hbase.pb.CompareType compare_type = 4;public HBaseProtos.CompareType getCompareType()
required .hbase.pb.CompareType compare_type = 4;public ClientProtos.Condition.Builder setCompareType(HBaseProtos.CompareType value)
required .hbase.pb.CompareType compare_type = 4;public ClientProtos.Condition.Builder clearCompareType()
required .hbase.pb.CompareType compare_type = 4;public boolean hasComparator()
required .hbase.pb.Comparator comparator = 5;hasComparator 在接口中 ClientProtos.ConditionOrBuilderpublic ComparatorProtos.Comparator getComparator()
required .hbase.pb.Comparator comparator = 5;getComparator 在接口中 ClientProtos.ConditionOrBuilderpublic ClientProtos.Condition.Builder setComparator(ComparatorProtos.Comparator value)
required .hbase.pb.Comparator comparator = 5;public ClientProtos.Condition.Builder setComparator(ComparatorProtos.Comparator.Builder builderForValue)
required .hbase.pb.Comparator comparator = 5;public ClientProtos.Condition.Builder mergeComparator(ComparatorProtos.Comparator value)
required .hbase.pb.Comparator comparator = 5;public ClientProtos.Condition.Builder clearComparator()
required .hbase.pb.Comparator comparator = 5;public ComparatorProtos.Comparator.Builder getComparatorBuilder()
required .hbase.pb.Comparator comparator = 5;public ComparatorProtos.ComparatorOrBuilder getComparatorOrBuilder()
required .hbase.pb.Comparator comparator = 5;public boolean hasTimeRange()
optional .hbase.pb.TimeRange time_range = 6;hasTimeRange 在接口中 ClientProtos.ConditionOrBuilderpublic HBaseProtos.TimeRange getTimeRange()
optional .hbase.pb.TimeRange time_range = 6;getTimeRange 在接口中 ClientProtos.ConditionOrBuilderpublic ClientProtos.Condition.Builder setTimeRange(HBaseProtos.TimeRange value)
optional .hbase.pb.TimeRange time_range = 6;public ClientProtos.Condition.Builder setTimeRange(HBaseProtos.TimeRange.Builder builderForValue)
optional .hbase.pb.TimeRange time_range = 6;public ClientProtos.Condition.Builder mergeTimeRange(HBaseProtos.TimeRange value)
optional .hbase.pb.TimeRange time_range = 6;public ClientProtos.Condition.Builder clearTimeRange()
optional .hbase.pb.TimeRange time_range = 6;public HBaseProtos.TimeRange.Builder getTimeRangeBuilder()
optional .hbase.pb.TimeRange time_range = 6;public HBaseProtos.TimeRangeOrBuilder getTimeRangeOrBuilder()
optional .hbase.pb.TimeRange time_range = 6;public final ClientProtos.Condition.Builder setUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildersetUnknownFields 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.Condition.Builder>public final ClientProtos.Condition.Builder mergeUnknownFields(org.apache.hbase.thirdparty.com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Message.BuildermergeUnknownFields 在类中 org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.Builder<ClientProtos.Condition.Builder>Copyright © 2007–2019. All rights reserved.