abstract class AbstractAkkaConnection extends Connection with LazyLogging
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- AbstractAkkaConnection
- LazyLogging
- Connection
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AbstractAkkaConnection(system: ActorSystem, host: String, port: Int, passwordOpt: Option[String], database: Int, nameOpt: Option[String], decodersCount: Int, receiveTimeoutOpt: Option[FiniteDuration], connectTimeout: FiniteDuration, maxWriteBatchSize: Int, tcpSendBufferSizeHint: Int, tcpReceiveBufferSizeHint: Int, akkaListenerDispatcherPath: String, akkaIODispatcherPath: String, akkaDecoderDispatcherPath: String)
Concrete 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
- val akkaDecoderDispatcherPath: String
- Attributes
- protected
- val akkaIODispatcherPath: String
- Attributes
- protected
- val akkaListenerDispatcherPath: String
- Attributes
- protected
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def awaitTermination(timeout: Duration = Duration.Inf): Unit
Waits for all the internal actors to be shutdown.
Waits for all the internal actors to be shutdown.
- timeout
amount of time to wait
- Note
This method is usually called after issuing a QUIT command
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val connectTimeout: FiniteDuration
- Attributes
- protected
- var database: Int
- Attributes
- protected
- val decodersCount: Int
- Attributes
- protected
- implicit val dispatcher: ExecutionContextExecutor
- Definition Classes
- AbstractAkkaConnection → Connection
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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()
- def getDatabase: Int
- Attributes
- protected
- def getNameOpt: Option[String]
- Attributes
- protected
- def getPasswordOpt: Option[String]
- Attributes
- protected
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val host: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- var isShuttingDown: Boolean
- Attributes
- protected
- lazy val logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
- val maxWriteBatchSize: Int
- Attributes
- protected
- var nameOpt: Option[String]
- Attributes
- protected
- 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()
- var passwordOpt: Option[String]
- Attributes
- protected
- val port: Int
- val receiveTimeoutOpt: Option[FiniteDuration]
- Attributes
- protected
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val system: ActorSystem
- Attributes
- protected
- val tcpReceiveBufferSizeHint: Int
- Attributes
- protected
- val tcpSendBufferSizeHint: Int
- Attributes
- protected
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateState(request: Request[_]): Unit
- Attributes
- protected
- 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()
- def watchTermination(): Unit
- Attributes
- protected