public class StoreCopyResponsePacker
extends org.neo4j.com.storecopy.ResponsePacker
| Constructor and Description |
|---|
StoreCopyResponsePacker(org.neo4j.kernel.impl.transaction.log.LogicalTransactionStore transactionStore,
org.neo4j.kernel.impl.transaction.log.TransactionIdStore transactionIdStore,
org.neo4j.kernel.impl.transaction.log.LogFileInformation logFileInformation,
org.neo4j.function.Supplier<org.neo4j.kernel.impl.store.StoreId> storeId,
long mandatoryStartTransactionId,
org.neo4j.com.storecopy.StoreCopyServer.Monitor monitor) |
| Modifier and Type | Method and Description |
|---|---|
<T> org.neo4j.com.Response<T> |
packTransactionStreamResponse(org.neo4j.com.RequestContext context,
T response) |
public StoreCopyResponsePacker(org.neo4j.kernel.impl.transaction.log.LogicalTransactionStore transactionStore,
org.neo4j.kernel.impl.transaction.log.TransactionIdStore transactionIdStore,
org.neo4j.kernel.impl.transaction.log.LogFileInformation logFileInformation,
org.neo4j.function.Supplier<org.neo4j.kernel.impl.store.StoreId> storeId,
long mandatoryStartTransactionId,
org.neo4j.com.storecopy.StoreCopyServer.Monitor monitor)
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.