Java org.apache.hadoop.hdfs.server.datanode.fsdataset FsDatasetSpi fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.hdfs.server.datanode.fsdataset FsDatasetSpi fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.hdfs.server.datanode.fsdataset FsDatasetSpi.

The text is from its open source code.

Method

InputStreamgetBlockInputStream(ExtendedBlock b, long seekOffset)
Returns an input stream at specified offset of the specified block.
BlockLocalPathInfogetBlockLocalPathInfo(ExtendedBlock b)
Get BlockLocalPathInfo for the given block.
LengthInputStreamgetMetaDataInputStream(ExtendedBlock b)
booleanisValidBlock(ExtendedBlock b)
Is the block valid?