Package

swaydb.core.segment.format.one.entry

generators

Permalink

package generators

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class TemplateEntryId extends EntryId

    Permalink

    This code is not used in actual production.

    This code is not used in actual production.

    It is a base template class for generating IDs for all other key-value type using swaydb.core.segment.format.one.entry.generators.IdsGenerator which gives all key-values types unique ids.

    Commenting anything with "remove this" will remove that line for the target generated class.

    TO DO - switch to using macros.

Value Members

  1. object IdsGenerator extends App

    Permalink

    Generates if Ids for all key-value types other than swaydb.core.segment.format.one.entry.id.RemoveEntryId which does not contain a value.

  2. object ReaderConditionsGenerator extends App

    Permalink

    Generates if conditions for all readers.

  3. object TemplateEntryId

    Permalink

Ungrouped