public static interface DatanodeProtocolProtos.StorageReceivedDeletedBlocksProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
DatanodeProtocolProtos.ReceivedDeletedBlockInfoProto |
getBlocks(int index)
repeated .hadoop.hdfs.ReceivedDeletedBlockInfoProto blocks = 2; |
int |
getBlocksCount()
repeated .hadoop.hdfs.ReceivedDeletedBlockInfoProto blocks = 2; |
List<DatanodeProtocolProtos.ReceivedDeletedBlockInfoProto> |
getBlocksList()
repeated .hadoop.hdfs.ReceivedDeletedBlockInfoProto blocks = 2; |
DatanodeProtocolProtos.ReceivedDeletedBlockInfoProtoOrBuilder |
getBlocksOrBuilder(int index)
repeated .hadoop.hdfs.ReceivedDeletedBlockInfoProto blocks = 2; |
List<? extends DatanodeProtocolProtos.ReceivedDeletedBlockInfoProtoOrBuilder> |
getBlocksOrBuilderList()
repeated .hadoop.hdfs.ReceivedDeletedBlockInfoProto blocks = 2; |
String |
getStorageID()
required string storageID = 1; |
com.google.protobuf.ByteString |
getStorageIDBytes()
required string storageID = 1; |
boolean |
hasStorageID()
required string storageID = 1; |
boolean hasStorageID()
required string storageID = 1;
String getStorageID()
required string storageID = 1;
com.google.protobuf.ByteString getStorageIDBytes()
required string storageID = 1;
List<DatanodeProtocolProtos.ReceivedDeletedBlockInfoProto> getBlocksList()
repeated .hadoop.hdfs.ReceivedDeletedBlockInfoProto blocks = 2;
DatanodeProtocolProtos.ReceivedDeletedBlockInfoProto getBlocks(int index)
repeated .hadoop.hdfs.ReceivedDeletedBlockInfoProto blocks = 2;
int getBlocksCount()
repeated .hadoop.hdfs.ReceivedDeletedBlockInfoProto blocks = 2;
List<? extends DatanodeProtocolProtos.ReceivedDeletedBlockInfoProtoOrBuilder> getBlocksOrBuilderList()
repeated .hadoop.hdfs.ReceivedDeletedBlockInfoProto blocks = 2;
DatanodeProtocolProtos.ReceivedDeletedBlockInfoProtoOrBuilder getBlocksOrBuilder(int index)
repeated .hadoop.hdfs.ReceivedDeletedBlockInfoProto blocks = 2;
Copyright © 2013 Apache Software Foundation. All rights reserved.