Class TestListWrapper
- java.lang.Object
-
- org.apache.flink.test.streaming.runtime.util.TestListWrapper
-
public class TestListWrapper extends Object
Catalog for lists stored byTestListResultSink.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcreateList()Creates and stores a list, returns with the id.static TestListWrappergetInstance()List<?>getList(int listId)
-
-
-
Method Detail
-
getInstance
public static TestListWrapper getInstance()
-
createList
public int createList()
Creates and stores a list, returns with the id.- Returns:
- The ID of the list.
-
getList
public List<?> getList(int listId)
-
-