Package com.illumon.iris.db.v2.replay
Class ReplayerHandle.Local
java.lang.Object
com.illumon.iris.db.v2.replay.ReplayerHandle.Local
- All Implemented Interfaces:
ReplayerHandle
,Serializable
- Enclosing interface:
- ReplayerHandle
public static class ReplayerHandle.Local extends Object implements ReplayerHandle
A handle to a replayer, where the replayer and handle exist in the same JVM instance.
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.v2.replay.ReplayerHandle
ReplayerHandle.Local
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Replayer
getReplayer()
Gets the replayer.
-
Constructor Details
-
Local
Create a new handle.- Parameters:
replayer
- replayer
-
-
Method Details
-
getReplayer
Description copied from interface:ReplayerHandle
Gets the replayer.- Specified by:
getReplayer
in interfaceReplayerHandle
- Returns:
- replayer
-