Click or drag to resize
Grid Solutions Framework

HadoopReplicationProviderHashRequestWaitTime Property

Gets or set the time, in milliseconds, to wait between requests to the FTP server for HDFS file hash.

Namespace: Hadoop.Replication
Assembly: Hadoop.Replication (in Hadoop.Replication.dll) Version: 2.4.182-beta
Syntax
public int HashRequestWaitTime { get; set; }
View Source

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentExceptionThe value being assigned is negative or zero.
See Also