Class IndexMessage
java.lang.Object
org.teamapps.universaldb.index.log.IndexMessage
public class IndexMessage
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description IndexMessage(int id, long position) -
Method Summary
Modifier and Type Method Description intgetId()byte[]getMessage()longgetPosition()voidsetMessage(byte[] message)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IndexMessage
public IndexMessage(int id, long position)
-
-
Method Details
-
getId
public int getId() -
getPosition
public long getPosition() -
getMessage
public byte[] getMessage() -
setMessage
public void setMessage(byte[] message)
-