Package com.illumon.iris.db.v2.replay
Interface ReplayerHandle
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ReplayerHandle.Local
public interface ReplayerHandle extends Serializable
A handle to a replayer.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ReplayerHandle.Local
A handle to a replayer, where the replayer and handle exist in the same JVM instance. -
Method Summary
Modifier and Type Method Description Replayer
getReplayer()
Gets the replayer.
-
Method Details
-
getReplayer
Replayer getReplayer()Gets the replayer.- Returns:
- replayer
-