Uses of Interface
org.jctools.channels.WaitStrategy
Packages that use WaitStrategy
-
Uses of WaitStrategy in org.jctools.channels.proxy
Methods in org.jctools.channels.proxy with parameters of type WaitStrategyModifier and TypeMethodDescriptionstatic <E> ProxyChannel<E> ProxyChannelFactory.createMpscProxy(int capacity, Class<E> iFace, WaitStrategy waitStrategy) Create a default multi producer single consumer (MPSC) proxy channel.static <E> ProxyChannel<E> ProxyChannelFactory.createProxy(int capacity, Class<E> iFace, WaitStrategy waitStrategy, Class<? extends ProxyChannelRingBuffer> backendType) Create a proxy channel using a user supplied back end.static <E> ProxyChannel<E> ProxyChannelFactory.createSpscProxy(int capacity, Class<E> iFace, WaitStrategy waitStrategy) Create a default single producer single consumer (SPSC) proxy channel.private static <E> ProxyChannel<E> ProxyChannelFactory.instantiate(Class<?> proxy, int capacity, WaitStrategy waitStrategy) static longProxyChannelFactory.writeAcquireWithWaitStrategy(ProxyChannelRingBuffer channelBackend, WaitStrategy waitStrategy)