Class IdRegistry<T>

java.lang.Object
io.trino.operator.IdRegistry<T>

public final class IdRegistry<T> extends Object
Object registration system that allows looking up objects via stable IDs.

This class may recycle deallocated IDs for new allocations.