sealed abstract class MsgType extends GeneratedEnum

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MsgType
  2. GeneratedEnum
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type EnumType = MsgType
    Definition Classes
    MsgType → GeneratedEnum

Abstract Value Members

  1. abstract def canEqual(that: Any): Boolean
    Definition Classes
    Equals
  2. abstract def index: Int
    Definition Classes
    GeneratedEnum
  3. abstract def name: String
    Definition Classes
    GeneratedEnum
  4. abstract def productArity: Int
    Definition Classes
    Product
  5. abstract def productElement(n: Int): Any
    Definition Classes
    Product

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def asRecognized: Option[Recognized]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def companion: GeneratedEnumCompanion[MsgType]
    Definition Classes
    MsgType → GeneratedEnum
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def isAllocateSegment: Boolean
  13. def isAlterAlias: Boolean
  14. def isCreateAlias: Boolean
  15. def isCreateCollection: Boolean
  16. def isCreateCredential: Boolean
  17. def isCreateIndex: Boolean
  18. def isCreatePartition: Boolean
  19. def isCreateRole: Boolean
  20. def isDataNodeTt: Boolean
  21. def isDelete: Boolean
  22. def isDeleteCredential: Boolean
  23. def isDescribeCollection: Boolean
  24. def isDescribeIndex: Boolean
  25. def isDescribePartition: Boolean
  26. def isDescribeSegment: Boolean
  27. def isDescribeSegments: Boolean
  28. def isDropAlias: Boolean
  29. def isDropCollection: Boolean
  30. def isDropIndex: Boolean
  31. def isDropPartition: Boolean
  32. def isDropRole: Boolean
  33. def isFlush: Boolean
  34. def isGetCollectionStatistics: Boolean
  35. def isGetCredential: Boolean
  36. def isGetIndexBuildProgress: Boolean
  37. def isGetIndexState: Boolean
  38. def isGetPartitionStatistics: Boolean
  39. def isGetRecoveryInfo: Boolean
  40. def isGetReplicas: Boolean
  41. def isGetSegmentState: Boolean
  42. def isGetShardLeaders: Boolean
  43. def isGetSystemConfigs: Boolean
  44. def isHandoffSegments: Boolean
  45. def isHasCollection: Boolean
  46. def isHasPartition: Boolean
  47. def isInsert: Boolean
  48. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  49. def isListCredUsernames: Boolean
  50. def isListPolicy: Boolean
  51. def isLoadBalanceSegments: Boolean
  52. def isLoadCollection: Boolean
  53. def isLoadIndex: Boolean
  54. def isLoadPartitions: Boolean
  55. def isLoadSegments: Boolean
  56. def isOperatePrivilege: Boolean
  57. def isOperateUserRole: Boolean
  58. def isQueryNodeStats: Boolean
  59. def isRefreshPolicyInfoCache: Boolean
  60. def isReleaseCollection: Boolean
  61. def isReleasePartitions: Boolean
  62. def isReleaseSegments: Boolean
  63. def isRemoveDmChannels: Boolean
  64. def isRemoveQueryChannels: Boolean
  65. def isRequestId: Boolean
  66. def isRequestTso: Boolean
  67. def isResendSegmentStats: Boolean
  68. def isRetrieve: Boolean
  69. def isRetrieveResult: Boolean
  70. def isSealedSegmentsChangeInfo: Boolean
  71. def isSearch: Boolean
  72. def isSearchResult: Boolean
  73. def isSegmentFlushDone: Boolean
  74. def isSegmentInfo: Boolean
  75. def isSegmentStatistics: Boolean
  76. def isSelectGrant: Boolean
  77. def isSelectResource: Boolean
  78. def isSelectRole: Boolean
  79. def isSelectUser: Boolean
  80. def isShowCollections: Boolean
  81. def isShowPartitions: Boolean
  82. def isShowSegments: Boolean
  83. def isSystemInfo: Boolean
  84. def isTimeTick: Boolean
  85. def isUndefined: Boolean
  86. def isUnrecognized: Boolean
    Definition Classes
    GeneratedEnum
  87. def isUpdateCredential: Boolean
  88. def isWatchDeltaChannels: Boolean
  89. def isWatchDmChannels: Boolean
  90. def isWatchQueryChannels: Boolean
  91. def javaValueDescriptor: EnumValueDescriptor
    Definition Classes
    GeneratedEnum
  92. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  93. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  94. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  95. def productIterator: Iterator[Any]
    Definition Classes
    Product
  96. def productPrefix: String
    Definition Classes
    Product
  97. def scalaValueDescriptor: EnumValueDescriptor
    Definition Classes
    GeneratedEnum
  98. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  99. def toString(): String
    Definition Classes
    GeneratedEnum → Any
  100. val value: Int
    Definition Classes
    MsgType → GeneratedEnum
  101. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  102. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  103. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from GeneratedEnum

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped