Class TableLookupKey.Reusable

java.lang.Object
com.illumon.iris.db.v2.locations.TableLookupKey<com.fishlib.base.string.cache.CharSequenceAdapterBuilder>
com.illumon.iris.db.v2.locations.TableLookupKey.Reusable
All Implemented Interfaces:
com.fishlib.base.log.LogOutputAppendable, TableKey, NamedImplementation, Serializable
Enclosing class:
TableLookupKey<NAME_TYPE extends CharSequence>

public static final class TableLookupKey.Reusable
extends TableLookupKey<com.fishlib.base.string.cache.CharSequenceAdapterBuilder>
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getImplementationName

      public String getImplementationName()
      Description copied from interface: NamedImplementation

      Get a name for the implementing class. Useful for abstract classes that implement LogOutputAppendable or override toString.

      The default implementation is correct, but not suitable for high-frequency usage.

      Returns:
      A name for the implementing class
    • readFrom

      public final void readFrom​(@NotNull com.fishlib.net.impl.nio.WObjectReader reader) throws IOException
      Throws:
      IOException