Class TableLocationLookupKey<TYPE extends CharSequence>

java.lang.Object
com.illumon.iris.db.v2.locations.TableLocationLookupKey<TYPE>
All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable, TableLocationKey, NamedImplementation, Serializable
Direct Known Subclasses:
TableLocationLookupKey.Immutable, TableLocationLookupKey.Reusable

public abstract class TableLocationLookupKey<TYPE extends CharSequence> extends Object implements TableLocationKey, Serializable
A simple implementation of TableLocationKey for use in hash lookups.
See Also:
  • Field Details

    • internalPartition

      @NotNull protected final TYPE extends CharSequence internalPartition
    • columnPartition

      @NotNull protected final TYPE extends CharSequence columnPartition
  • Method Details