Package | Description |
---|---|
alluxio.master.predicate.interval |
Modifier and Type | Field and Description |
---|---|
static Interval |
Interval.ALWAYS
The interval that is always possible.
|
static Interval |
Interval.NEVER
The interval that is never possible.
|
Modifier and Type | Method and Description |
---|---|
Interval |
Interval.add(long value)
Add an offset to the interval.
|
static Interval |
Interval.after(long startMs) |
static Interval |
Interval.before(long endMs) |
static Interval |
Interval.between(long startMs,
long endMs) |
Interval |
Interval.intersect(Interval other) |
Modifier and Type | Method and Description |
---|---|
List<Interval> |
IntervalSet.getIntervals() |
static List<Interval> |
IntervalUtils.normalize(List<Interval> intervals) |
Modifier and Type | Method and Description |
---|---|
int |
Interval.compareTo(Interval o) |
Interval |
Interval.intersect(Interval other) |
Modifier and Type | Method and Description |
---|---|
static List<Interval> |
IntervalUtils.normalize(List<Interval> intervals) |
Constructor and Description |
---|
IntervalSet(Interval interval)
Creates a new instance, with a single Interval.
|
Constructor and Description |
---|
IntervalSet(List<Interval> intervals)
Creates a new instance.
|
Copyright © 2023. All Rights Reserved.