| BlockAssignment Constructor |
Namespace:
Ookii.Jumbo.Dfs
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax public BlockAssignment(
Guid blockId,
IEnumerable<ServerAddress> dataServers
)
Public Sub New (
blockId As Guid,
dataServers As IEnumerable(Of ServerAddress)
)
public:
BlockAssignment(
Guid blockId,
IEnumerable<ServerAddress^>^ dataServers
)
new :
blockId : Guid *
dataServers : IEnumerable<ServerAddress> -> BlockAssignment
Parameters
- blockId
- Type: SystemGuid
The ID of the block. - dataServers
- Type: System.Collections.GenericIEnumerableServerAddress
The list of data servers that have this block.
See Also