Package org.apache.hadoop.hbase.io.hfile
Class TestHFileBlock.BlockReaderThread
java.lang.Object
org.apache.hadoop.hbase.io.hfile.TestHFileBlock.BlockReaderThread
- Enclosing class:
- TestHFileBlock
-
Field Summary
-
Constructor Summary
ConstructorDescriptionBlockReaderThread
(String clientId, org.apache.hadoop.hbase.io.hfile.HFileBlock.FSReader hbr, List<Long> offsets, List<org.apache.hadoop.hbase.io.hfile.BlockType> types, long fileSize) -
Method Summary
-
Field Details
-
clientId
-
hbr
-
offsets
-
types
-
fileSize
-
-
Constructor Details
-
BlockReaderThread
public BlockReaderThread(String clientId, org.apache.hadoop.hbase.io.hfile.HFileBlock.FSReader hbr, List<Long> offsets, List<org.apache.hadoop.hbase.io.hfile.BlockType> types, long fileSize)
-
-
Method Details