case class EmbeddedZ(factory: ServerCnxnFactory, logsDirs: Directory)(implicit config: EmbeddedKafkaConfig) extends EmbeddedServer with Product with Serializable
An instance of an embedded Zookeeper server.
- factory
the server.
- logsDirs
the Directory logs are to be written to.
- config
the EmbeddedKafkaConfig used to start the factory.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EmbeddedZ
- Serializable
- Product
- Equals
- EmbeddedServer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new EmbeddedZ(factory: ServerCnxnFactory, logsDirs: Directory)(implicit config: EmbeddedKafkaConfig)
- factory
the server.
- logsDirs
the Directory logs are to be written to.
- config
the EmbeddedKafkaConfig used to start the factory.
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(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val factory: ServerCnxnFactory
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logsDirs: Directory
- 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 productElementNames: Iterator[String]
- Definition Classes
- Product
- def stop(clearLogs: Boolean): Unit
Shuts down the factory and then optionally deletes the log directory.
Shuts down the factory and then optionally deletes the log directory.
- clearLogs
pass
true
to recursively delete the log directory.
- Definition Classes
- EmbeddedZ → EmbeddedServer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()