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: 2.0.0
Syntax
[SerializableAttribute]
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 or sets 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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPrintMetrics
Prints the metrics.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also