| Package | Description | 
|---|---|
| org.apache.hadoop.hive.common | |
| org.apache.hadoop.hive.common.io | 
| Modifier and Type | Method and Description | 
|---|---|
| List<DiskRange> | DiskRangeInfo. getDiskRanges() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DiskRangeInfo. addDiskRange(DiskRange diskRange) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DiskRangeListJava linked list iterator interface is convoluted, and moreover concurrent modifications
 of the same list by multiple iterators are impossible. | 
| static class  | DiskRangeList.MutateHelperList in-place mutation helper - a bogus first element that is inserted before list head,
 and thus remains constant even if head is replaced with some new range via in-place list
 mutation. | 
| Modifier and Type | Method and Description | 
|---|---|
| DiskRange | DiskRange. sliceAndShift(long offset,
             long end,
             long shiftBy) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | DiskRange. equalRange(DiskRange other) | 
| long[] | DataCache. putFileData(Object fileKey,
           DiskRange[] ranges,
           MemoryBuffer[] data,
           long baseOffset)Puts file data into cache, or gets older data in case of collisions. | 
Copyright © 2016 The Apache Software Foundation. All rights reserved.