Interface AggregateDataSource

    • Method Detail

      • get

        Object get​(Iterable<?> objs,
                   int size)
        Gets the data using the specified iterable.
        Parameters:
        size - the number of objects in the iterable
        objs - the iterable over objects to use in getting the data
        Returns:
        the data using the specified iterable.
      • reset

        void reset()
        Resets this AggregateDataSource prior to the next get call.