public static interface ClientDatanodeProtocolProtos.GetBlockLocalPathInfoResponseProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
HdfsProtos.ExtendedBlockProto |
getBlock()
required .hadoop.hdfs.ExtendedBlockProto block = 1; |
HdfsProtos.ExtendedBlockProtoOrBuilder |
getBlockOrBuilder()
required .hadoop.hdfs.ExtendedBlockProto block = 1; |
String |
getLocalMetaPath()
required string localMetaPath = 3; |
com.google.protobuf.ByteString |
getLocalMetaPathBytes()
required string localMetaPath = 3; |
String |
getLocalPath()
required string localPath = 2; |
com.google.protobuf.ByteString |
getLocalPathBytes()
required string localPath = 2; |
boolean |
hasBlock()
required .hadoop.hdfs.ExtendedBlockProto block = 1; |
boolean |
hasLocalMetaPath()
required string localMetaPath = 3; |
boolean |
hasLocalPath()
required string localPath = 2; |
boolean hasBlock()
required .hadoop.hdfs.ExtendedBlockProto block = 1;
HdfsProtos.ExtendedBlockProto getBlock()
required .hadoop.hdfs.ExtendedBlockProto block = 1;
HdfsProtos.ExtendedBlockProtoOrBuilder getBlockOrBuilder()
required .hadoop.hdfs.ExtendedBlockProto block = 1;
boolean hasLocalPath()
required string localPath = 2;
String getLocalPath()
required string localPath = 2;
com.google.protobuf.ByteString getLocalPathBytes()
required string localPath = 2;
boolean hasLocalMetaPath()
required string localMetaPath = 3;
String getLocalMetaPath()
required string localMetaPath = 3;
com.google.protobuf.ByteString getLocalMetaPathBytes()
required string localMetaPath = 3;
Copyright © 2013 Apache Software Foundation. All rights reserved.