Class LogSkipList

java.lang.Object
org.apache.zookeeper.graph.LogSkipList

public class LogSkipList extends Object
Generic skip list for holding a rough index of a log file. When the log file is loaded, this index is built by adding a mark every n entries. Then when a specific time position is requested from the file, a point at most n-1 entries before the time position can be jumped to.
  • Constructor Details

    • LogSkipList

      public LogSkipList()
  • Method Details