public static final class WALProtos.BulkLoadDescriptor.Builder extends com.google.protobuf.GeneratedMessage.Builder<WALProtos.BulkLoadDescriptor.Builder> implements WALProtos.BulkLoadDescriptorOrBuilder
BulkLoadDescriptor
Special WAL entry used for writing bulk load events to WAL
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<WALProtos.BulkLoadDescriptor.Builder>
public WALProtos.BulkLoadDescriptor.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<WALProtos.BulkLoadDescriptor.Builder>
public WALProtos.BulkLoadDescriptor.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<WALProtos.BulkLoadDescriptor.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<WALProtos.BulkLoadDescriptor.Builder>
public WALProtos.BulkLoadDescriptor getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public WALProtos.BulkLoadDescriptor build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public WALProtos.BulkLoadDescriptor buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public WALProtos.BulkLoadDescriptor.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<WALProtos.BulkLoadDescriptor.Builder>
public WALProtos.BulkLoadDescriptor.Builder mergeFrom(WALProtos.BulkLoadDescriptor other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class 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
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<WALProtos.BulkLoadDescriptor.Builder>
IOException
public boolean hasTableName()
required .TableName table_name = 1;
hasTableName
in interface WALProtos.BulkLoadDescriptorOrBuilder
public HBaseProtos.TableName getTableName()
required .TableName table_name = 1;
getTableName
in interface WALProtos.BulkLoadDescriptorOrBuilder
public WALProtos.BulkLoadDescriptor.Builder setTableName(HBaseProtos.TableName value)
required .TableName table_name = 1;
public WALProtos.BulkLoadDescriptor.Builder setTableName(HBaseProtos.TableName.Builder builderForValue)
required .TableName table_name = 1;
public WALProtos.BulkLoadDescriptor.Builder mergeTableName(HBaseProtos.TableName value)
required .TableName table_name = 1;
public WALProtos.BulkLoadDescriptor.Builder clearTableName()
required .TableName table_name = 1;
public HBaseProtos.TableName.Builder getTableNameBuilder()
required .TableName table_name = 1;
public HBaseProtos.TableNameOrBuilder getTableNameOrBuilder()
required .TableName table_name = 1;
getTableNameOrBuilder
in interface WALProtos.BulkLoadDescriptorOrBuilder
public boolean hasEncodedRegionName()
required bytes encoded_region_name = 2;
hasEncodedRegionName
in interface WALProtos.BulkLoadDescriptorOrBuilder
public com.google.protobuf.ByteString getEncodedRegionName()
required bytes encoded_region_name = 2;
getEncodedRegionName
in interface WALProtos.BulkLoadDescriptorOrBuilder
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 .StoreDescriptor stores = 3;
getStoresList
in interface WALProtos.BulkLoadDescriptorOrBuilder
public int getStoresCount()
repeated .StoreDescriptor stores = 3;
getStoresCount
in interface WALProtos.BulkLoadDescriptorOrBuilder
public WALProtos.StoreDescriptor getStores(int index)
repeated .StoreDescriptor stores = 3;
getStores
in interface WALProtos.BulkLoadDescriptorOrBuilder
public WALProtos.BulkLoadDescriptor.Builder setStores(int index, WALProtos.StoreDescriptor value)
repeated .StoreDescriptor stores = 3;
public WALProtos.BulkLoadDescriptor.Builder setStores(int index, WALProtos.StoreDescriptor.Builder builderForValue)
repeated .StoreDescriptor stores = 3;
public WALProtos.BulkLoadDescriptor.Builder addStores(WALProtos.StoreDescriptor value)
repeated .StoreDescriptor stores = 3;
public WALProtos.BulkLoadDescriptor.Builder addStores(int index, WALProtos.StoreDescriptor value)
repeated .StoreDescriptor stores = 3;
public WALProtos.BulkLoadDescriptor.Builder addStores(WALProtos.StoreDescriptor.Builder builderForValue)
repeated .StoreDescriptor stores = 3;
public WALProtos.BulkLoadDescriptor.Builder addStores(int index, WALProtos.StoreDescriptor.Builder builderForValue)
repeated .StoreDescriptor stores = 3;
public WALProtos.BulkLoadDescriptor.Builder addAllStores(Iterable<? extends WALProtos.StoreDescriptor> values)
repeated .StoreDescriptor stores = 3;
public WALProtos.BulkLoadDescriptor.Builder clearStores()
repeated .StoreDescriptor stores = 3;
public WALProtos.BulkLoadDescriptor.Builder removeStores(int index)
repeated .StoreDescriptor stores = 3;
public WALProtos.StoreDescriptor.Builder getStoresBuilder(int index)
repeated .StoreDescriptor stores = 3;
public WALProtos.StoreDescriptorOrBuilder getStoresOrBuilder(int index)
repeated .StoreDescriptor stores = 3;
getStoresOrBuilder
in interface WALProtos.BulkLoadDescriptorOrBuilder
public List<? extends WALProtos.StoreDescriptorOrBuilder> getStoresOrBuilderList()
repeated .StoreDescriptor stores = 3;
getStoresOrBuilderList
in interface WALProtos.BulkLoadDescriptorOrBuilder
public WALProtos.StoreDescriptor.Builder addStoresBuilder()
repeated .StoreDescriptor stores = 3;
public WALProtos.StoreDescriptor.Builder addStoresBuilder(int index)
repeated .StoreDescriptor stores = 3;
public List<WALProtos.StoreDescriptor.Builder> getStoresBuilderList()
repeated .StoreDescriptor stores = 3;
public boolean hasBulkloadSeqNum()
required int64 bulkload_seq_num = 4;
hasBulkloadSeqNum
in interface WALProtos.BulkLoadDescriptorOrBuilder
public long getBulkloadSeqNum()
required int64 bulkload_seq_num = 4;
getBulkloadSeqNum
in interface WALProtos.BulkLoadDescriptorOrBuilder
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-2016 The Apache Software Foundation. All Rights Reserved.