Class TestListWrapper
java.lang.Object
org.apache.flink.test.streaming.runtime.util.TestListWrapper
Catalog for lists stored by
TestListResultSink.-
Method Summary
Modifier and TypeMethodDescriptionintCreates and stores a list, returns with the id.static TestListWrapperList<?>getList(int listId)
-
Method Details
-
getInstance
-
createList
public int createList()Creates and stores a list, returns with the id.- Returns:
- The ID of the list.
-
getList
-