|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.protobuf.AbstractMessageLite.Builder<BuilderType>
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessage.Builder<FsImageProto.SnapshotDiffSection.FileDiff.Builder>
org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.FileDiff.Builder
public static final class FsImageProto.SnapshotDiffSection.FileDiff.Builder
Protobuf type hadoop.hdfs.fsimage.SnapshotDiffSection.FileDiff
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder |
---|
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields |
Methods inherited from class com.google.protobuf.AbstractMessage.Builder |
---|
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException |
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder |
---|
addAll, newUninitializedMessageException |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
---|
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Method Detail |
---|
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.FileDiff.Builder>
public FsImageProto.SnapshotDiffSection.FileDiff.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.FileDiff.Builder>
public FsImageProto.SnapshotDiffSection.FileDiff.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.FileDiff.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.FileDiff.Builder>
public FsImageProto.SnapshotDiffSection.FileDiff getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public FsImageProto.SnapshotDiffSection.FileDiff build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public FsImageProto.SnapshotDiffSection.FileDiff buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public FsImageProto.SnapshotDiffSection.FileDiff.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.FileDiff.Builder>
public FsImageProto.SnapshotDiffSection.FileDiff.Builder mergeFrom(FsImageProto.SnapshotDiffSection.FileDiff other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<FsImageProto.SnapshotDiffSection.FileDiff.Builder>
public FsImageProto.SnapshotDiffSection.FileDiff.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.FileDiff.Builder>
IOException
public boolean hasSnapshotId()
optional uint32 snapshotId = 1;
hasSnapshotId
in interface FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
public int getSnapshotId()
optional uint32 snapshotId = 1;
getSnapshotId
in interface FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
public FsImageProto.SnapshotDiffSection.FileDiff.Builder setSnapshotId(int value)
optional uint32 snapshotId = 1;
public FsImageProto.SnapshotDiffSection.FileDiff.Builder clearSnapshotId()
optional uint32 snapshotId = 1;
public boolean hasFileSize()
optional uint64 fileSize = 2;
hasFileSize
in interface FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
public long getFileSize()
optional uint64 fileSize = 2;
getFileSize
in interface FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
public FsImageProto.SnapshotDiffSection.FileDiff.Builder setFileSize(long value)
optional uint64 fileSize = 2;
public FsImageProto.SnapshotDiffSection.FileDiff.Builder clearFileSize()
optional uint64 fileSize = 2;
public boolean hasName()
optional bytes name = 3;
hasName
in interface FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
public com.google.protobuf.ByteString getName()
optional bytes name = 3;
getName
in interface FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
public FsImageProto.SnapshotDiffSection.FileDiff.Builder setName(com.google.protobuf.ByteString value)
optional bytes name = 3;
public FsImageProto.SnapshotDiffSection.FileDiff.Builder clearName()
optional bytes name = 3;
public boolean hasSnapshotCopy()
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
hasSnapshotCopy
in interface FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
public FsImageProto.INodeSection.INodeFile getSnapshotCopy()
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
getSnapshotCopy
in interface FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
public FsImageProto.SnapshotDiffSection.FileDiff.Builder setSnapshotCopy(FsImageProto.INodeSection.INodeFile value)
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
public FsImageProto.SnapshotDiffSection.FileDiff.Builder setSnapshotCopy(FsImageProto.INodeSection.INodeFile.Builder builderForValue)
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
public FsImageProto.SnapshotDiffSection.FileDiff.Builder mergeSnapshotCopy(FsImageProto.INodeSection.INodeFile value)
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
public FsImageProto.SnapshotDiffSection.FileDiff.Builder clearSnapshotCopy()
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
public FsImageProto.INodeSection.INodeFile.Builder getSnapshotCopyBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
public FsImageProto.INodeSection.INodeFileOrBuilder getSnapshotCopyOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
getSnapshotCopyOrBuilder
in interface FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |