Package | Description |
---|---|
org.apache.river.reggie |
Provides implementations of
ServiceRegistrar . |
org.apache.river.thread |
These are utility classes and interfaces for helping with tasks done in multiple threads.
|
Modifier and Type | Field and Description |
---|---|
private SynchronousExecutors |
RegistrarImpl.eventNotifierExec
Executors for sending events and discovery responses
|
Modifier and Type | Field and Description |
---|---|
(package private) SynchronousExecutors |
SynchronousExecutors.SerialExecutor.parent |
Constructor and Description |
---|
SerialExecutor(SynchronousExecutors.QueueWrapper<T> queue,
java.util.concurrent.atomic.AtomicBoolean waiting,
java.util.concurrent.locks.Lock lock,
java.util.concurrent.locks.Condition cond,
SynchronousExecutors parent) |
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.