Instance Constructors
-
new
AkkaBlockingConnection(system: ActorSystem, host: String, port: Int, passwordOpt: Option[String], database: Int, nameOpt: Option[String], decodersCount: Int, connectTimeout: FiniteDuration, maxWriteBatchSize: Int, tcpSendBufferSizeHint: Int, tcpReceiveBufferSizeHint: Int, akkaListenerDispatcherPath: String, akkaIODispatcherPath: String, akkaDecoderDispatcherPath: String, failCommandOnConnecting: Boolean)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
akkaDecoderDispatcherPath: String
-
val
akkaIODispatcherPath: String
-
val
akkaListenerDispatcherPath: String
-
final
def
asInstanceOf[T0]: T0
-
def
awaitTermination(timeout: Duration = Duration.Inf): Unit
-
def
clone(): AnyRef
-
val
connectTimeout: FiniteDuration
-
var
database: Int
-
val
decodersCount: Int
-
implicit
val
dispatcher: ExecutionContextExecutor
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getDatabase: Int
-
def
getNameOpt: Option[String]
-
def
getPasswordOpt: Option[String]
-
def
hashCode(): Int
-
val
host: String
-
final
def
isInstanceOf[T0]: Boolean
-
var
isShuttingDown: Boolean
-
implicit
val
listenerActor: ActorRef
-
lazy val
logger: Logger
-
val
maxWriteBatchSize: Int
-
var
nameOpt: Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
var
passwordOpt: Option[String]
-
val
port: Int
-
val
receiveTimeoutOpt: Option[FiniteDuration]
-
def
sendBlocking[A](request: Request[A])(implicit timeout: Duration): Try[A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
val
system: ActorSystem
-
val
tcpReceiveBufferSizeHint: Int
-
val
tcpSendBufferSizeHint: Int
-
def
toString(): String
-
def
updateState(request: Request[_]): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
watchTermination(): Unit
Inherited from LazyLogging
Inherited from AnyRef
Inherited from Any
This trait represents a blocking connection to a
Redis
server.