| Package | Description |
|---|---|
| org.apache.fluo.recipes.core.transaction |
| Modifier and Type | Method and Description |
|---|---|
LogEntry.Operation |
LogEntry.getOp() |
static LogEntry.Operation |
LogEntry.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogEntry.Operation[] |
LogEntry.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<org.apache.fluo.api.data.RowColumn,org.apache.fluo.api.data.Bytes> |
TxLog.getOperationMap(LogEntry.Operation op)
Returns a map of RowColumn changes given an operation
|
Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.