Class SyncIOCompletion
- java.lang.Object
-
- org.apache.activemq.artemis.core.journal.impl.SyncIOCompletion
-
- All Implemented Interfaces:
IOCallback,IOCompletion
- Direct Known Subclasses:
DummyCallback,SimpleWaitIOCallback
public abstract class SyncIOCompletion extends Object implements IOCompletion
Internal class used to manage explicit syncs on the Journal through callbacks.
-
-
Constructor Summary
Constructors Constructor Description SyncIOCompletion()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidwaitCompletion()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.activemq.artemis.core.io.IOCallback
done, onError
-
Methods inherited from interface org.apache.activemq.artemis.core.journal.IOCompletion
storeLineUp
-
-