Click or drag to resize

JetActivatorApplyConfiguration Method

Applies the specified configuration to the specified cobject.

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static void ApplyConfiguration(
	Object target,
	DfsConfiguration? dfsConfiguration,
	JetConfiguration? jetConfiguration,
	TaskContext? taskAttemptConfiguration
)

Parameters

target  Object
The object to configure.
dfsConfiguration  DfsConfiguration
The configuration used to access the distributed file system.
jetConfiguration  JetConfiguration
The configuration used to access Jet.
taskAttemptConfiguration  TaskContext
The configuration for the task attempt.
Remarks

This function checks if the object implements IConfigurable and if so, applies the configuration to it.

See Also