public static interface ClientNamenodeProtocolProtos.CompleteRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getClientName()
required string clientName = 2; |
com.google.protobuf.ByteString |
getClientNameBytes()
required string clientName = 2; |
long |
getFileId()
optional uint64 fileId = 4 [default = 0]; |
HdfsProtos.ExtendedBlockProto |
getLast()
optional .hadoop.hdfs.ExtendedBlockProto last = 3; |
HdfsProtos.ExtendedBlockProtoOrBuilder |
getLastOrBuilder()
optional .hadoop.hdfs.ExtendedBlockProto last = 3; |
String |
getSrc()
required string src = 1; |
com.google.protobuf.ByteString |
getSrcBytes()
required string src = 1; |
boolean |
hasClientName()
required string clientName = 2; |
boolean |
hasFileId()
optional uint64 fileId = 4 [default = 0]; |
boolean |
hasLast()
optional .hadoop.hdfs.ExtendedBlockProto last = 3; |
boolean |
hasSrc()
required string src = 1; |
boolean hasSrc()
required string src = 1;
String getSrc()
required string src = 1;
com.google.protobuf.ByteString getSrcBytes()
required string src = 1;
boolean hasClientName()
required string clientName = 2;
String getClientName()
required string clientName = 2;
com.google.protobuf.ByteString getClientNameBytes()
required string clientName = 2;
boolean hasLast()
optional .hadoop.hdfs.ExtendedBlockProto last = 3;
HdfsProtos.ExtendedBlockProto getLast()
optional .hadoop.hdfs.ExtendedBlockProto last = 3;
HdfsProtos.ExtendedBlockProtoOrBuilder getLastOrBuilder()
optional .hadoop.hdfs.ExtendedBlockProto last = 3;
boolean hasFileId()
optional uint64 fileId = 4 [default = 0];
default to GRANDFATHER_INODE_ID
long getFileId()
optional uint64 fileId = 4 [default = 0];
default to GRANDFATHER_INODE_ID
Copyright © 2013 Apache Software Foundation. All rights reserved.