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
NoSuchElementException
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.