scray
.
cassandra
CassandraQueryableSource
Related Docs:
object CassandraQueryableSource
|
package cassandra
class
CassandraQueryableSource
[
Q <:
DomainQuery
]
extends
QueryableStoreSource
[
Q
]
Linear Supertypes
QueryableStoreSource
[
Q
],
LazySource
[
Q
],
Source
[
Q
,
Spool
[
Row
]],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
CassandraQueryableSource
QueryableStoreSource
LazySource
Source
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
CassandraQueryableSource
(
ti:
TableIdentifier
,
rowKeyColumns:
Set
[
Column
]
,
clusteringKeyColumns:
Set
[
Column
]
,
allColumns:
Set
[
Column
]
,
columnConfigs:
Set
[
ColumnConfiguration
]
,
session:
Session
,
queryMapper:
DomainToCQLQueryMapping
[
Q
,
CassandraQueryableSource
[
Q
]]
,
futurePool:
FuturePool
,
rowMapper: (
Row
) ⇒
Row
)
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
val
autoIndexedColumns
:
Set
[(
Column
,
Option
[
Boolean
])]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
createCache
:
Cache
[_]
Definition Classes
QueryableStoreSource → Source
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getClusteringKeyColumns
:
Set
[
Column
]
Definition Classes
QueryableStoreSource
def
getColumns
:
Set
[
Column
]
Definition Classes
QueryableStoreSource → Source
def
getCosts
(
query:
Q
)
(
implicit
costFunc:
QueryCostFunctionFactory
)
:
QueryCosts
Definition Classes
Source
def
getDiscriminant
:
String
Definition Classes
QueryableStoreSource → Source
def
getGraph
:
Graph
[
Source
[
DomainQuery
,
Spool
[
Row
]],
DiEdge
]
Definition Classes
QueryableStoreSource → Source
def
getRowKeyColumns
:
Set
[
Column
]
Definition Classes
QueryableStoreSource
def
getScrayCoordinates
:
TableIdentifier
Definition Classes
QueryableStoreSource
def
getValueColumns
:
Set
[
Column
]
Definition Classes
QueryableStoreSource
def
hasSkipAndLimit
:
Boolean
Definition Classes
QueryableStoreSource
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isLazy
:
Boolean
Definition Classes
LazySource → Source
def
isOrdered
(
query:
Q
)
:
Boolean
Definition Classes
CassandraQueryableSource
→ QueryableStoreSource → Source
def
keyedRequest
(
query:
KeyedQuery
)
:
Future
[
Iterator
[
Row
]]
Definition Classes
CassandraQueryableSource
→ QueryableStoreSource
val
mappingFunction
: (
DomainQuery
) ⇒
String
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
queryMapper
:
DomainToCQLQueryMapping
[
Q
,
CassandraQueryableSource
[
Q
]]
def
request
(
query:
Q
)
:
Future
[
Spool
[
Row
]]
Definition Classes
CassandraQueryableSource
→ QueryableStoreSource → LazySource → Source
def
requestIterator
(
query:
Q
)
:
Future
[
Iterator
[
Row
]]
Definition Classes
CassandraQueryableSource
→ QueryableStoreSource
Annotations
@inline
()
val
session
:
Session
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
ti
:
TableIdentifier
def
toString
()
:
String
Definition Classes
AnyRef → Any
val
valueColumns
:
Set
[
Column
]
Definition Classes
QueryableStoreSource
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
QueryableStoreSource
[
Q
]
Inherited from
LazySource
[
Q
]
Inherited from
Source
[
Q
,
Spool
[
Row
]]
Inherited from
AnyRef
Inherited from
Any
Ungrouped