public static interface HdfsProtos.NamenodeCommandProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getAction()
required uint32 action = 1; |
HdfsProtos.CheckpointCommandProto |
getCheckpointCmd()
optional .hadoop.hdfs.CheckpointCommandProto checkpointCmd = 3; |
HdfsProtos.CheckpointCommandProtoOrBuilder |
getCheckpointCmdOrBuilder()
optional .hadoop.hdfs.CheckpointCommandProto checkpointCmd = 3; |
HdfsProtos.NamenodeCommandProto.Type |
getType()
required .hadoop.hdfs.NamenodeCommandProto.Type type = 2; |
boolean |
hasAction()
required uint32 action = 1; |
boolean |
hasCheckpointCmd()
optional .hadoop.hdfs.CheckpointCommandProto checkpointCmd = 3; |
boolean |
hasType()
required .hadoop.hdfs.NamenodeCommandProto.Type type = 2; |
boolean hasAction()
required uint32 action = 1;
int getAction()
required uint32 action = 1;
boolean hasType()
required .hadoop.hdfs.NamenodeCommandProto.Type type = 2;
HdfsProtos.NamenodeCommandProto.Type getType()
required .hadoop.hdfs.NamenodeCommandProto.Type type = 2;
boolean hasCheckpointCmd()
optional .hadoop.hdfs.CheckpointCommandProto checkpointCmd = 3;
HdfsProtos.CheckpointCommandProto getCheckpointCmd()
optional .hadoop.hdfs.CheckpointCommandProto checkpointCmd = 3;
HdfsProtos.CheckpointCommandProtoOrBuilder getCheckpointCmdOrBuilder()
optional .hadoop.hdfs.CheckpointCommandProto checkpointCmd = 3;
Copyright © 2013 Apache Software Foundation. All rights reserved.