| IJobServerTaskProtocolGetPartitionsForTask Method |
Gets the partitions that are currently assigned to a task.
Namespace:
Ookii.Jumbo.Jet
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax int[] GetPartitionsForTask(
Guid jobId,
TaskId taskId
)
Function GetPartitionsForTask (
jobId As Guid,
taskId As TaskId
) As Integer()
array<int>^ GetPartitionsForTask(
Guid jobId,
TaskId^ taskId
)
abstract GetPartitionsForTask :
jobId : Guid *
taskId : TaskId -> int[]
Parameters
- jobId
- Type: SystemGuid
The ID of the job containing the task. - taskId
- Type: Ookii.Jumbo.JetTaskId
The ID of the task.
Return Value
Type:
Int32A list of partition numbers that the task should process.
See Also