public abstract static class FSDatasetInterface.Factory extends Object
Constructor and Description |
---|
FSDatasetInterface.Factory() |
Modifier and Type | Method and Description |
---|---|
abstract org.apache.hadoop.hdfs.server.datanode.FSDatasetInterface |
createFSDatasetInterface(org.apache.hadoop.hdfs.server.datanode.DataNode datanode,
org.apache.hadoop.hdfs.server.datanode.DataStorage storage,
org.apache.hadoop.conf.Configuration conf)
Create a FSDatasetInterface object.
|
static FSDatasetInterface.Factory |
getFactory(org.apache.hadoop.conf.Configuration conf) |
boolean |
isSimulated()
Does the factory create simulated objects?
|
public FSDatasetInterface.Factory()
public static FSDatasetInterface.Factory getFactory(org.apache.hadoop.conf.Configuration conf)
public abstract org.apache.hadoop.hdfs.server.datanode.FSDatasetInterface createFSDatasetInterface(org.apache.hadoop.hdfs.server.datanode.DataNode datanode, org.apache.hadoop.hdfs.server.datanode.DataStorage storage, org.apache.hadoop.conf.Configuration conf) throws IOException
IOException
public boolean isSimulated()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.