| Package | Description |
|---|---|
| org.neo4j.causalclustering.catchup | |
| org.neo4j.causalclustering.catchup.storecopy | |
| org.neo4j.causalclustering.catchup.tx |
| Modifier and Type | Method and Description |
|---|---|
CatchupResult |
TxPullRequestResult.catchupResult() |
static CatchupResult |
CatchupResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatchupResult[] |
CatchupResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TxPullRequestResult(CatchupResult catchupResult,
long lastTxId) |
| Modifier and Type | Method and Description |
|---|---|
CatchupResult |
StoreFetcher.tryCatchingUp(MemberId from,
StoreId expectedStoreId,
File storeDir) |
| Modifier and Type | Method and Description |
|---|---|
CatchupResult |
TxStreamFinishedResponse.status() |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.