java.lang.Comparable<RemoteEditLog>public class RemoteEditLog extends java.lang.Object implements java.lang.Comparable<RemoteEditLog>
| Modifier and Type | Field | Description |
|---|---|---|
static java.util.function.Function<RemoteEditLog,java.lang.Long> |
GET_START_TXID |
Java
Function which applies getStartTxId() |
| Constructor | Description |
|---|---|
RemoteEditLog() |
|
RemoteEditLog(long startTxId,
long endTxId) |
|
RemoteEditLog(long startTxId,
long endTxId,
boolean inProgress) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
compareTo(RemoteEditLog log) |
|
boolean |
equals(java.lang.Object o) |
|
long |
getEndTxId() |
|
long |
getStartTxId() |
|
int |
hashCode() |
|
boolean |
isInProgress() |
|
java.lang.String |
toString() |
public static final java.util.function.Function<RemoteEditLog,java.lang.Long> GET_START_TXID
Function which applies getStartTxId()public RemoteEditLog()
public RemoteEditLog(long startTxId,
long endTxId)
public RemoteEditLog(long startTxId,
long endTxId,
boolean inProgress)
public long getStartTxId()
public long getEndTxId()
public boolean isInProgress()
public java.lang.String toString()
toString in class java.lang.Objectpublic int compareTo(RemoteEditLog log)
compareTo in interface java.lang.Comparable<RemoteEditLog>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2008–2025 Apache Software Foundation. All rights reserved.