Package | Description |
---|---|
org.apache.hadoop.hdfs.protocol | |
org.apache.hadoop.hdfs.protocolPB | |
org.apache.hadoop.hdfs.server.datanode | |
org.apache.hadoop.hdfs.server.datanode.fsdataset |
Modifier and Type | Method and Description |
---|---|
BlockLocalPathInfo |
ClientDatanodeProtocol.getBlockLocalPathInfo(ExtendedBlock block,
Token<BlockTokenIdentifier> token)
Retrieves the path names of the block file and metadata file stored on the
local file system.
|
Modifier and Type | Method and Description |
---|---|
BlockLocalPathInfo |
ClientDatanodeProtocolTranslatorPB.getBlockLocalPathInfo(ExtendedBlock block,
Token<BlockTokenIdentifier> token) |
Modifier and Type | Method and Description |
---|---|
BlockLocalPathInfo |
DataNode.getBlockLocalPathInfo(ExtendedBlock block,
Token<BlockTokenIdentifier> token) |
Modifier and Type | Method and Description |
---|---|
BlockLocalPathInfo |
FsDatasetSpi.getBlockLocalPathInfo(ExtendedBlock b)
Get
BlockLocalPathInfo for the given block. |
Copyright © 2013 Apache Software Foundation. All rights reserved.