public class LogSkipList extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
LogSkipList.Mark |
| Constructor and Description |
|---|
LogSkipList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMark(long time,
long bytes,
long skipped) |
LogSkipList.Mark |
findMarkBefore(long time)
Find the last mark in the skip list before time.
|
public void addMark(long time,
long bytes,
long skipped)
public LogSkipList.Mark findMarkBefore(long time) throws NoSuchElementException
NoSuchElementExceptionCopyright © 2008–2022 The Apache Software Foundation. All rights reserved.