Skip to main content

ListStream

Complete API reference for ListStream, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: Lists

Component: no


public class ListStream

Constructors

SignatureDescription
ListStream(List)Executes ListStream and returns after the underlying engine call finishes.
ListStream(List, int, ListStreamListener)Creates a new instance of ListStream.
ListStream(Object, List, int, ListStreamListener)Creates a new instance of ListStream.
ListStream(List, int, int, ListStreamListener)Creates a new instance of ListStream.
ListStream(Object, List, int, int, ListStreamListener)Creates a new instance of ListStream.

Attributes

NameTypeDescription
HALF_THREADSintRepresents the HALF_THREADS value stored on this instance. Read or assign to update the property.
MAX_THREADSintRepresents the MAX_THREADS value stored on this instance. Read or assign to update the property.
FIXED_THREADSintRepresents the FIXED_THREADS value stored on this instance. Read or assign to update the property.

Methods

SignatureReturnsDescription
setThreadsSequence(int)voidSets or updates the threads sequence.
setThreadsCount(int)voidSets or updates the threads count.
setListStreamListener(ListStreamListener)voidSets or updates the list stream listener.