Package | Description |
---|---|
org.apache.hadoop.hive.common |
Modifier and Type | Class and Description |
---|---|
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 | Field and Description |
---|---|
DiskRangeList |
DiskRangeList.next |
DiskRangeList |
DiskRangeList.prev |
Modifier and Type | Method and Description |
---|---|
DiskRangeList |
DiskRangeList.DiskRangeListCreateHelper.extract() |
DiskRangeList |
DiskRangeList.DiskRangeListMutateHelper.extract() |
DiskRangeList |
DiskRangeList.DiskRangeListCreateHelper.get() |
DiskRangeList |
DiskRangeList.DiskRangeListMutateHelper.get() |
DiskRangeList |
DiskRangeList.DiskRangeListCreateHelper.getTail() |
DiskRangeList |
DiskRangeList.insertAfter(DiskRangeList other)
Inserts an element after current in the list.
|
DiskRangeList |
DiskRangeList.insertPartAfter(DiskRangeList other)
Inserts an intersecting range after current in the list and adjusts offset accordingly.
|
DiskRangeList |
DiskRangeList.insertPartBefore(DiskRangeList other)
Inserts an intersecting range before current in the list and adjusts offset accordingly.
|
DiskRangeList[] |
DiskRangeList.listToArray() |
DiskRangeList |
DiskRangeList.replaceSelfWith(DiskRangeList other)
Replaces this element with another in the list; returns the new element.
|
DiskRangeList |
DiskRangeList.split(long cOffset)
Splits current element in the list, using DiskRange::slice
|
Modifier and Type | Method and Description |
---|---|
DiskRangeList |
DiskRangeList.insertAfter(DiskRangeList other)
Inserts an element after current in the list.
|
DiskRangeList |
DiskRangeList.insertPartAfter(DiskRangeList other)
Inserts an intersecting range after current in the list and adjusts offset accordingly.
|
DiskRangeList |
DiskRangeList.insertPartBefore(DiskRangeList other)
Inserts an intersecting range before current in the list and adjusts offset accordingly.
|
DiskRangeList |
DiskRangeList.replaceSelfWith(DiskRangeList other)
Replaces this element with another in the list; returns the new element.
|
Constructor and Description |
---|
DiskRangeList.DiskRangeListMutateHelper(DiskRangeList head) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.