Uses of Class
org.apache.ignite.internal.util.typedef.CX2
-
Packages that use CX2 Package Description org.apache.ignite.internal.processors.offheap org.apache.ignite.internal.util.offheap org.apache.ignite.internal.util.offheap.unsafe -
-
Uses of CX2 in org.apache.ignite.internal.processors.offheap
Methods in org.apache.ignite.internal.processors.offheap with parameters of type CX2 Modifier and Type Method Description <T> GridCloseableIterator<T>GridOffHeapProcessor. iterator(@Nullable String spaceName, CX2<T2<Long,Integer>,T2<Long,Integer>,T> c)Gets iterator over contents of the given space.<T> GridCloseableIterator<T>GridOffHeapProcessor. iterator(@Nullable String spaceName, CX2<T2<Long,Integer>,T2<Long,Integer>,T> c, int part)Gets iterator over contents of the given space. -
Uses of CX2 in org.apache.ignite.internal.util.offheap
Methods in org.apache.ignite.internal.util.offheap with parameters of type CX2 Modifier and Type Method Description <T> GridCloseableIterator<T>GridOffHeapMap. iterator(@Nullable CX2<T2<Long,Integer>,T2<Long,Integer>,T> c)Gets iterator over map.<T> GridCloseableIterator<T>GridOffHeapPartitionedMap. iterator(CX2<T2<Long,Integer>,T2<Long,Integer>,T> c)Gets iterator over the whole map.<T> GridCloseableIterator<T>GridOffHeapPartitionedMap. iterator(CX2<T2<Long,Integer>,T2<Long,Integer>,T> c, int part)Gets iterator over the partition. -
Uses of CX2 in org.apache.ignite.internal.util.offheap.unsafe
Methods in org.apache.ignite.internal.util.offheap.unsafe with parameters of type CX2 Modifier and Type Method Description <T> GridCloseableIterator<T>GridUnsafeMap. iterator(CX2<T2<Long,Integer>,T2<Long,Integer>,T> c)Gets iterator over map.<T> GridCloseableIterator<T>GridUnsafePartitionedMap. iterator(CX2<T2<Long,Integer>,T2<Long,Integer>,T> c)Gets iterator over the whole map.<T> GridCloseableIterator<T>GridUnsafePartitionedMap. iterator(CX2<T2<Long,Integer>,T2<Long,Integer>,T> c, int part)Gets iterator over the partition.
-