public final class IdAllocationManager extends Object
Modifier and Type | Method and Description |
---|---|
String |
allocate(Run<?,?> owner,
String id,
TaskListener taskListener) |
void |
free(String n)
Release a resource
|
static IdAllocationManager |
getManager(Computer node) |
public String allocate(Run<?,?> owner, String id, TaskListener taskListener) throws InterruptedException, IOException
InterruptedException
IOException
public static IdAllocationManager getManager(Computer node)
public void free(String n)
Copyright © 2016–2022. All rights reserved.