Package com.bayesserver.data.distributed
Interface DataPartition<T>
-
public interface DataPartition<T>
Interface used by distributed processes that read data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataReader
createDataReader(T context)
Create a data reader for this distributed partition.
-
-
-
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:
-
-