Java org.apache.hadoop.hdfs.protocol LocatedBlocks fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.hdfs.protocol LocatedBlocks fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.hdfs.protocol LocatedBlocks.

The text is from its open source code.

Field

Method

LocatedBlockget(int index)
Get located block.
longgetFileLength()
intgetInsertIndex(int binSearchResult)
LocatedBlockgetLastLocatedBlock()
Get the last located block.
ListgetLocatedBlocks()
Get located blocks.
booleanisUnderConstruction()
Return true if file was under construction when this LocatedBlocks was constructed, false otherwise.