Interface DataPartition<T>


  • public interface DataPartition<T>
    Interface used by distributed processes that read data.
    • Method Detail

      • createDataReader

        DataReader createDataReader​(T context)
        Create a data reader for this distributed partition.
        Parameters:
        context - The context that holds any information required to create the data reader.
        Returns: