@FunctionalInterface public static interface PartitionTrackerFactory.TaskExecutorGatewayLookup
TaskExecutorGateway.| Modifier and Type | Method and Description |
|---|---|
Optional<TaskExecutorGateway> |
lookup(ResourceID taskExecutorId)
Returns a
TaskExecutorGateway corresponding to the given ResourceID. |
Optional<TaskExecutorGateway> lookup(ResourceID taskExecutorId)
TaskExecutorGateway corresponding to the given ResourceID.taskExecutorId - id of the task executor to look up.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.