Class TestListWrapper

java.lang.Object
org.apache.flink.test.streaming.runtime.util.TestListWrapper

public class TestListWrapper extends Object
Catalog for lists stored by TestListResultSink.
  • Method Details

    • 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)