public interface CommitLogTransfer
| Modifier and Type | Method and Description |
|---|---|
default void |
destroy()
Destroy resources used by the commit log transfer
|
default void |
init(Properties commitLogTransferConfigs)
Initialize resources required by the commit log transfer
|
void |
onErrorTransfer(File file)
Transfer a commit log that has not been successfully processed.
|
void |
onSuccessTransfer(File file)
Transfer a commit log that has been successfully processed.
|
default void init(Properties commitLogTransferConfigs) throws Exception
Exceptiondefault void destroy()
throws Exception
Exceptionvoid onSuccessTransfer(File file)
void onErrorTransfer(File file)
Copyright © 2019 JBoss by Red Hat. All rights reserved.