Klasse DefaultLogIndex
java.lang.Object
org.teamapps.universaldb.index.log.DefaultLogIndex
- Alle implementierten Schnittstellen:
LogIndex
-
Konstruktordetails
-
DefaultLogIndex
-
-
Methodendetails
-
writeLog
public long writeLog(byte[] bytes, boolean committed) -
readLog
public byte[] readLog(long pos) -
readLogs
-
readLogs
-
readLogs
-
readLogPositions
public long[] readLogPositions()- Angegeben von:
readLogPositionsin SchnittstelleLogIndex
-
getPosition
public long getPosition()- Angegeben von:
getPositionin SchnittstelleLogIndex
-
isEmpty
public boolean isEmpty() -
getStoreSize
public long getStoreSize()- Angegeben von:
getStoreSizein SchnittstelleLogIndex
-
flush
public void flush() -
close
public void close() -
drop
public void drop()
-