public interface CatchUpResponseHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onCoreSnapshot(CoreSnapshot coreSnapshot) |
boolean |
onFileContent(FileChunk fileChunk) |
void |
onFileHeader(FileHeader fileHeader) |
void |
onFileStreamingComplete(StoreCopyFinishedResponse response) |
void |
onGetStoreIdResponse(GetStoreIdResponse response) |
void |
onTxPullResponse(TxPullResponse tx) |
void |
onTxStreamFinishedResponse(TxStreamFinishedResponse response) |
void onFileHeader(FileHeader fileHeader)
boolean onFileContent(FileChunk fileChunk) throws IOException
fileChunk - Part of a file.true if this is the last part of the file that is currently being transferred.IOExceptionvoid onFileStreamingComplete(StoreCopyFinishedResponse response)
void onTxPullResponse(TxPullResponse tx)
void onTxStreamFinishedResponse(TxStreamFinishedResponse response)
void onGetStoreIdResponse(GetStoreIdResponse response)
void onCoreSnapshot(CoreSnapshot coreSnapshot)
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.