![JAR search and dependency download from the Maven repository](/logo.png)
com.github.ltsopensource.kv.txlog.StoreTxLogCursorEntry Maven / Gradle / Ivy
package com.github.ltsopensource.kv.txlog;
/**
* @author Robert HG ([email protected]) on 12/19/15.
*/
public class StoreTxLogCursorEntry {
private StoreTxLogEntry storeTxLogEntry;
private StoreTxLogPosition position;
public StoreTxLogEntry getStoreTxLogEntry() {
return storeTxLogEntry;
}
public void setStoreTxLogEntry(StoreTxLogEntry storeTxLogEntry) {
this.storeTxLogEntry = storeTxLogEntry;
}
public StoreTxLogPosition getPosition() {
return position;
}
public void setPosition(StoreTxLogPosition position) {
this.position = position;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy