object ThrottleMode extends GeneratedEnumCompanion[ThrottleMode] with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ThrottleMode
- Serializable
- Serializable
- GeneratedEnumCompanion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
case class
Unrecognized(value: Int) extends ThrottleMode with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
-
type
ValueType = ThrottleMode
- Definition Classes
- GeneratedEnumCompanion
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit def enumCompanion: GeneratedEnumCompanion[ThrottleMode]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def fromJavaValue(pbJavaSource: Mleap.ThrottleMode): ThrottleMode
-
def
fromName(name: String): Option[ThrottleMode]
- Definition Classes
- GeneratedEnumCompanion
-
def
fromValue(value: Int): ThrottleMode
- Definition Classes
- ThrottleMode → GeneratedEnumCompanion
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
javaDescriptor: EnumDescriptor
- Definition Classes
- ThrottleMode → GeneratedEnumCompanion
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
scalaDescriptor: EnumDescriptor
- Definition Classes
- ThrottleMode → GeneratedEnumCompanion
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toJavaValue(pbScalaSource: ThrottleMode): Mleap.ThrottleMode
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
lazy val
values: Seq[ThrottleMode]
- Definition Classes
- ThrottleMode → GeneratedEnumCompanion
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
object
THROTTLE_ENFORCING extends ThrottleMode with Product with Serializable
- Annotations
- @SerialVersionUID()
-
object
THROTTLE_SHAPING extends ThrottleMode with Product with Serializable
- Annotations
- @SerialVersionUID()
Deprecated Value Members
-
def
descriptor: EnumDescriptor
- Definition Classes
- GeneratedEnumCompanion
- Annotations
- @deprecated
- Deprecated
(Since version ScalaPB 0.5.47) Use javaDescriptor instead. In a future version this will refer to scalaDescriptor.