public class SetTransaction
extends Object
| Modifier and Type | Field and Description |
|---|---|
static StructType |
READ_SCHEMA |
| Constructor and Description |
|---|
SetTransaction(String appId,
Long version,
java.util.Optional<Long> lastUpdated) |
| Modifier and Type | Method and Description |
|---|---|
static SetTransaction |
fromColumnVector(ColumnVector vector,
int rowId) |
String |
getAppId() |
java.util.Optional<Long> |
getLastUpdated() |
long |
getVersion() |
public static final StructType READ_SCHEMA
public SetTransaction(String appId,
Long version,
java.util.Optional<Long> lastUpdated)
public static SetTransaction fromColumnVector(ColumnVector vector, int rowId)
public String getAppId()
public long getVersion()
public java.util.Optional<Long> getLastUpdated()