public static interface ClientDatanodeProtocolProtos.GetBlockLocalPathInfoRequestProtoOrBuilder
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; |
SecurityProtos.TokenProto |
getToken()
required .hadoop.common.TokenProto token = 2; |
SecurityProtos.TokenProtoOrBuilder |
getTokenOrBuilder()
required .hadoop.common.TokenProto token = 2; |
boolean |
hasBlock()
required .hadoop.hdfs.ExtendedBlockProto block = 1; |
boolean |
hasToken()
required .hadoop.common.TokenProto token = 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 hasToken()
required .hadoop.common.TokenProto token = 2;
SecurityProtos.TokenProto getToken()
required .hadoop.common.TokenProto token = 2;
SecurityProtos.TokenProtoOrBuilder getTokenOrBuilder()
required .hadoop.common.TokenProto token = 2;
Copyright © 2013 Apache Software Foundation. All rights reserved.