DfsMetrics Class |
Namespace: Ookii.Jumbo.Dfs
The DfsMetrics type exposes the following members.
Name | Description | |
---|---|---|
DfsMetrics | Initializes a new instance of the DfsMetrics class |
Name | Description | |
---|---|---|
AvailableCapacity |
Gets or sets the storage capacity that is available.
| |
DataServers |
Gets metrics for all data servers registered with the system.
| |
DfsCapacityUsed |
Gets or sets the storage capacity that is used by files on the DFS.
| |
NameServer |
Gets or sets the address of the name server.
| |
PendingBlockCount |
Gets or sets the total number of blocks that have not yet been committed.
| |
TotalBlockCount |
Gets or sets the total number of blocks. This does not include pending blocks.
| |
TotalCapacity |
Gets the total storage capacity of the DFS.
| |
TotalSize |
Gets or sets the total size of all files.
| |
UnderReplicatedBlockCount |
Gets or sets the total number of blocks that are not fully replicated.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PrintMetrics |
Prints the metrics.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |