Uses of Class
org.apache.ignite.internal.processors.datastructures.GridCacheQueueProxy
-
Packages that use GridCacheQueueProxy Package Description org.apache.ignite.internal.processors.cache.datastructures org.apache.ignite.spi.systemview.view.datastructures -
-
Uses of GridCacheQueueProxy in org.apache.ignite.internal.processors.cache.datastructures
Methods in org.apache.ignite.internal.processors.cache.datastructures that return GridCacheQueueProxy Modifier and Type Method Description <T> @Nullable GridCacheQueueProxy<T>CacheDataStructuresManager. queue(String name, int cap, boolean colloc, boolean create)<T> @Nullable GridCacheQueueProxy<T>CacheDataStructuresManager. queue0(String name, int cap, boolean colloc, boolean create)Methods in org.apache.ignite.internal.processors.cache.datastructures that return types with arguments of type GridCacheQueueProxy Modifier and Type Method Description ConcurrentMap<IgniteUuid,GridCacheQueueProxy>CacheDataStructuresManager. queues() -
Uses of GridCacheQueueProxy in org.apache.ignite.spi.systemview.view.datastructures
Constructors in org.apache.ignite.spi.systemview.view.datastructures with parameters of type GridCacheQueueProxy Constructor Description QueueView(GridCacheQueueProxy<?> queue)
-