Click or drag to resize

FileDataInput(DfsConfiguration, Type, JumboFileSystemEntry, 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,
	JumboFileSystemEntry fileOrDirectory,
	int minSplitSize = 1,
	int maxSplitSize = 2147483647
)

Parameters

dfsConfiguration  DfsConfiguration
The DFS configuration.
recordReaderType  Type
Type of the record reader.
fileOrDirectory  JumboFileSystemEntry
The input file or directory.
minSplitSize  Int32  (Optional)
The minimum split size.
maxSplitSize  Int32  (Optional)
The maximum split size.
Exceptions
ExceptionCondition
ArgumentNullExceptionfileOrDirectory
See Also