public interface SynchronizationManager
| Modifier and Type | Method and Description |
|---|---|
void |
finishDrain() |
void |
finishGetMessages() |
void |
finishPutMessages() |
void |
finishRecovery() |
void |
startDrain() |
void |
startGetMessages() |
void |
startPutMessages() |
void |
startRecovery() |
void |
waitForDrain() |
void |
waitForMessages() |
void startRecovery()
void finishRecovery()
void startPutMessages()
void finishPutMessages()
void startGetMessages()
void finishGetMessages()
void waitForMessages()
throws InterruptedException
InterruptedExceptionvoid waitForDrain()
throws InterruptedException
InterruptedExceptionvoid startDrain()
void finishDrain()
Copyright © 2019. All rights reserved.