Uses of Package
org.infinispan.commands.read
Packages that use org.infinispan.commands.read
Package
Description
Commands that operate on the cache, either locally or remotely.
Commands that alter the state of the cache.
Infinispan is designed around a set of interceptors around a data container.
Interceptors dealing with command replication in distributed/replicated mode.
Basic interceptors
Interceptors dealing with locking.
-
Classes in org.infinispan.commands.read used by org.infinispan.commandsClassDescriptionCommand implementation for
Map.entrySet()functionality.Retrieves multiple entries at once.Used to fetch a full CacheEntry rather than just the value.Implements functionality defined byMap.get(Object)andMap.containsKey(Object)operationsCommand implementation forMap.keySet()functionality.Command to calculate the size of the cache -
Classes in org.infinispan.commands.read used by org.infinispan.commands.functional
-
Classes in org.infinispan.commands.read used by org.infinispan.commands.read
-
Classes in org.infinispan.commands.read used by org.infinispan.commands.write
-
Classes in org.infinispan.commands.read used by org.infinispan.expiration.impl
-
Classes in org.infinispan.commands.read used by org.infinispan.interceptorsClassDescriptionCommand implementation for
Map.entrySet()functionality.Retrieves multiple entries at once.Used to fetch a full CacheEntry rather than just the value.Implements functionality defined byMap.get(Object)andMap.containsKey(Object)operationsCommand implementation forMap.keySet()functionality.Command to calculate the size of the cache -
Classes in org.infinispan.commands.read used by org.infinispan.interceptors.distributionClassDescriptionRetrieves multiple entries at once.Used to fetch a full CacheEntry rather than just the value.Implements functionality defined by
Map.get(Object)andMap.containsKey(Object)operations -
Classes in org.infinispan.commands.read used by org.infinispan.interceptors.implClassDescriptionCommand implementation for
Map.entrySet()functionality.Retrieves multiple entries at once.Used to fetch a full CacheEntry rather than just the value.Implements functionality defined byMap.get(Object)andMap.containsKey(Object)operationsCommand implementation forMap.keySet()functionality.Command to calculate the size of the cache -
Classes in org.infinispan.commands.read used by org.infinispan.interceptors.lockingClassDescriptionRetrieves multiple entries at once.Used to fetch a full CacheEntry rather than just the value.Implements functionality defined by
Map.get(Object)andMap.containsKey(Object)operations -
Classes in org.infinispan.commands.read used by org.infinispan.partitionhandling.implClassDescriptionCommand implementation for
Map.entrySet()functionality.Retrieves multiple entries at once.Used to fetch a full CacheEntry rather than just the value.Implements functionality defined byMap.get(Object)andMap.containsKey(Object)operationsCommand implementation forMap.keySet()functionality. -
Classes in org.infinispan.commands.read used by org.infinispan.stream.impl.localClassDescriptionAbstract collection that uses an underlying Cache instance to do various operations.