|
HadoopReplicationProviderApplyBufferPadding Property
|
Gets or sets a boolean value that indicates whether the buffer used for computing file hash is to be padded with null bytes for replicating HDFS hashing bug.
Namespace: Hadoop.ReplicationAssembly: Hadoop.Replication (in Hadoop.Replication.dll) Version: 2.4.207-beta
Syntax public bool ApplyBufferPadding { get; set; }
Public Property ApplyBufferPadding As Boolean
Get
Set
public:
property bool ApplyBufferPadding {
bool get ();
void set (bool value);
}
member ApplyBufferPadding : bool with get, set
function get_ApplyBufferPadding();
function set_ApplyBufferPadding(value);
View SourceProperty Value
BooleanSee Also