Click or drag to resize

FileDataInput(DfsConfiguration, Type, IEnumerableJumboFile, Int32, Int32) Constructor

Initializes a new instance of the FileDataInput class.

Namespace: Ookii.Jumbo.Jet.IO
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public FileDataInput(
	DfsConfiguration dfsConfiguration,
	Type recordReaderType,
	IEnumerable<JumboFile> inputFiles,
	int minSplitSize = 1,
	int maxSplitSize = 2147483647
)

Parameters

dfsConfiguration  DfsConfiguration
The DFS configuration.
recordReaderType  Type
Type of the record reader.
inputFiles  IEnumerableJumboFile
The input files.
minSplitSize  Int32  (Optional)
The minimum split size.
maxSplitSize  Int32  (Optional)
The maximum split size.
See Also