Interface TrackedStructs

All Known Subinterfaces:
ConnectionTracker
All Known Implementing Classes:
ConnectionTrackerImpl

public interface TrackedStructs
Gets all the structs that have not yet been closed. Structs are assumed to be closed with their connection.
Author:
AO Industries, Inc.
  • Method Details

    • getTrackedStructs

      Map<Struct,? extends StructTracker> getTrackedStructs()
      Gets all the structs that have not yet been closed. Structs are assumed to be closed with their connection.
      Returns:
      The mapping from wrapped struct to tracker without any defensive copy.
      See Also: