Packages

o

lnrpc.Peer.SyncType

PINNED_SYNC

case object PINNED_SYNC extends SyncType with Recognized with Product with Serializable

Denotes that this peer is pinned into an active sync.

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PINNED_SYNC
  2. Recognized
  3. SyncType
  4. GeneratedEnum
  5. Serializable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type EnumType = SyncType
    Definition Classes
    SyncType → GeneratedEnum
  2. type RecognizedType = Recognized
    Definition Classes
    SyncType → GeneratedEnum

Value Members

  1. final def asRecognized: Option[Recognized]
    Definition Classes
    SyncType → GeneratedEnum
  2. def companion: GeneratedEnumCompanion[SyncType]
    Definition Classes
    SyncType → GeneratedEnum
  3. val index: Int
    Definition Classes
    PINNED_SYNC → GeneratedEnum
  4. def isActiveSync: Boolean
    Definition Classes
    SyncType
  5. def isPassiveSync: Boolean
    Definition Classes
    SyncType
  6. def isPinnedSync: Boolean
    Definition Classes
    PINNED_SYNCSyncType
  7. def isUnknownSync: Boolean
    Definition Classes
    SyncType
  8. def isUnrecognized: Boolean
    Definition Classes
    GeneratedEnum
  9. def javaValueDescriptor: EnumValueDescriptor
    Definition Classes
    GeneratedEnum
  10. val name: String
    Definition Classes
    PINNED_SYNC → GeneratedEnum
  11. def productElementName(n: Int): String
    Definition Classes
    Product
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. def scalaValueDescriptor: EnumValueDescriptor
    Definition Classes
    GeneratedEnum
  14. def toString(): String
    Definition Classes
    GeneratedEnum → Any
  15. val value: Int
    Definition Classes
    SyncType → GeneratedEnum