Uses of Interface
org.osgi.util.pushstream.PushbackPolicy
-
Packages that use PushbackPolicy Package Description org.osgi.util.pushstream Push Stream Package Version 1.0. -
-
Uses of PushbackPolicy in org.osgi.util.pushstream
Methods in org.osgi.util.pushstream that return PushbackPolicy Modifier and Type Method Description abstract <T,U extends java.util.concurrent.BlockingQueue<PushEvent<? extends T>>>
PushbackPolicy<T,U>PushbackPolicyOption. getPolicy(long value)
Create aPushbackPolicy
instance configured with a base back pressure time in nanoseconds The actual backpressure returned will vary based on the selected implementation, the base value, and the state of the buffer.Methods in org.osgi.util.pushstream with parameters of type PushbackPolicy Modifier and Type Method Description BufferBuilder<R,T,U>
BufferBuilder. withPushbackPolicy(PushbackPolicy<T,U> pushbackPolicy)
Set thePushbackPolicy
of this builderPushStreamBuilder<T,U>
PushStreamBuilder. withPushbackPolicy(PushbackPolicy<T,U> pushbackPolicy)
-