Package | Description |
---|---|
org.hibernate.cache.infinispan.util |
Internal utilities for the Infinispan integration
|
Modifier and Type | Method and Description |
---|---|
static <K,V> Caches.CollectableCloseableIterable<K> |
Caches.keys(org.infinispan.AdvancedCache<K,V> cache) |
static <K,V> Caches.CollectableCloseableIterable<K> |
Caches.keys(org.infinispan.AdvancedCache<K,V> cache,
org.infinispan.filter.KeyValueFilter<K,V> filter) |
static <K,V> Caches.CollectableCloseableIterable<V> |
Caches.values(org.infinispan.AdvancedCache<K,V> cache) |
static <K,V> Caches.CollectableCloseableIterable<V> |
Caches.values(org.infinispan.AdvancedCache<K,V> cache,
org.infinispan.filter.KeyValueFilter<K,V> filter) |
static <K,V,T> Caches.CollectableCloseableIterable<T> |
Caches.values(org.infinispan.AdvancedCache<K,V> cache,
org.infinispan.filter.KeyValueFilter<K,V> filter,
org.infinispan.filter.Converter<K,V,T> converter) |
Copyright © 2023. All rights reserved.