| Package | Description |
|---|---|
| org.apache.hadoop.hive.common |
| Modifier and Type | Class and Description |
|---|---|
class |
DiskRangeList
Java linked list iterator interface is convoluted, and moreover concurrent modifications
of the same list by multiple iterators are impossible.
|
static class |
DiskRangeList.DiskRangeListMutateHelper
List 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) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.