Package | Description |
---|---|
com.cloudera.oryx.app.serving.als.model |
Data model support for the ALS recommender Serving Layer app.
|
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 |
---|
ToDoubleObjDoubleBiFunction
Analogous to both
ToDoubleBiFunction and
ObjDoubleConsumer , combined. |
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–2018. All rights reserved.