public static class FSCachingGetSpaceUsed.Builder
extends org.apache.hadoop.fs.GetSpaceUsed.Builder
Constructor and Description |
---|
FSCachingGetSpaceUsed.Builder() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.fs.GetSpaceUsed |
build() |
String |
getBpid() |
org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsVolumeImpl |
getVolume() |
FSCachingGetSpaceUsed.Builder |
setBpid(String bpid) |
FSCachingGetSpaceUsed.Builder |
setVolume(org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsVolumeImpl fsVolume) |
public org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsVolumeImpl getVolume()
public FSCachingGetSpaceUsed.Builder setVolume(org.apache.hadoop.hdfs.server.datanode.fsdataset.impl.FsVolumeImpl fsVolume)
public String getBpid()
public FSCachingGetSpaceUsed.Builder setBpid(String bpid)
public org.apache.hadoop.fs.GetSpaceUsed build() throws IOException
build
in class org.apache.hadoop.fs.GetSpaceUsed.Builder
IOException
Copyright © 2019 Apache Software Foundation. All Rights Reserved.