Uses of Interface
org.jctools.channels.proxy.ProxyChannel
Packages that use ProxyChannel
-
Uses of ProxyChannel in org.jctools.channels.proxy
Methods in org.jctools.channels.proxy that return ProxyChannelModifier 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)