object TopicModel extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TopicModel
- Serializable
- Serializable
- 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 avro(name: String, creationTime: Long, partitions: Int, replicas: Int, keyFieldName: Option[String], headersFieldName: Option[String], useAvroSchemaManager: Boolean, schema: Schema, topicCompression: TopicCompression, subjectStrategy: SubjectStrategy, keySchema: Option[Schema]): TopicModel
- def binary(name: String, creationTime: Long, partitions: Int, replicas: Int, keyFieldName: Option[String], headersFieldName: Option[String], valueFieldsNames: Option[String], topicCompression: TopicCompression): TopicModel
-
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] )
-
def
generateField(namespace: String, name: String, ownSchema: Option[String]): String
Generate final schema for TopicModel.
Generate final schema for TopicModel. Use this method if you schema have a field metadata.
-
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 json(name: String, creationTime: Long, partitions: Int, replicas: Int, keyFieldName: Option[String], headersFieldName: Option[String], schema: Schema, topicCompression: TopicCompression, keySchema: Option[Schema]): TopicModel
- def json(name: String, creationTime: Long, partitions: Int, replicas: Int, keyFieldName: Option[String], headersFieldName: Option[String], topicCompression: TopicCompression): TopicModel
- def name(basename: String): String
-
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 plainText(name: String, creationTime: Long, partitions: Int, replicas: Int, keyFieldName: Option[String], headersFieldName: Option[String], valueFieldsNames: Option[String], topicCompression: TopicCompression): TopicModel
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()