Class TableLocationLookupKey.Reusable

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

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

    • Reusable

      public Reusable()
  • 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 io.deephaven.enterprise.comm.impl.nio.WObjectReader reader) throws IOException
      Throws:
      IOException