| Package | Description |
|---|---|
| org.apache.nifi.remote | |
| org.apache.nifi.remote.io.http |
| Modifier and Type | Field and Description |
|---|---|
protected Transaction.TransactionState |
AbstractTransaction.state |
| Modifier and Type | Method and Description |
|---|---|
Transaction.TransactionState |
AbstractTransaction.getState() |
Transaction.TransactionState |
Transaction.getState() |
static Transaction.TransactionState |
Transaction.TransactionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transaction.TransactionState[] |
Transaction.TransactionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private Transaction.TransactionState |
HttpServerCommunicationsSession.status |
| Modifier and Type | Method and Description |
|---|---|
Transaction.TransactionState |
HttpServerCommunicationsSession.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpServerCommunicationsSession.setStatus(Transaction.TransactionState status) |
Copyright © 2023 Apache NiFi Project. All rights reserved.