Uses of Class
org.apache.hadoop.hdfs.server.namenode.FsImageProto.SnapshotDiffSection.DiffEntry.Builder

Packages that use FsImageProto.SnapshotDiffSection.DiffEntry.Builder
org.apache.hadoop.hdfs.server.namenode   
 

Uses of FsImageProto.SnapshotDiffSection.DiffEntry.Builder in org.apache.hadoop.hdfs.server.namenode
 

Methods in org.apache.hadoop.hdfs.server.namenode that return FsImageProto.SnapshotDiffSection.DiffEntry.Builder
 FsImageProto.SnapshotDiffSection.DiffEntry.Builder FsImageProto.SnapshotDiffSection.DiffEntry.Builder.clear()
           
 FsImageProto.SnapshotDiffSection.DiffEntry.Builder FsImageProto.SnapshotDiffSection.DiffEntry.Builder.clearInodeId()
          optional uint64 inodeId = 2;
 FsImageProto.SnapshotDiffSection.DiffEntry.Builder FsImageProto.SnapshotDiffSection.DiffEntry.Builder.clearNumOfDiff()
          optional uint32 numOfDiff = 3;
 FsImageProto.SnapshotDiffSection.DiffEntry.Builder FsImageProto.SnapshotDiffSection.DiffEntry.Builder.clearType()
          required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;
 FsImageProto.SnapshotDiffSection.DiffEntry.Builder FsImageProto.SnapshotDiffSection.DiffEntry.Builder.clone()
           
 FsImageProto.SnapshotDiffSection.DiffEntry.Builder FsImageProto.SnapshotDiffSection.DiffEntry.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 FsImageProto.SnapshotDiffSection.DiffEntry.Builder FsImageProto.SnapshotDiffSection.DiffEntry.Builder.mergeFrom(FsImageProto.SnapshotDiffSection.DiffEntry other)
           
 FsImageProto.SnapshotDiffSection.DiffEntry.Builder FsImageProto.SnapshotDiffSection.DiffEntry.Builder.mergeFrom(com.google.protobuf.Message other)
           
static FsImageProto.SnapshotDiffSection.DiffEntry.Builder FsImageProto.SnapshotDiffSection.DiffEntry.newBuilder()
           
static FsImageProto.SnapshotDiffSection.DiffEntry.Builder FsImageProto.SnapshotDiffSection.DiffEntry.newBuilder(FsImageProto.SnapshotDiffSection.DiffEntry prototype)
           
 FsImageProto.SnapshotDiffSection.DiffEntry.Builder FsImageProto.SnapshotDiffSection.DiffEntry.newBuilderForType()
           
protected  FsImageProto.SnapshotDiffSection.DiffEntry.Builder FsImageProto.SnapshotDiffSection.DiffEntry.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 FsImageProto.SnapshotDiffSection.DiffEntry.Builder FsImageProto.SnapshotDiffSection.DiffEntry.Builder.setInodeId(long value)
          optional uint64 inodeId = 2;
 FsImageProto.SnapshotDiffSection.DiffEntry.Builder FsImageProto.SnapshotDiffSection.DiffEntry.Builder.setNumOfDiff(int value)
          optional uint32 numOfDiff = 3;
 FsImageProto.SnapshotDiffSection.DiffEntry.Builder FsImageProto.SnapshotDiffSection.DiffEntry.Builder.setType(FsImageProto.SnapshotDiffSection.DiffEntry.Type value)
          required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;
 FsImageProto.SnapshotDiffSection.DiffEntry.Builder FsImageProto.SnapshotDiffSection.DiffEntry.toBuilder()
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.