DATASTREAM_THREADPOOL_QUEUE
Datastream striped thread pool tasks queue
This is a legacy Apache Ignite documentationThe new documentation is hosted here: https://ignite.apache.org/docs/latest/
This view exposes information about tasks waiting for the execution in the data streamer stripped thread pool.
| NAME | TYPE | DESCRIPTION |
|---|---|---|
| STRIPE_INDEX | int | Index of the stripe thread |
| DESCRIPTION | string | toString representation of the task |
| THREAD_NAME | string | Name of the stripe thread |
| TASK_NAME | string | Class name of the task |
Updated over 1 year ago

