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

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

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

Methods in org.apache.hadoop.hdfs.server.namenode that return FsImageProto.SnapshotDiffSection.DiffEntry.Type
 FsImageProto.SnapshotDiffSection.DiffEntry.Type FsImageProto.SnapshotDiffSection.DiffEntryOrBuilder.getType()
          required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;
 FsImageProto.SnapshotDiffSection.DiffEntry.Type FsImageProto.SnapshotDiffSection.DiffEntry.getType()
          required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;
 FsImageProto.SnapshotDiffSection.DiffEntry.Type FsImageProto.SnapshotDiffSection.DiffEntry.Builder.getType()
          required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;
static FsImageProto.SnapshotDiffSection.DiffEntry.Type FsImageProto.SnapshotDiffSection.DiffEntry.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static FsImageProto.SnapshotDiffSection.DiffEntry.Type FsImageProto.SnapshotDiffSection.DiffEntry.Type.valueOf(int value)
           
static FsImageProto.SnapshotDiffSection.DiffEntry.Type FsImageProto.SnapshotDiffSection.DiffEntry.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FsImageProto.SnapshotDiffSection.DiffEntry.Type[] FsImageProto.SnapshotDiffSection.DiffEntry.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hdfs.server.namenode that return types with arguments of type FsImageProto.SnapshotDiffSection.DiffEntry.Type
static com.google.protobuf.Internal.EnumLiteMap<FsImageProto.SnapshotDiffSection.DiffEntry.Type> FsImageProto.SnapshotDiffSection.DiffEntry.Type.internalGetValueMap()
           
 

Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FsImageProto.SnapshotDiffSection.DiffEntry.Type
 FsImageProto.SnapshotDiffSection.DiffEntry.Builder FsImageProto.SnapshotDiffSection.DiffEntry.Builder.setType(FsImageProto.SnapshotDiffSection.DiffEntry.Type value)
          required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.