Click or drag to resize

DfsMetrics Class

Represents information about the current state of the distributed file system.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.DfsDfsMetrics

Namespace: Ookii.Jumbo.Dfs
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public class DfsMetrics

The DfsMetrics type exposes the following members.

Constructors
 NameDescription
Public methodDfsMetrics Initializes a new instance of the DfsMetrics class.
Top
Properties
 NameDescription
Public propertyAvailableCapacity Gets or sets the storage capacity that is available.
Public propertyDataServers Gets metrics for all data servers registered with the system.
Public propertyDfsCapacityUsed Gets or sets the storage capacity that is used by files on the DFS.
Public propertyNameServer Gets the address of the name server.
Public propertyPendingBlockCount Gets or sets the total number of blocks that have not yet been committed.
Public propertyTotalBlockCount Gets or sets the total number of blocks. This does not include pending blocks.
Public propertyTotalCapacity Gets the total storage capacity of the DFS.
Public propertyTotalSize Gets or sets the total size of all files.
Public propertyUnderReplicatedBlockCount Gets or sets the total number of blocks that are not fully replicated.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodPrintMetrics Prints the metrics.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also