public static final class WALProtos.FlushDescriptor.Builder extends com.google.protobuf.GeneratedMessage.Builder<WALProtos.FlushDescriptor.Builder> implements WALProtos.FlushDescriptorOrBuilder
hbase.pb.FlushDescriptor
Special WAL entry to hold all related to a flush.
| 限定符和类型 | 方法和说明 |
|---|---|
WALProtos.FlushDescriptor.Builder |
addAllStoreFlushes(Iterable<? extends WALProtos.FlushDescriptor.StoreFlushDescriptor> values)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
WALProtos.FlushDescriptor.Builder |
addStoreFlushes(int index,
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder builderForValue)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
WALProtos.FlushDescriptor.Builder |
addStoreFlushes(int index,
WALProtos.FlushDescriptor.StoreFlushDescriptor value)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
WALProtos.FlushDescriptor.Builder |
addStoreFlushes(WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder builderForValue)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
WALProtos.FlushDescriptor.Builder |
addStoreFlushes(WALProtos.FlushDescriptor.StoreFlushDescriptor value)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder |
addStoreFlushesBuilder()
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder |
addStoreFlushesBuilder(int index)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
WALProtos.FlushDescriptor |
build() |
WALProtos.FlushDescriptor |
buildPartial() |
WALProtos.FlushDescriptor.Builder |
clear() |
WALProtos.FlushDescriptor.Builder |
clearAction()
required .hbase.pb.FlushDescriptor.FlushAction action = 1; |
WALProtos.FlushDescriptor.Builder |
clearEncodedRegionName()
required bytes encoded_region_name = 3; |
WALProtos.FlushDescriptor.Builder |
clearFlushSequenceNumber()
optional uint64 flush_sequence_number = 4; |
WALProtos.FlushDescriptor.Builder |
clearRegionName()
optional bytes region_name = 6;
full region name
|
WALProtos.FlushDescriptor.Builder |
clearStoreFlushes()
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
WALProtos.FlushDescriptor.Builder |
clearTableName()
required bytes table_name = 2; |
WALProtos.FlushDescriptor.Builder |
clone() |
WALProtos.FlushDescriptor.FlushAction |
getAction()
required .hbase.pb.FlushDescriptor.FlushAction action = 1; |
WALProtos.FlushDescriptor |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getEncodedRegionName()
required bytes encoded_region_name = 3; |
long |
getFlushSequenceNumber()
optional uint64 flush_sequence_number = 4; |
com.google.protobuf.ByteString |
getRegionName()
optional bytes region_name = 6;
full region name
|
WALProtos.FlushDescriptor.StoreFlushDescriptor |
getStoreFlushes(int index)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder |
getStoreFlushesBuilder(int index)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
List<WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder> |
getStoreFlushesBuilderList()
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
int |
getStoreFlushesCount()
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
List<WALProtos.FlushDescriptor.StoreFlushDescriptor> |
getStoreFlushesList()
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder |
getStoreFlushesOrBuilder(int index)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
List<? extends WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder> |
getStoreFlushesOrBuilderList()
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
com.google.protobuf.ByteString |
getTableName()
required bytes table_name = 2; |
boolean |
hasAction()
required .hbase.pb.FlushDescriptor.FlushAction action = 1; |
boolean |
hasEncodedRegionName()
required bytes encoded_region_name = 3; |
boolean |
hasFlushSequenceNumber()
optional uint64 flush_sequence_number = 4; |
boolean |
hasRegionName()
optional bytes region_name = 6;
full region name
|
boolean |
hasTableName()
required bytes table_name = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
WALProtos.FlushDescriptor.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WALProtos.FlushDescriptor.Builder |
mergeFrom(com.google.protobuf.Message other) |
WALProtos.FlushDescriptor.Builder |
mergeFrom(WALProtos.FlushDescriptor other) |
WALProtos.FlushDescriptor.Builder |
removeStoreFlushes(int index)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
WALProtos.FlushDescriptor.Builder |
setAction(WALProtos.FlushDescriptor.FlushAction value)
required .hbase.pb.FlushDescriptor.FlushAction action = 1; |
WALProtos.FlushDescriptor.Builder |
setEncodedRegionName(com.google.protobuf.ByteString value)
required bytes encoded_region_name = 3; |
WALProtos.FlushDescriptor.Builder |
setFlushSequenceNumber(long value)
optional uint64 flush_sequence_number = 4; |
WALProtos.FlushDescriptor.Builder |
setRegionName(com.google.protobuf.ByteString value)
optional bytes region_name = 6;
full region name
|
WALProtos.FlushDescriptor.Builder |
setStoreFlushes(int index,
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder builderForValue)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
WALProtos.FlushDescriptor.Builder |
setStoreFlushes(int index,
WALProtos.FlushDescriptor.StoreFlushDescriptor value)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5; |
WALProtos.FlushDescriptor.Builder |
setTableName(com.google.protobuf.ByteString value)
required bytes table_name = 2; |
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.FlushDescriptor.Builder>public WALProtos.FlushDescriptor.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<WALProtos.FlushDescriptor.Builder>public WALProtos.FlushDescriptor.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<WALProtos.FlushDescriptor.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessage.Builder<WALProtos.FlushDescriptor.Builder>public WALProtos.FlushDescriptor getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic WALProtos.FlushDescriptor build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic WALProtos.FlushDescriptor buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic WALProtos.FlushDescriptor.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<WALProtos.FlushDescriptor.Builder>public WALProtos.FlushDescriptor.Builder mergeFrom(WALProtos.FlushDescriptor other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessage.Builder<WALProtos.FlushDescriptor.Builder>public WALProtos.FlushDescriptor.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.FlushDescriptor.Builder>IOExceptionpublic boolean hasAction()
required .hbase.pb.FlushDescriptor.FlushAction action = 1;hasAction 在接口中 WALProtos.FlushDescriptorOrBuilderpublic WALProtos.FlushDescriptor.FlushAction getAction()
required .hbase.pb.FlushDescriptor.FlushAction action = 1;getAction 在接口中 WALProtos.FlushDescriptorOrBuilderpublic WALProtos.FlushDescriptor.Builder setAction(WALProtos.FlushDescriptor.FlushAction value)
required .hbase.pb.FlushDescriptor.FlushAction action = 1;public WALProtos.FlushDescriptor.Builder clearAction()
required .hbase.pb.FlushDescriptor.FlushAction action = 1;public boolean hasTableName()
required bytes table_name = 2;public com.google.protobuf.ByteString getTableName()
required bytes table_name = 2;public WALProtos.FlushDescriptor.Builder setTableName(com.google.protobuf.ByteString value)
required bytes table_name = 2;public WALProtos.FlushDescriptor.Builder clearTableName()
required bytes table_name = 2;public boolean hasEncodedRegionName()
required bytes encoded_region_name = 3;public com.google.protobuf.ByteString getEncodedRegionName()
required bytes encoded_region_name = 3;public WALProtos.FlushDescriptor.Builder setEncodedRegionName(com.google.protobuf.ByteString value)
required bytes encoded_region_name = 3;public WALProtos.FlushDescriptor.Builder clearEncodedRegionName()
required bytes encoded_region_name = 3;public boolean hasFlushSequenceNumber()
optional uint64 flush_sequence_number = 4;public long getFlushSequenceNumber()
optional uint64 flush_sequence_number = 4;public WALProtos.FlushDescriptor.Builder setFlushSequenceNumber(long value)
optional uint64 flush_sequence_number = 4;public WALProtos.FlushDescriptor.Builder clearFlushSequenceNumber()
optional uint64 flush_sequence_number = 4;public List<WALProtos.FlushDescriptor.StoreFlushDescriptor> getStoreFlushesList()
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public int getStoreFlushesCount()
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public WALProtos.FlushDescriptor.StoreFlushDescriptor getStoreFlushes(int index)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public WALProtos.FlushDescriptor.Builder setStoreFlushes(int index, WALProtos.FlushDescriptor.StoreFlushDescriptor value)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public WALProtos.FlushDescriptor.Builder setStoreFlushes(int index, WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder builderForValue)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public WALProtos.FlushDescriptor.Builder addStoreFlushes(WALProtos.FlushDescriptor.StoreFlushDescriptor value)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public WALProtos.FlushDescriptor.Builder addStoreFlushes(int index, WALProtos.FlushDescriptor.StoreFlushDescriptor value)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public WALProtos.FlushDescriptor.Builder addStoreFlushes(WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder builderForValue)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public WALProtos.FlushDescriptor.Builder addStoreFlushes(int index, WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder builderForValue)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public WALProtos.FlushDescriptor.Builder addAllStoreFlushes(Iterable<? extends WALProtos.FlushDescriptor.StoreFlushDescriptor> values)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public WALProtos.FlushDescriptor.Builder clearStoreFlushes()
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public WALProtos.FlushDescriptor.Builder removeStoreFlushes(int index)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder getStoreFlushesBuilder(int index)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder getStoreFlushesOrBuilder(int index)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public List<? extends WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder> getStoreFlushesOrBuilderList()
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder addStoreFlushesBuilder()
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder addStoreFlushesBuilder(int index)
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public List<WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder> getStoreFlushesBuilderList()
repeated .hbase.pb.FlushDescriptor.StoreFlushDescriptor store_flushes = 5;public boolean hasRegionName()
optional bytes region_name = 6;
full region name
public com.google.protobuf.ByteString getRegionName()
optional bytes region_name = 6;
full region name
public WALProtos.FlushDescriptor.Builder setRegionName(com.google.protobuf.ByteString value)
optional bytes region_name = 6;
full region name
public WALProtos.FlushDescriptor.Builder clearRegionName()
optional bytes region_name = 6;
full region name
Copyright © 2007–2019. All rights reserved.