toggle menu
modelix.core
8.16.0
common
switch theme
search in API
model-datastructure
/
org.modelix.model.lazy
/
BulkQuery
Bulk
Query
class
BulkQuery
(
store
:
IDeserializingKeyValueStore
,
config
:
BulkQueryConfiguration
)
:
IBulkQuery
Not thread safe
Members
Members & Extensions
Constructors
Bulk
Query
Link copied to clipboard
constructor
(
store
:
IDeserializingKeyValueStore
,
config
:
BulkQueryConfiguration
)
Types
Dummy
Value
Link copied to clipboard
class
DummyValue
<
E
>
:
IBulkQuery.Value
<
E
>
Value
Link copied to clipboard
inner
class
Value
<
T
>
:
IBulkQuery.Value
<
T
>
Functions
as
Synchronized
Link copied to clipboard
fun
IBulkQuery
.
asSynchronized
(
)
:
IBulkQuery
constant
Link copied to clipboard
open
override
fun
<
T
>
constant
(
value
:
T
)
:
IBulkQuery.Value
<
T
>
execute
Query
Link copied to clipboard
open
override
fun
executeQuery
(
)
flat
Map
Link copied to clipboard
open
override
fun
<
I
,
O
>
flatMap
(
input
:
Iterable
<
I
>
,
f
:
(
I
)
->
IBulkQuery.Value
<
O
>
)
:
IBulkQuery.Value
<
List
<
O
>
>
offer
Prefetch
Link copied to clipboard
open
override
fun
offerPrefetch
(
goal
:
IPrefetchGoal
)
query
Link copied to clipboard
open
override
fun
<
T
:
IKVValue
>
query
(
hash
:
KVEntryReference
<
T
>
)
:
IBulkQuery.Value
<
T
?
>