public static final class FsImageProto.SnapshotDiffSection.DiffEntry.Builder extends com.google.protobuf.GeneratedMessage.Builder<FsImageProto.SnapshotDiffSection.DiffEntry.Builder> implements FsImageProto.SnapshotDiffSection.DiffEntryOrBuilder
hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry
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<FsImageProto.SnapshotDiffSection.DiffEntry.Builder>
public FsImageProto.SnapshotDiffSection.DiffEntry.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<FsImageProto.SnapshotDiffSection.DiffEntry.Builder>
public FsImageProto.SnapshotDiffSection.DiffEntry.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<FsImageProto.SnapshotDiffSection.DiffEntry.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<FsImageProto.SnapshotDiffSection.DiffEntry.Builder>
public FsImageProto.SnapshotDiffSection.DiffEntry getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public FsImageProto.SnapshotDiffSection.DiffEntry build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public FsImageProto.SnapshotDiffSection.DiffEntry buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public FsImageProto.SnapshotDiffSection.DiffEntry.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<FsImageProto.SnapshotDiffSection.DiffEntry.Builder>
public FsImageProto.SnapshotDiffSection.DiffEntry.Builder mergeFrom(FsImageProto.SnapshotDiffSection.DiffEntry other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<FsImageProto.SnapshotDiffSection.DiffEntry.Builder>
public FsImageProto.SnapshotDiffSection.DiffEntry.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<FsImageProto.SnapshotDiffSection.DiffEntry.Builder>
IOException
public boolean hasType()
required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;
hasType
in interface FsImageProto.SnapshotDiffSection.DiffEntryOrBuilder
public FsImageProto.SnapshotDiffSection.DiffEntry.Type getType()
required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;
getType
in interface FsImageProto.SnapshotDiffSection.DiffEntryOrBuilder
public FsImageProto.SnapshotDiffSection.DiffEntry.Builder setType(FsImageProto.SnapshotDiffSection.DiffEntry.Type value)
required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;
public FsImageProto.SnapshotDiffSection.DiffEntry.Builder clearType()
required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;
public boolean hasInodeId()
optional uint64 inodeId = 2;
hasInodeId
in interface FsImageProto.SnapshotDiffSection.DiffEntryOrBuilder
public long getInodeId()
optional uint64 inodeId = 2;
getInodeId
in interface FsImageProto.SnapshotDiffSection.DiffEntryOrBuilder
public FsImageProto.SnapshotDiffSection.DiffEntry.Builder setInodeId(long value)
optional uint64 inodeId = 2;
public FsImageProto.SnapshotDiffSection.DiffEntry.Builder clearInodeId()
optional uint64 inodeId = 2;
public boolean hasNumOfDiff()
optional uint32 numOfDiff = 3;
hasNumOfDiff
in interface FsImageProto.SnapshotDiffSection.DiffEntryOrBuilder
public int getNumOfDiff()
optional uint32 numOfDiff = 3;
getNumOfDiff
in interface FsImageProto.SnapshotDiffSection.DiffEntryOrBuilder
public FsImageProto.SnapshotDiffSection.DiffEntry.Builder setNumOfDiff(int value)
optional uint32 numOfDiff = 3;
public FsImageProto.SnapshotDiffSection.DiffEntry.Builder clearNumOfDiff()
optional uint32 numOfDiff = 3;
Copyright © 2017 Apache Software Foundation. All Rights Reserved.