public static interface ClientNamenodeProtocolProtos.CreateRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockSize()
required uint64 blockSize = 7; |
String |
getClientName()
required string clientName = 3; |
com.google.protobuf.ByteString |
getClientNameBytes()
required string clientName = 3; |
int |
getCreateFlag()
required uint32 createFlag = 4; |
boolean |
getCreateParent()
required bool createParent = 5; |
HdfsProtos.FsPermissionProto |
getMasked()
required .hadoop.hdfs.FsPermissionProto masked = 2; |
HdfsProtos.FsPermissionProtoOrBuilder |
getMaskedOrBuilder()
required .hadoop.hdfs.FsPermissionProto masked = 2; |
int |
getReplication()
required uint32 replication = 6; |
String |
getSrc()
required string src = 1; |
com.google.protobuf.ByteString |
getSrcBytes()
required string src = 1; |
boolean |
hasBlockSize()
required uint64 blockSize = 7; |
boolean |
hasClientName()
required string clientName = 3; |
boolean |
hasCreateFlag()
required uint32 createFlag = 4; |
boolean |
hasCreateParent()
required bool createParent = 5; |
boolean |
hasMasked()
required .hadoop.hdfs.FsPermissionProto masked = 2; |
boolean |
hasReplication()
required uint32 replication = 6; |
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 hasMasked()
required .hadoop.hdfs.FsPermissionProto masked = 2;
HdfsProtos.FsPermissionProto getMasked()
required .hadoop.hdfs.FsPermissionProto masked = 2;
HdfsProtos.FsPermissionProtoOrBuilder getMaskedOrBuilder()
required .hadoop.hdfs.FsPermissionProto masked = 2;
boolean hasClientName()
required string clientName = 3;
String getClientName()
required string clientName = 3;
com.google.protobuf.ByteString getClientNameBytes()
required string clientName = 3;
boolean hasCreateFlag()
required uint32 createFlag = 4;
bits set using CreateFlag
int getCreateFlag()
required uint32 createFlag = 4;
bits set using CreateFlag
boolean hasCreateParent()
required bool createParent = 5;
boolean getCreateParent()
required bool createParent = 5;
boolean hasReplication()
required uint32 replication = 6;
Short: Only 16 bits used
int getReplication()
required uint32 replication = 6;
Short: Only 16 bits used
boolean hasBlockSize()
required uint64 blockSize = 7;
long getBlockSize()
required uint64 blockSize = 7;
Copyright © 2013 Apache Software Foundation. All rights reserved.