Uses of Interface
org.apache.ignite.internal.util.offheap.GridOffHeapEvictListener
-
Packages that use GridOffHeapEvictListener Package Description org.apache.ignite.internal.processors.offheap org.apache.ignite.internal.util.offheap org.apache.ignite.internal.util.offheap.unsafe -
-
Uses of GridOffHeapEvictListener in org.apache.ignite.internal.processors.offheap
Methods in org.apache.ignite.internal.processors.offheap with parameters of type GridOffHeapEvictListener Modifier and Type Method Description voidGridOffHeapProcessor. create(@Nullable String spaceName, int parts, long init, long max, @Nullable GridOffHeapEvictListener lsnr)Creates offheap map for given space name. -
Uses of GridOffHeapEvictListener in org.apache.ignite.internal.util.offheap
Methods in org.apache.ignite.internal.util.offheap with parameters of type GridOffHeapEvictListener Modifier and Type Method Description booleanGridOffHeapMap. evictListener(GridOffHeapEvictListener lsnr)Sets callback for when entries are evicted due to memory constraints.booleanGridOffHeapPartitionedMap. evictListener(GridOffHeapEvictListener lsnr)Sets callback for when entries are evicted due to memory constraints.static <K> GridOffHeapMapGridOffHeapMapFactory. unsafeMap(int concurrency, float load, long initCap, long totalMem, short lruStripes, @Nullable GridOffHeapEvictListener lsnr)Creates off-heap map based onUnsafeimplementation with limited memory and LRU-based eviction.static GridOffHeapMapGridOffHeapMapFactory. unsafeMap(int concurrency, long initCap, long totalMem, short lruStripes, @Nullable GridOffHeapEvictListener lsnr)Creates off-heap map based onUnsafeimplementation with limited memory and LRU-based eviction.static GridOffHeapMapGridOffHeapMapFactory. unsafeMap(long initCap, long totalMem, short lruStripes, @Nullable GridOffHeapEvictListener lsnr)Creates off-heap map based onUnsafeimplementation with limited memory and LRU-based eviction.static GridOffHeapPartitionedMapGridOffHeapMapFactory. unsafePartitionedMap(int parts, int concurrency, float load, long initCap, long totalMem, short lruStripes, @Nullable GridOffHeapEvictListener lsnr)Creates off-heap map based onUnsafeimplementation with limited memory and LRU-based eviction.static GridOffHeapPartitionedMapGridOffHeapMapFactory. unsafePartitionedMap(int parts, int concurrency, long initCap, long totalMem, short lruStripes, @Nullable GridOffHeapEvictListener lsnr)Creates off-heap map based onUnsafeimplementation with limited memory and LRU-based eviction.static GridOffHeapPartitionedMapGridOffHeapMapFactory. unsafePartitionedMap(int parts, long initCap, long totalMem, short lruStripes, @Nullable GridOffHeapEvictListener lsnr)Creates off-heap map based onUnsafeimplementation with limited memory and LRU-based eviction. -
Uses of GridOffHeapEvictListener in org.apache.ignite.internal.util.offheap.unsafe
Methods in org.apache.ignite.internal.util.offheap.unsafe with parameters of type GridOffHeapEvictListener Modifier and Type Method Description booleanGridUnsafeMap. evictListener(GridOffHeapEvictListener evictLsnr)Sets callback for when entries are evicted due to memory constraints.booleanGridUnsafePartitionedMap. evictListener(GridOffHeapEvictListener evictLsnr)Sets callback for when entries are evicted due to memory constraints.Constructors in org.apache.ignite.internal.util.offheap.unsafe with parameters of type GridOffHeapEvictListener Constructor Description GridUnsafeMap(int concurrency, float load, long initCap, long totalMem, short lruStripes, @Nullable GridOffHeapEvictListener evictLsnr)GridUnsafePartitionedMap(int parts, int concurrency, float load, long initCap, long totalMem, short lruStripes, @Nullable GridOffHeapEvictListener evictLsnr)
-