Package com.illumon.iris.db.tables.appendable.symbolmanagers

  • Class Summary 
    Class Description
    AppendableSymbolManager<STRING_LIKE_TYPE>
    Abstract parent for symbol managers that grow their mapping tables by appending to a column.
    BoundedAppendableSymbolManager<STRING_LIKE_TYPE>
    A symbol manager that manages a bounded number of cached mappings, with least-recently-added replacement.
    StrictAppendableSymbolManager<STRING_LIKE_TYPE>
    An appendable symbol manager that guarantees one:one mappings from symbol to identifier.