Object/Class

swaydb.core.segment.format.a.entry.id

EntryId

Related Docs: class EntryId | package id

Permalink

object EntryId

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EntryId
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Deadline extends AnyRef

    Permalink
  2. trait EntryFormat extends AnyRef

    Permalink
  3. trait Format extends AnyRef

    Permalink
  4. sealed trait GetDeadlineId extends AnyRef

    Permalink
  5. sealed trait Id extends AnyRef

    Permalink
  6. trait Key extends AnyRef

    Permalink
  7. trait Time extends AnyRef

    Permalink
  8. trait Value extends AnyRef

    Permalink
  9. trait ValueLength extends GetDeadlineId

    Permalink
  10. trait ValueOffset extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Deadline

    Permalink
  5. object Format

    Permalink
  6. object Function extends Id

    Permalink
  7. object Group extends Id

    Permalink
  8. object Key

    Permalink
  9. object PendingApply extends Id

    Permalink
  10. object Put extends Id

    Permalink
  11. object Range extends Id

    Permalink

    Reserve 1 & 2 bytes ids for Put and Group.

    Reserve 1 & 2 bytes ids for Put and Group. All the following key-values disappear in last Level but Put and Group are kept unless deleted.

  12. object Remove extends Id

    Permalink
  13. object Time

    Permalink
  14. object Update extends Id

    Permalink
  15. object Value

    Permalink
  16. object ValueLength

    Permalink
  17. object ValueOffset

    Permalink
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped