Package | Description |
---|---|
org.apache.hadoop.hdfs.protocolPB |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.hdfs.server.protocol |
Package contains classes that allows HDFS to communicate information b/w
DataNode and NameNode.
|
Modifier and Type | Method and Description |
---|---|
static DatanodeStorage |
PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.DatanodeStorageProto s) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.DatanodeStorageProto |
PBHelperClient.convert(DatanodeStorage s) |
Modifier and Type | Method and Description |
---|---|
DatanodeStorage |
StorageReport.getStorage() |
Constructor and Description |
---|
StorageReport(DatanodeStorage storage,
boolean failed,
long capacity,
long dfsUsed,
long remaining,
long bpUsed,
long nonDfsUsed) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.