Class ScopedTopologySet

All Implemented Interfaces:
Serializable, AutoCloseable, Cloneable, Iterable<String>, Collection<String>, Set<String>

public class ScopedTopologySet extends HashSet<String> implements AutoCloseable
A set of topology names that will be killed when this is closed, or when the program exits.
See Also: