public static final class WALProtos.BulkLoadDescriptor.Builder extends com.google.protobuf.GeneratedMessage.Builder<WALProtos.BulkLoadDescriptor.Builder> implements WALProtos.BulkLoadDescriptorOrBuilder
hbase.pb.BulkLoadDescriptor
Special WAL entry used for writing bulk load events to WAL
| 限定符和类型 | 方法和说明 |
|---|---|
WALProtos.BulkLoadDescriptor.Builder |
addAllStores(Iterable<? extends WALProtos.StoreDescriptor> values)
repeated .hbase.pb.StoreDescriptor stores = 3; |
WALProtos.BulkLoadDescriptor.Builder |
addStores(int index,
WALProtos.StoreDescriptor.Builder builderForValue)
repeated .hbase.pb.StoreDescriptor stores = 3; |
WALProtos.BulkLoadDescriptor.Builder |
addStores(int index,
WALProtos.StoreDescriptor value)
repeated .hbase.pb.StoreDescriptor stores = 3; |
WALProtos.BulkLoadDescriptor.Builder |
addStores(WALProtos.StoreDescriptor.Builder builderForValue)
repeated .hbase.pb.StoreDescriptor stores = 3; |
WALProtos.BulkLoadDescriptor.Builder |
addStores(WALProtos.StoreDescriptor value)
repeated .hbase.pb.StoreDescriptor stores = 3; |
WALProtos.StoreDescriptor.Builder |
addStoresBuilder()
repeated .hbase.pb.StoreDescriptor stores = 3; |
WALProtos.StoreDescriptor.Builder |
addStoresBuilder(int index)
repeated .hbase.pb.StoreDescriptor stores = 3; |
WALProtos.BulkLoadDescriptor |
build() |
WALProtos.BulkLoadDescriptor |
buildPartial() |
WALProtos.BulkLoadDescriptor.Builder |
clear() |
WALProtos.BulkLoadDescriptor.Builder |
clearBulkloadSeqNum()
required int64 bulkload_seq_num = 4; |
WALProtos.BulkLoadDescriptor.Builder |
clearEncodedRegionName()
required bytes encoded_region_name = 2; |
WALProtos.BulkLoadDescriptor.Builder |
clearStores()
repeated .hbase.pb.StoreDescriptor stores = 3; |
WALProtos.BulkLoadDescriptor.Builder |
clearTableName()
required .hbase.pb.TableName table_name = 1; |
WALProtos.BulkLoadDescriptor.Builder |
clone() |
long |
getBulkloadSeqNum()
required int64 bulkload_seq_num = 4; |
WALProtos.BulkLoadDescriptor |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getEncodedRegionName()
required bytes encoded_region_name = 2; |
WALProtos.StoreDescriptor |
getStores(int index)
repeated .hbase.pb.StoreDescriptor stores = 3; |
WALProtos.StoreDescriptor.Builder |
getStoresBuilder(int index)
repeated .hbase.pb.StoreDescriptor stores = 3; |
List<WALProtos.StoreDescriptor.Builder> |
getStoresBuilderList()
repeated .hbase.pb.StoreDescriptor stores = 3; |
int |
getStoresCount()
repeated .hbase.pb.StoreDescriptor stores = 3; |
List<WALProtos.StoreDescriptor> |
getStoresList()
repeated .hbase.pb.StoreDescriptor stores = 3; |
WALProtos.StoreDescriptorOrBuilder |
getStoresOrBuilder(int index)
repeated .hbase.pb.StoreDescriptor stores = 3; |
List<? extends WALProtos.StoreDescriptorOrBuilder> |
getStoresOrBuilderList()
repeated .hbase.pb.StoreDescriptor stores = 3; |
TableProtos.TableName |
getTableName()
required .hbase.pb.TableName table_name = 1; |
TableProtos.TableName.Builder |
getTableNameBuilder()
required .hbase.pb.TableName table_name = 1; |
TableProtos.TableNameOrBuilder |
getTableNameOrBuilder()
required .hbase.pb.TableName table_name = 1; |
boolean |
hasBulkloadSeqNum()
required int64 bulkload_seq_num = 4; |
boolean |
hasEncodedRegionName()
required bytes encoded_region_name = 2; |
boolean |
hasTableName()
required .hbase.pb.TableName table_name = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
WALProtos.BulkLoadDescriptor.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WALProtos.BulkLoadDescriptor.Builder |
mergeFrom(com.google.protobuf.Message other) |
WALProtos.BulkLoadDescriptor.Builder |
mergeFrom(WALProtos.BulkLoadDescriptor other) |
WALProtos.BulkLoadDescriptor.Builder |
mergeTableName(TableProtos.TableName value)
required .hbase.pb.TableName table_name = 1; |
WALProtos.BulkLoadDescriptor.Builder |
removeStores(int index)
repeated .hbase.pb.StoreDescriptor stores = 3; |
WALProtos.BulkLoadDescriptor.Builder |
setBulkloadSeqNum(long value)
required int64 bulkload_seq_num = 4; |
WALProtos.BulkLoadDescriptor.Builder |
setEncodedRegionName(com.google.protobuf.ByteString value)
required bytes encoded_region_name = 2; |
WALProtos.BulkLoadDescriptor.Builder |
setStores(int index,
WALProtos.StoreDescriptor.Builder builderForValue)
repeated .hbase.pb.StoreDescriptor stores = 3; |
WALProtos.BulkLoadDescriptor.Builder |
setStores(int index,
WALProtos.StoreDescriptor value)
repeated .hbase.pb.StoreDescriptor stores = 3; |
WALProtos.BulkLoadDescriptor.Builder |
setTableName(TableProtos.TableName.Builder builderForValue)
required .hbase.pb.TableName table_name = 1; |
WALProtos.BulkLoadDescriptor.Builder |
setTableName(TableProtos.TableName value)
required .hbase.pb.TableName table_name = 1; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessage.Builder<WALProtos.BulkLoadDescriptor.Builder>public WALProtos.BulkLoadDescriptor.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<WALProtos.BulkLoadDescriptor.Builder>public WALProtos.BulkLoadDescriptor.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<WALProtos.BulkLoadDescriptor.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<WALProtos.BulkLoadDescriptor.Builder>public WALProtos.BulkLoadDescriptor getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic WALProtos.BulkLoadDescriptor build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic WALProtos.BulkLoadDescriptor buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic WALProtos.BulkLoadDescriptor.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<WALProtos.BulkLoadDescriptor.Builder>public WALProtos.BulkLoadDescriptor.Builder mergeFrom(WALProtos.BulkLoadDescriptor other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessage.Builder<WALProtos.BulkLoadDescriptor.Builder>public WALProtos.BulkLoadDescriptor.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<WALProtos.BulkLoadDescriptor.Builder>IOExceptionpublic boolean hasTableName()
required .hbase.pb.TableName table_name = 1;public TableProtos.TableName getTableName()
required .hbase.pb.TableName table_name = 1;public WALProtos.BulkLoadDescriptor.Builder setTableName(TableProtos.TableName value)
required .hbase.pb.TableName table_name = 1;public WALProtos.BulkLoadDescriptor.Builder setTableName(TableProtos.TableName.Builder builderForValue)
required .hbase.pb.TableName table_name = 1;public WALProtos.BulkLoadDescriptor.Builder mergeTableName(TableProtos.TableName value)
required .hbase.pb.TableName table_name = 1;public WALProtos.BulkLoadDescriptor.Builder clearTableName()
required .hbase.pb.TableName table_name = 1;public TableProtos.TableName.Builder getTableNameBuilder()
required .hbase.pb.TableName table_name = 1;public TableProtos.TableNameOrBuilder getTableNameOrBuilder()
required .hbase.pb.TableName table_name = 1;public boolean hasEncodedRegionName()
required bytes encoded_region_name = 2;public com.google.protobuf.ByteString getEncodedRegionName()
required bytes encoded_region_name = 2;public WALProtos.BulkLoadDescriptor.Builder setEncodedRegionName(com.google.protobuf.ByteString value)
required bytes encoded_region_name = 2;public WALProtos.BulkLoadDescriptor.Builder clearEncodedRegionName()
required bytes encoded_region_name = 2;public List<WALProtos.StoreDescriptor> getStoresList()
repeated .hbase.pb.StoreDescriptor stores = 3;public int getStoresCount()
repeated .hbase.pb.StoreDescriptor stores = 3;public WALProtos.StoreDescriptor getStores(int index)
repeated .hbase.pb.StoreDescriptor stores = 3;public WALProtos.BulkLoadDescriptor.Builder setStores(int index, WALProtos.StoreDescriptor value)
repeated .hbase.pb.StoreDescriptor stores = 3;public WALProtos.BulkLoadDescriptor.Builder setStores(int index, WALProtos.StoreDescriptor.Builder builderForValue)
repeated .hbase.pb.StoreDescriptor stores = 3;public WALProtos.BulkLoadDescriptor.Builder addStores(WALProtos.StoreDescriptor value)
repeated .hbase.pb.StoreDescriptor stores = 3;public WALProtos.BulkLoadDescriptor.Builder addStores(int index, WALProtos.StoreDescriptor value)
repeated .hbase.pb.StoreDescriptor stores = 3;public WALProtos.BulkLoadDescriptor.Builder addStores(WALProtos.StoreDescriptor.Builder builderForValue)
repeated .hbase.pb.StoreDescriptor stores = 3;public WALProtos.BulkLoadDescriptor.Builder addStores(int index, WALProtos.StoreDescriptor.Builder builderForValue)
repeated .hbase.pb.StoreDescriptor stores = 3;public WALProtos.BulkLoadDescriptor.Builder addAllStores(Iterable<? extends WALProtos.StoreDescriptor> values)
repeated .hbase.pb.StoreDescriptor stores = 3;public WALProtos.BulkLoadDescriptor.Builder clearStores()
repeated .hbase.pb.StoreDescriptor stores = 3;public WALProtos.BulkLoadDescriptor.Builder removeStores(int index)
repeated .hbase.pb.StoreDescriptor stores = 3;public WALProtos.StoreDescriptor.Builder getStoresBuilder(int index)
repeated .hbase.pb.StoreDescriptor stores = 3;public WALProtos.StoreDescriptorOrBuilder getStoresOrBuilder(int index)
repeated .hbase.pb.StoreDescriptor stores = 3;public List<? extends WALProtos.StoreDescriptorOrBuilder> getStoresOrBuilderList()
repeated .hbase.pb.StoreDescriptor stores = 3;public WALProtos.StoreDescriptor.Builder addStoresBuilder()
repeated .hbase.pb.StoreDescriptor stores = 3;public WALProtos.StoreDescriptor.Builder addStoresBuilder(int index)
repeated .hbase.pb.StoreDescriptor stores = 3;public List<WALProtos.StoreDescriptor.Builder> getStoresBuilderList()
repeated .hbase.pb.StoreDescriptor stores = 3;public boolean hasBulkloadSeqNum()
required int64 bulkload_seq_num = 4;public long getBulkloadSeqNum()
required int64 bulkload_seq_num = 4;public WALProtos.BulkLoadDescriptor.Builder setBulkloadSeqNum(long value)
required int64 bulkload_seq_num = 4;public WALProtos.BulkLoadDescriptor.Builder clearBulkloadSeqNum()
required int64 bulkload_seq_num = 4;Copyright © 2007–2019. All rights reserved.