Package

slick

util

Permalink

package util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class DefaultSlickMDCExecutor extends SlickExecutor

    Permalink

    Mostly copied from slick source code.

    Mostly copied from slick source code. Modified to use MDC Context

  2. class PriorityRunnableProxy extends Proxy with Runnable with ContextCopier

    Permalink
  3. trait SlickExecutor extends Logging with Provider

    Permalink
  4. class SlickMDCContext extends ExecutionContextExecutor

    Permalink

    Manages execution to ensure that the given MDC context are set correctly in the current thread.

    Manages execution to ensure that the given MDC context are set correctly in the current thread. Actual execution is performed by a delegate ExecutionContext.

  5. class SlickManagedArrayBlockingQueue[E >: Null <: PriorityRunnableProxy] extends AbstractQueue[E] with BlockingQueue[E] with Logging

    Permalink

    A simplified copy of java.util.concurrent.ArrayBlockingQueue with additional logic for temporarily rejecting elements based on the current size.

    A simplified copy of java.util.concurrent.ArrayBlockingQueue with additional logic for temporarily rejecting elements based on the current size. All features of the original ArrayBlockingQueue have been ported, except the mutation methods of the iterator. See java.util.concurrent.ArrayBlockingQueue for documentation.

Value Members

  1. def ??: Nothing

    Permalink
  2. object SlickMDCContext

    Permalink
  3. val ignoreFollowOnError: PartialFunction[Throwable, Unit]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped