Package | Description |
---|---|
com.cloudera.oryx.common.lang |
Contains utility code related to the JVM, classes, logging and other concerns closely
related to the core language.
|
Class and Description |
---|
AutoLock
Makes a
Lock into an AutoCloseable for use with try-with-resources:
{@code
Lock lock = ...;
... |
LoggingCallable
A
Callable that logs errors thrown from LoggingCallable.call() . |
LoggingCallable.AllowExceptionSupplier |
Copyright © 2014–2016. All rights reserved.