public static final class WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder extends com.google.protobuf.GeneratedMessage.Builder<WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder> implements WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder
hbase.pb.FlushDescriptor.StoreFlushDescriptor| 限定符和类型 | 方法和说明 |
|---|---|
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder |
addAllFlushOutput(Iterable<String> values)
repeated string flush_output = 3;
relative to store dir (if this is a COMMIT_FLUSH)
|
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder |
addFlushOutput(String value)
repeated string flush_output = 3;
relative to store dir (if this is a COMMIT_FLUSH)
|
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder |
addFlushOutputBytes(com.google.protobuf.ByteString value)
repeated string flush_output = 3;
relative to store dir (if this is a COMMIT_FLUSH)
|
WALProtos.FlushDescriptor.StoreFlushDescriptor |
build() |
WALProtos.FlushDescriptor.StoreFlushDescriptor |
buildPartial() |
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder |
clear() |
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder |
clearFamilyName()
required bytes family_name = 1; |
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder |
clearFlushOutput()
repeated string flush_output = 3;
relative to store dir (if this is a COMMIT_FLUSH)
|
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder |
clearStoreHomeDir()
required string store_home_dir = 2;
relative to region dir
|
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder |
clone() |
WALProtos.FlushDescriptor.StoreFlushDescriptor |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getFamilyName()
required bytes family_name = 1; |
String |
getFlushOutput(int index)
repeated string flush_output = 3;
relative to store dir (if this is a COMMIT_FLUSH)
|
com.google.protobuf.ByteString |
getFlushOutputBytes(int index)
repeated string flush_output = 3;
relative to store dir (if this is a COMMIT_FLUSH)
|
int |
getFlushOutputCount()
repeated string flush_output = 3;
relative to store dir (if this is a COMMIT_FLUSH)
|
List<String> |
getFlushOutputList()
repeated string flush_output = 3;
relative to store dir (if this is a COMMIT_FLUSH)
|
String |
getStoreHomeDir()
required string store_home_dir = 2;
relative to region dir
|
com.google.protobuf.ByteString |
getStoreHomeDirBytes()
required string store_home_dir = 2;
relative to region dir
|
boolean |
hasFamilyName()
required bytes family_name = 1; |
boolean |
hasStoreHomeDir()
required string store_home_dir = 2;
relative to region dir
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder |
mergeFrom(com.google.protobuf.Message other) |
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder |
mergeFrom(WALProtos.FlushDescriptor.StoreFlushDescriptor other) |
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder |
setFamilyName(com.google.protobuf.ByteString value)
required bytes family_name = 1; |
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder |
setFlushOutput(int index,
String value)
repeated string flush_output = 3;
relative to store dir (if this is a COMMIT_FLUSH)
|
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder |
setStoreHomeDir(String value)
required string store_home_dir = 2;
relative to region dir
|
WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder |
setStoreHomeDirBytes(com.google.protobuf.ByteString value)
required string store_home_dir = 2;
relative to region dir
|
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.StoreFlushDescriptor.Builder>public WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessage.Builder<WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder>public WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessage.Builder<WALProtos.FlushDescriptor.StoreFlushDescriptor.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.StoreFlushDescriptor.Builder>public WALProtos.FlushDescriptor.StoreFlushDescriptor getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic WALProtos.FlushDescriptor.StoreFlushDescriptor build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic WALProtos.FlushDescriptor.StoreFlushDescriptor buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder>public WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder mergeFrom(WALProtos.FlushDescriptor.StoreFlushDescriptor other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessage.Builder<WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder>public WALProtos.FlushDescriptor.StoreFlushDescriptor.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.StoreFlushDescriptor.Builder>IOExceptionpublic boolean hasFamilyName()
required bytes family_name = 1;public com.google.protobuf.ByteString getFamilyName()
required bytes family_name = 1;public WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder setFamilyName(com.google.protobuf.ByteString value)
required bytes family_name = 1;public WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder clearFamilyName()
required bytes family_name = 1;public boolean hasStoreHomeDir()
required string store_home_dir = 2;
relative to region dir
public String getStoreHomeDir()
required string store_home_dir = 2;
relative to region dir
public com.google.protobuf.ByteString getStoreHomeDirBytes()
required string store_home_dir = 2;
relative to region dir
public WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder setStoreHomeDir(String value)
required string store_home_dir = 2;
relative to region dir
public WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder clearStoreHomeDir()
required string store_home_dir = 2;
relative to region dir
public WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder setStoreHomeDirBytes(com.google.protobuf.ByteString value)
required string store_home_dir = 2;
relative to region dir
public List<String> getFlushOutputList()
repeated string flush_output = 3;
relative to store dir (if this is a COMMIT_FLUSH)
public int getFlushOutputCount()
repeated string flush_output = 3;
relative to store dir (if this is a COMMIT_FLUSH)
public String getFlushOutput(int index)
repeated string flush_output = 3;
relative to store dir (if this is a COMMIT_FLUSH)
public com.google.protobuf.ByteString getFlushOutputBytes(int index)
repeated string flush_output = 3;
relative to store dir (if this is a COMMIT_FLUSH)
public WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder setFlushOutput(int index, String value)
repeated string flush_output = 3;
relative to store dir (if this is a COMMIT_FLUSH)
public WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder addFlushOutput(String value)
repeated string flush_output = 3;
relative to store dir (if this is a COMMIT_FLUSH)
public WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder addAllFlushOutput(Iterable<String> values)
repeated string flush_output = 3;
relative to store dir (if this is a COMMIT_FLUSH)
public WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder clearFlushOutput()
repeated string flush_output = 3;
relative to store dir (if this is a COMMIT_FLUSH)
public WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder addFlushOutputBytes(com.google.protobuf.ByteString value)
repeated string flush_output = 3;
relative to store dir (if this is a COMMIT_FLUSH)
Copyright © 2007–2019. All rights reserved.