whylogs-container
1.0-SNAPSHOT
whylogs-container
/
ai.whylabs.services.whylogs.persistent.queue
/
PersistentQueue
Persistent
Queue
class
PersistentQueue
<
T
>
(
options
:
QueueOptions
<
T
>
)
Content copied to clipboard
Constructors
Functions
Constructors
Persistent
Queue
Link copied to clipboard
fun
<
T
>
PersistentQueue
(
options
:
QueueOptions
<
T
>
)
Content copied to clipboard
Functions
pop
Link copied to clipboard
suspend
fun
pop
(
count
:
PopSize
,
block
:
suspend
(
List
<
T
>
)
->
Unit
)
Content copied to clipboard
pop
Until
Empty
Link copied to clipboard
suspend
fun
popUntilEmpty
(
incrementSize
:
PopSize
,
block
:
suspend
(
List
<
T
>
)
->
Unit
)
Content copied to clipboard
push
Link copied to clipboard
suspend
fun
push
(
items
:
List
<
T
>
)
Content copied to clipboard