| INameServerClientProtocolGetDataServersForBlock Method |
Gets the list of data servers that have the specified block.
Namespace:
Ookii.Jumbo.Dfs
Assembly:
Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax ServerAddress[] GetDataServersForBlock(
Guid blockId
)
Function GetDataServersForBlock (
blockId As Guid
) As ServerAddress()
array<ServerAddress^>^ GetDataServersForBlock(
Guid blockId
)
abstract GetDataServersForBlock :
blockId : Guid -> ServerAddress[]
Parameters
- blockId
- Type: SystemGuid
The Guid identifying the block.
Return Value
Type:
ServerAddressA list of
ServerAddress objects that give the addresses of the servers that have this block.
See Also