Uses of Class
org.apache.bookkeeper.bookie.LogMark
-
Packages that use LogMark Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients. -
-
Uses of LogMark in org.apache.bookkeeper.bookie
Fields in org.apache.bookkeeper.bookie declared as LogMark Modifier and Type Field Description static LogMark
LogMark. MAX_VALUE
Methods in org.apache.bookkeeper.bookie that return LogMark Modifier and Type Method Description LogMark
Journal.LastLogMark. getCurMark()
Methods in org.apache.bookkeeper.bookie with parameters of type LogMark Modifier and Type Method Description int
LogMark. compare(LogMark other)
Constructors in org.apache.bookkeeper.bookie with parameters of type LogMark Constructor Description LogMark(LogMark other)
-