Click or drag to resize
Grid Solutions Framework

HadoopReplicationProvider Properties

The HadoopReplicationProvider type exposes the following members.

Properties
  Name Description
Public property ApplyBufferPadding 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.
Public property ArchiveLocation Gets or sets the primary location of the IArchive.
(Inherited from ReplicationProviderBase)
Public property BytesPerCrc32 Gets or sets the number of bytes at which HDFS is configured to compute a CRC32.
Public property DeleteOriginalFiles Gets or sets a boolean value that indicates whether the original files are to be deleted after being replicated successfully.
Public property Domain Gets the AppDomain in which the Adapter is executing.
(Inherited from Adapter)
Public property Enabled Gets or sets a boolean value that indicates whether the Adapter is currently enabled.
(Inherited from Adapter)
Public property HashRequestAttempts Gets or sets the maximum number of requests to be made to the FTP server for HDFS file hash.
Public property HashRequestWaitTime Gets or set the time, in milliseconds, to wait between requests to the FTP server for HDFS file hash.
Public property HdfsBlockSize Gets or sets the size, in MB, of the data blocks for HDFS where the file resides.
Public property HostFile Gets or sets the path to the file where the Adapter is housed.
(Inherited from Adapter)
Public property IsDisposed Gets a flag that indicates whether the object has been disposed.
(Inherited from Adapter)
Public property MemoryUsage Gets the memory utilization of the Adapter in bytes if executing in a separate AppDomain, otherwise NaN.
(Inherited from Adapter)
Public property Name Gets the unique identifier of the Adapter.
(Inherited from Adapter)
Public property PersistSettings Gets or sets a boolean value that indicates whether Adapter settings are to be saved to the config file.
(Inherited from Adapter)
Public property ProcessorUsage Gets the % processor utilization of the Adapter if executing in a separate AppDomain otherwise NaN.
(Inherited from Adapter)
Public property ReplicaLocation Gets or sets the mirrored location of the IArchive.
(Inherited from ReplicationProviderBase)
Public property ReplicationInterval Gets or sets the interval in minutes at which the IArchive is to be replicated.
(Inherited from ReplicationProviderBase)
Public property SettingsCategory Gets or sets the category under which Adapter settings are to be saved to the config file if the PersistSettings property is set to true.
(Inherited from Adapter)
Public property Status Gets the descriptive status of the Adapter.
(Inherited from Adapter)
Public property TypeName Gets or sets the text representation of the Adapter's TypeName.
(Inherited from Adapter)
Top
See Also