- WAITING - Static variable in class org.osgi.service.blueprint.container.BlueprintEvent
-
The Blueprint Container is waiting on the availability of a service to
satisfy an invocation on a referenced service.
- warn(String) - Method in interface org.osgi.service.log.Logger
-
- warn(String, Object) - Method in interface org.osgi.service.log.Logger
-
- warn(String, Object, Object) - Method in interface org.osgi.service.log.Logger
-
- warn(String, Object...) - Method in interface org.osgi.service.log.Logger
-
- warn(LoggerConsumer<E>) - Method in interface org.osgi.service.log.Logger
-
Perform the specified operation if logging enabled for the
LogLevel.WARN
level.
- window(Duration, Function<Collection<T>, R>) - Method in interface org.osgi.util.pushstream.PushStream
-
Buffers a number of events over a fixed time interval and then forwards
the events to an accumulator function.
- window(Duration, Executor, Function<Collection<T>, R>) - Method in interface org.osgi.util.pushstream.PushStream
-
Buffers a number of events over a fixed time interval and then forwards
the events to an accumulator function.
- window(Supplier<Duration>, IntSupplier, BiFunction<Long, Collection<T>, R>) - Method in interface org.osgi.util.pushstream.PushStream
-
Buffers a number of events over a variable time interval and then
forwards the events to an accumulator function.
- window(Supplier<Duration>, IntSupplier, Executor, BiFunction<Long, Collection<T>, R>) - Method in interface org.osgi.util.pushstream.PushStream
-
Buffers a number of events over a variable time interval and then
forwards the events to an accumulator function.
- withBuffer(U) - Method in interface org.osgi.util.pushstream.BufferBuilder
-
The BlockingQueue implementation to use as a buffer
- withBuffer(U) - Method in interface org.osgi.util.pushstream.PushStreamBuilder
-
- withExecutor(Executor) - Method in interface org.osgi.util.pushstream.BufferBuilder
-
Set the Executor
that should be used to deliver events from this
buffer
- withExecutor(Executor) - Method in interface org.osgi.util.pushstream.PushStreamBuilder
-
- withParallelism(int) - Method in interface org.osgi.util.pushstream.BufferBuilder
-
Set the maximum permitted number of concurrent event deliveries allowed
from this buffer
- withParallelism(int) - Method in interface org.osgi.util.pushstream.PushStreamBuilder
-
- withPushbackPolicy(PushbackPolicy<T, U>) - Method in interface org.osgi.util.pushstream.BufferBuilder
-
- withPushbackPolicy(PushbackPolicyOption, long) - Method in interface org.osgi.util.pushstream.BufferBuilder
-
- withPushbackPolicy(PushbackPolicy<T, U>) - Method in interface org.osgi.util.pushstream.PushStreamBuilder
-
- withPushbackPolicy(PushbackPolicyOption, long) - Method in interface org.osgi.util.pushstream.PushStreamBuilder
-
- withQueuePolicy(QueuePolicy<T, U>) - Method in interface org.osgi.util.pushstream.BufferBuilder
-
- withQueuePolicy(QueuePolicyOption) - Method in interface org.osgi.util.pushstream.BufferBuilder
-
- withQueuePolicy(QueuePolicy<T, U>) - Method in interface org.osgi.util.pushstream.PushStreamBuilder
-
- withQueuePolicy(QueuePolicyOption) - Method in interface org.osgi.util.pushstream.PushStreamBuilder
-
- withScheduler(ScheduledExecutorService) - Method in interface org.osgi.util.pushstream.BufferBuilder
-
Set the ScheduledExecutorService
that should be used to trigger
timed events after this buffer
- withScheduler(ScheduledExecutorService) - Method in interface org.osgi.util.pushstream.PushStreamBuilder
-
- WRONG_THREAD - Static variable in exception org.osgi.service.coordinator.CoordinationException
-
The Coordination cannot be ended by the calling thread since the
Coordination is on the thread local Coordination stack of another thread.