object Topic extends Enum[Topic] with VPackEnum[Topic]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Topic
- VPackEnum
- Enum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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()
-
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] )
-
macro
def
findValues: IndexedSeq[Topic]
- Attributes
- protected
- Definition Classes
- Enum
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
indexOf(member: Topic): Int
- Definition Classes
- Enum
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
lazy val
lowerCaseNamesToValuesMap: Map[String, Topic]
- Definition Classes
- Enum
-
lazy val
namesToValuesMap: Map[String, Topic]
- Definition Classes
- Enum
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
lazy val
upperCaseNameValuesToMap: Map[String, Topic]
- Definition Classes
- Enum
-
val
values: IndexedSeq[Topic]
- Definition Classes
- Topic → Enum
-
final
lazy val
valuesToIndex: Map[Topic, Int]
- Definition Classes
- Enum
-
implicit
val
vpackDecoder: VPackDecoder[Topic]
- Definition Classes
- VPackEnum
-
implicit
val
vpackEncoder: VPackEncoder[Topic]
- Definition Classes
- VPackEnum
-
implicit
val
vpackKeyDecoder: VPackKeyDecoder[Topic]
- Definition Classes
- VPackEnum
-
implicit
val
vpackKeyEncoder: VPackKeyEncoder[Topic]
- Definition Classes
- VPackEnum
-
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()
-
def
withName(name: String): Topic
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
-
def
withNameEither(name: String): Either[NoSuchMember[Topic], Topic]
- Definition Classes
- Enum
-
def
withNameInsensitive(name: String): Topic
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
-
def
withNameInsensitiveEither(name: String): Either[NoSuchMember[Topic], Topic]
- Definition Classes
- Enum
-
def
withNameInsensitiveOption(name: String): Option[Topic]
- Definition Classes
- Enum
-
def
withNameLowercaseOnly(name: String): Topic
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
-
def
withNameLowercaseOnlyEither(name: String): Either[NoSuchMember[Topic], Topic]
- Definition Classes
- Enum
-
def
withNameLowercaseOnlyOption(name: String): Option[Topic]
- Definition Classes
- Enum
-
def
withNameOption(name: String): Option[Topic]
- Definition Classes
- Enum
-
def
withNameUppercaseOnly(name: String): Topic
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
-
def
withNameUppercaseOnlyEither(name: String): Either[NoSuchMember[Topic], Topic]
- Definition Classes
- Enum
-
def
withNameUppercaseOnlyOption(name: String): Option[Topic]
- Definition Classes
- Enum
- object agency extends Topic with Product with Serializable
- object agencycomm extends Topic with Product with Serializable
- object agencystore extends Topic with Product with Serializable
- object aql extends Topic with Product with Serializable
- object arangosearch extends Topic with Product with Serializable
- object authentication extends Topic with Product with Serializable
- object authorization extends Topic with Product with Serializable
- object backup extends Topic with Product with Serializable
- object cache extends Topic with Product with Serializable
- object cluster extends Topic with Product with Serializable
- object clustercomm extends Topic with Product with Serializable
- object collector extends Topic with Product with Serializable
- object communication extends Topic with Product with Serializable
- object compactor extends Topic with Product with Serializable
- object config extends Topic with Product with Serializable
- object crash extends Topic with Product with Serializable
- object datafiles extends Topic with Product with Serializable
- object development extends Topic with Product with Serializable
- object dump extends Topic with Product with Serializable
- object engines extends Topic with Product with Serializable
- object flush extends Topic with Product with Serializable
- object general extends Topic with Product with Serializable
- object graphs extends Topic with Product with Serializable
- object handler extends Topic with Product with Serializable
- object heartbeat extends Topic with Product with Serializable
- object httpclient extends Topic with Product with Serializable
- object libiresearch extends Topic with Product with Serializable
- object maintenance extends Topic with Product with Serializable
- object memory extends Topic with Product with Serializable
- object mmap extends Topic with Product with Serializable
- object performance extends Topic with Product with Serializable
- object pregel extends Topic with Product with Serializable
- object queries extends Topic with Product with Serializable
- object replication extends Topic with Product with Serializable
- object requests extends Topic with Product with Serializable
- object restore extends Topic with Product with Serializable
- object rocksdb extends Topic with Product with Serializable
- object security extends Topic with Product with Serializable
- object ssl extends Topic with Product with Serializable
- object startup extends Topic with Product with Serializable
- object statistics extends Topic with Product with Serializable
- object supervision extends Topic with Product with Serializable
- object syscall extends Topic with Product with Serializable
- object threads extends Topic with Product with Serializable
- object trx extends Topic with Product with Serializable
- object ttl extends Topic with Product with Serializable
- object v8 extends Topic with Product with Serializable
- object validation extends Topic with Product with Serializable
- object views extends Topic with Product with Serializable