public static final class WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder extends com.google.protobuf.GeneratedMessage.Builder<WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder> implements WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder
FlushDescriptor.StoreFlushDescriptor
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.FlushDescriptor.StoreFlushDescriptor.Builder>
public WALProtos.FlushDescriptor.StoreFlushDescriptor.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.FlushDescriptor.StoreFlushDescriptor.Builder>
public WALProtos.FlushDescriptor.StoreFlushDescriptor.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.FlushDescriptor.StoreFlushDescriptor.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.FlushDescriptor.StoreFlushDescriptor.Builder>
public WALProtos.FlushDescriptor.StoreFlushDescriptor getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public WALProtos.FlushDescriptor.StoreFlushDescriptor build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public WALProtos.FlushDescriptor.StoreFlushDescriptor buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder>
public WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder mergeFrom(WALProtos.FlushDescriptor.StoreFlushDescriptor other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class 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
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<WALProtos.FlushDescriptor.StoreFlushDescriptor.Builder>
IOException
public boolean hasFamilyName()
required bytes family_name = 1;
hasFamilyName
in interface WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder
public com.google.protobuf.ByteString getFamilyName()
required bytes family_name = 1;
getFamilyName
in interface WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder
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
hasStoreHomeDir
in interface WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder
public String getStoreHomeDir()
required string store_home_dir = 2;
relative to region dir
getStoreHomeDir
in interface WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder
public com.google.protobuf.ByteString getStoreHomeDirBytes()
required string store_home_dir = 2;
relative to region dir
getStoreHomeDirBytes
in interface WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder
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)
getFlushOutputList
in interface WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder
public int getFlushOutputCount()
repeated string flush_output = 3;
relative to store dir (if this is a COMMIT_FLUSH)
getFlushOutputCount
in interface WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder
public String getFlushOutput(int index)
repeated string flush_output = 3;
relative to store dir (if this is a COMMIT_FLUSH)
getFlushOutput
in interface WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder
public com.google.protobuf.ByteString getFlushOutputBytes(int index)
repeated string flush_output = 3;
relative to store dir (if this is a COMMIT_FLUSH)
getFlushOutputBytes
in interface WALProtos.FlushDescriptor.StoreFlushDescriptorOrBuilder
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-2016 The Apache Software Foundation. All Rights Reserved.