public static final class FileSystemContextReinitializer.ReinitBlockerResource
extends java.lang.Object
implements java.io.Closeable
| Constructor and Description |
|---|
ReinitBlockerResource(CountingLatch latch)
Increases the count of the latch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
public ReinitBlockerResource(CountingLatch latch) throws java.lang.InterruptedException
FileSystemContextReinitializer.ReinitAllowerResource, the constructor blocks until the latch
is released by FileSystemContextReinitializer.ReinitAllowerResource.close().latch - the count latchjava.lang.InterruptedException - if interrupted during being blockedCopyright © 2022. All Rights Reserved.