Uses of Interface
org.jctools.channels.proxy.ProxyChannel
-
Packages that use ProxyChannel Package Description org.jctools.channels.proxy This is a prototype, not working code. -
-
Uses of ProxyChannel in org.jctools.channels.proxy
Methods in org.jctools.channels.proxy that return ProxyChannel Modifier and Type Method Description static <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.
-