Object/Class

org.apache.mesos.mesos

FrameworkID

Related Docs: class FrameworkID | package mesos

Permalink

object FrameworkID extends GeneratedMessageCompanion[FrameworkID] with JavaProtoSupport[FrameworkID, Protos.FrameworkID] with Serializable

Linear Supertypes
Serializable, Serializable, JavaProtoSupport[FrameworkID, Protos.FrameworkID], GeneratedMessageCompanion[FrameworkID], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FrameworkID
  2. Serializable
  3. Serializable
  4. JavaProtoSupport
  5. GeneratedMessageCompanion
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class FrameworkIDLens[UpperPB] extends ObjectLens[UpperPB, FrameworkID]

    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. final val VALUE_FIELD_NUMBER: Int(1)

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. lazy val defaultInstance: FrameworkID

    Permalink
    Definition Classes
    FrameworkID → GeneratedMessageCompanion
  8. lazy val descriptor: MessageDescriptor

    Permalink
    Definition Classes
    FrameworkID → GeneratedMessageCompanion
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def fromAscii(ascii: String): FrameworkID

    Permalink
    Definition Classes
    FrameworkID → JavaProtoSupport
  13. def fromFieldsMap(fieldsMap: Map[Int, Any]): FrameworkID

    Permalink
    Definition Classes
    FrameworkID → GeneratedMessageCompanion
  14. def fromJavaProto(javaPbSource: Protos.FrameworkID): FrameworkID

    Permalink
    Definition Classes
    FrameworkID → JavaProtoSupport
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. implicit def messageCompanion: GeneratedMessageCompanion[FrameworkID] with JavaProtoSupport[FrameworkID, Protos.FrameworkID]

    Permalink
  19. final def ne(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def parseDelimitedFrom(input: InputStream): Option[FrameworkID]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  23. def parseDelimitedFrom(input: CodedInputStream): Option[FrameworkID]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  24. def parseFrom(s: Array[Byte]): FrameworkID

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  25. def parseFrom(input: InputStream): FrameworkID

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  26. def parseFrom(input: CodedInputStream): FrameworkID

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  27. def streamFromDelimitedInput(input: InputStream): Stream[FrameworkID]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toByteArray(a: FrameworkID): Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  30. def toJavaProto(scalaPbSource: FrameworkID): Protos.FrameworkID

    Permalink
    Definition Classes
    FrameworkID → JavaProtoSupport
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. def validate(s: Array[Byte]): Try[FrameworkID]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from JavaProtoSupport[FrameworkID, Protos.FrameworkID]

Inherited from GeneratedMessageCompanion[FrameworkID]

Inherited from AnyRef

Inherited from Any

Ungrouped