Uses of Class
com.loomcache.client.query.LoomQueryCache
Packages that use LoomQueryCache
Package
Description
Client-side query utilities — local filtered views over distributed maps
(client proxy for the server-side
ContinuousQueryCache).-
Uses of LoomQueryCache in com.loomcache.client.query
Methods in com.loomcache.client.query that return LoomQueryCacheModifier and TypeMethodDescriptionstatic <K,V> LoomQueryCache <K, V> LoomQueryCache.create(LoomClient client, String sourceMapName, BiPredicate<K, V> predicate, Class<K> keyType, Class<V> valueType) Create a client-side continuous query cache over the named map.static <K,V> LoomQueryCache <K, V> LoomQueryCache.createServerFiltered(LoomClient client, String sourceMapName, SerializablePredicate serverPredicate, Class<K> keyType, Class<V> valueType) Create a client-side continuous query cache with server-side predicate evaluation.