Modifier and Type | Method and Description |
---|---|
static ReceivedDeletedBlockInfo |
PBHelper.convert(DatanodeProtocolProtos.ReceivedDeletedBlockInfoProto proto) |
Modifier and Type | Method and Description |
---|---|
static DatanodeProtocolProtos.ReceivedDeletedBlockInfoProto |
PBHelper.convert(ReceivedDeletedBlockInfo receivedDeletedBlockInfo) |
Modifier and Type | Method and Description |
---|---|
void |
BlockManager.processIncrementalBlockReport(DatanodeID nodeID,
String poolId,
ReceivedDeletedBlockInfo[] blockInfos)
The given node is reporting incremental information about some blocks.
|
Modifier and Type | Method and Description |
---|---|
void |
FSNamesystem.processIncrementalBlockReport(DatanodeID nodeID,
String poolId,
ReceivedDeletedBlockInfo[] blockInfos) |
Modifier and Type | Method and Description |
---|---|
ReceivedDeletedBlockInfo[] |
StorageReceivedDeletedBlocks.getBlocks() |
Constructor and Description |
---|
StorageReceivedDeletedBlocks(String storageID,
ReceivedDeletedBlockInfo[] blocks) |
Copyright © 2013 Apache Software Foundation. All rights reserved.