| Constructor and Description |
|---|
CatchupServer(org.neo4j.logging.LogProvider logProvider,
org.neo4j.logging.LogProvider userLogProvider,
Supplier<StoreId> storeIdSupplier,
Supplier<org.neo4j.kernel.impl.transaction.log.TransactionIdStore> transactionIdStoreSupplier,
Supplier<org.neo4j.kernel.impl.transaction.log.LogicalTransactionStore> logicalTransactionStoreSupplier,
Supplier<org.neo4j.kernel.NeoStoreDataSource> dataSourceSupplier,
BooleanSupplier dataSourceAvailabilitySupplier,
CoreState coreState,
org.neo4j.kernel.configuration.Config config,
org.neo4j.kernel.monitoring.Monitors monitors,
Supplier<org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointer> checkPointerSupplier,
org.neo4j.io.fs.FileSystemAbstraction fs) |
| Modifier and Type | Method and Description |
|---|---|
StoreId |
StoreFetcher.getStoreIdOf(MemberId from) |
StoreId |
LocalDatabase.storeId() |
StoreId |
GetStoreIdResponse.storeId() |
| Modifier and Type | Method and Description |
|---|---|
void |
StoreFetcher.copyStore(MemberId from,
StoreId expectedStoreId,
File destDir) |
void |
StoreIdReceiver.onStoreIdReceived(StoreId storeId) |
CatchupResult |
StoreFetcher.tryCatchingUp(MemberId from,
StoreId expectedStoreId,
File storeDir) |
| Constructor and Description |
|---|
GetStoreIdRequestHandler(CatchupServerProtocol protocol,
Supplier<StoreId> storeIdSupplier) |
| Modifier and Type | Method and Description |
|---|---|
StoreId |
TxPullRequest.expectedStoreId() |
StoreId |
TxPullResponse.storeId() |
| Modifier and Type | Method and Description |
|---|---|
TxPullRequestResult |
TxPullClient.pullTransactions(MemberId from,
StoreId storeId,
long previousTxId,
TxPullResponseListener txPullResponseListener) |
| Constructor and Description |
|---|
TxPullRequest(long previousTxId,
StoreId expectedStoreId) |
TxPullResponse(StoreId storeId,
org.neo4j.kernel.impl.transaction.CommittedTransactionRepresentation tx) |
| Constructor and Description |
|---|
TxPullRequestHandler(CatchupServerProtocol protocol,
Supplier<StoreId> storeIdSupplier,
BooleanSupplier databaseAvailable,
Supplier<org.neo4j.kernel.impl.transaction.log.TransactionIdStore> transactionIdStoreSupplier,
Supplier<org.neo4j.kernel.impl.transaction.log.LogicalTransactionStore> logicalTransactionStoreSupplier,
int batchSize,
org.neo4j.kernel.monitoring.Monitors monitors,
org.neo4j.logging.LogProvider logProvider) |
| Modifier and Type | Field and Description |
|---|---|
static StoreId |
StoreId.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
StoreId.isDefault(StoreId storeId) |
| Modifier and Type | Method and Description |
|---|---|
void |
StoreIdMarshal.marshal(StoreId storeId,
org.neo4j.storageengine.api.WritableChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CopyStoreSafely.copyWholeStoreFrom(MemberId source,
StoreId expectedStoreId,
StoreFetcher storeFetcher) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.