private class TestHFileBlock.BlockReaderThread extends Object implements Callable<Boolean>
| Modifier and Type | Field and Description | 
|---|---|
private String | 
clientId  | 
private long | 
fileSize  | 
private org.apache.hadoop.hbase.io.hfile.HFileBlock.FSReader | 
hbr  | 
private List<Long> | 
offsets  | 
private List<org.apache.hadoop.hbase.io.hfile.BlockType> | 
types  | 
| Constructor and Description | 
|---|
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)  | 
private final org.apache.hadoop.hbase.io.hfile.HFileBlock.FSReader hbr
private final long fileSize
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)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.