trait
NodeProvider extends AnyRef
Abstract Value Members
-
abstract
def
client: IAsyncClient
-
implicit abstract
val
ec: ExecutionContext
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
getNode(nodeName: String): Future[Node]
-
def
getNodeNames: Future[List[String]]
-
def
getNodes: Future[Array[Node]]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
queryAggregateNode(policy: QueryPolicy, statement: Statement, node: Node): Future[ResultSet]
-
def
queryNode(policy: QueryPolicy, statement: Statement, node: Node): Future[RecordSet]
-
def
scanNode(policy: ScanPolicy, node: Node, namespace: String, setName: String, callback: ScanCallback, binNames: String*): Future[Unit]
-
def
scanNode(policy: ScanPolicy, nodeName: String, namespace: String, setName: String, callback: ScanCallback, binNames: String*): Future[Unit]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
Created by danylee on 11/09/16.