- All Known Subinterfaces:
ConnectionTracker
- All Known Implementing Classes:
ConnectionTrackerImpl
public interface TrackedSavepoints
Gets all the savepoints that have not yet been released.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionMap
<Savepoint, ? extends SavepointTracker> Gets all the savepoints that have not yet been released.
-
Method Details
-
getTrackedSavepoints
Map<Savepoint,? extends SavepointTracker> getTrackedSavepoints()Gets all the savepoints that have not yet been released.- Returns:
- The mapping from wrapped savepoint to tracker without any defensive copy.
- See Also:
-