public class TreeLockExecutor extends Object implements Closeable
| Constructor and Description |
|---|
TreeLockExecutor(ExecutorService executor,
Function<String,Path> resolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
run() |
void |
submit(Runnable work,
String... paths) |
public TreeLockExecutor(ExecutorService executor, Function<String,Path> resolver)
Copyright © 2018–2019 The Apache Software Foundation. All rights reserved.