| Package | Description |
|---|---|
| org.neo4j.causalclustering.catchup.storecopy | |
| org.neo4j.causalclustering.catchup.tx | |
| org.neo4j.causalclustering.core.state.snapshot |
| Constructor and Description |
|---|
GetStoreIdRequestHandler(CatchupServerProtocol protocol,
Supplier<StoreId> storeIdSupplier) |
GetStoreRequestHandler(CatchupServerProtocol protocol,
Supplier<org.neo4j.kernel.NeoStoreDataSource> dataSource,
Supplier<org.neo4j.kernel.impl.transaction.log.checkpoint.CheckPointer> checkPointerSupplier,
org.neo4j.io.fs.FileSystemAbstraction fs,
org.neo4j.logging.LogProvider logProvider) |
| 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) |
| Constructor and Description |
|---|
CoreSnapshotRequestHandler(CatchupServerProtocol protocol,
CoreState coreState) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.