| Package | Description |
|---|---|
| org.apache.tephra |
This package contains implementations of the transaction system v2.
|
| org.apache.tephra.distributed |
This package contains standalone server of the transaction system v2.
|
| org.apache.tephra.inmemory |
This package contains in memory implementation of the transaction system v2.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
TransactionSystemClient.getSnapshotInputStream()
Retrieves the state of the transaction manager and send it as a stream.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
TransactionServiceClient.getSnapshotInputStream() |
InputStream |
TransactionServiceThriftClient.getSnapshotStream() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
MinimalTxSystemClient.getSnapshotInputStream() |
InputStream |
InMemoryTxSystemClient.getSnapshotInputStream() |
InputStream |
DetachedTxSystemClient.getSnapshotInputStream() |
Copyright © 2017 The Apache Software Foundation. All rights reserved.