Instance Constructors
-
new
FinagledClient
(service: Service[ThriftClientRequest, Array[Byte]], protocolFactory: TProtocolFactory)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
abort
(queueName: String, ids: Set[Long]): Future[Int]
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
confirm
(queueName: String, ids: Set[Long]): Future[Int]
-
def
decodeResponse
[T]
(resBytes: Array[Byte], decoder: (TProtocol) ⇒ T): Future[T]
-
def
deleteQueue
(queueName: String): Future[Unit]
-
def
encodeRequest
(name: String, args: ThriftStruct): Future[ThriftClientRequest]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
flushAllQueues
(): Future[Unit]
-
def
flushQueue
(queueName: String): Future[Unit]
-
def
get
(queueName: String, maxItems: Int, timeoutMsec: Int = 0, autoAbortMsec: Int = 0): Future[Seq[Item]]
-
def
getClass
(): java.lang.Class[_]
-
def
getVersion
(): Future[String]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
missingResult
(name: String): Future[Nothing]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
peek
(queueName: String): Future[QueueInfo]
-
val
protocolFactory
: TProtocolFactory
-
def
put
(queueName: String, items: Seq[ByteBuffer], expirationMsec: Int = 0): Future[Int]
-
val
service
: Service[ThriftClientRequest, Array[Byte]]
-
val
serviceName
: Option[String]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from FinagleThriftClient
Inherited from AnyRef
Inherited from Any