| DataServerHeartbeatCommand Enumeration |
The command given to a DataServer by the NameServer.
Namespace:
Ookii.Jumbo.Dfs
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public enum DataServerHeartbeatCommand
Public Enumeration DataServerHeartbeatCommand
public enum class DataServerHeartbeatCommand
type DataServerHeartbeatCommand
Members
| Member name | Value | Description |
---|
| None | 0 |
The name server doesn't have any tasks for the data server to perform.
|
| ReportBlocks | 1 |
The name server wants the data server to send a full list of all its blocks.
|
| DeleteBlocks | 2 |
The name server wants the data server to delete certain blocks.
|
| ReplicateBlock | 3 |
The name server wants the data server to replicate a block to a different data server.
|
| SendInitialData | 4 |
The name server doesn't know this data server and needs an initial data heartbeat to verify the file system ID.
|
See Also