Uses of Class
org.infinispan.context.Flag
-
Packages that use Flag Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.context Contexts contain information of a specific invocation on the cache, such as its origins, scope (transactional or non-transactional), as well as invocation-specific flags.org.infinispan.interceptors.locking Interceptors dealing with locking.org.infinispan.interceptors.totalorder Interceptors dealing with total order.org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.tree TreeCache API. -
-
Uses of Flag in org.infinispan
Methods in org.infinispan with parameters of type Flag Modifier and Type Method Description AdvancedCache<K,V>AdvancedCache. withFlags(Flag... flags)A method that adds flags to any API call.Method parameters in org.infinispan with type arguments of type Flag Modifier and Type Method Description default AdvancedCache<K,V>AdvancedCache. withFlags(java.util.Collection<Flag> flags)An alternative toAdvancedCache.withFlags(Flag...)not requiring array allocation. -
Uses of Flag in org.infinispan.context
Methods in org.infinispan.context that return Flag Modifier and Type Method Description FlagFlag.Externalizer. readObject(java.io.ObjectInput input)static FlagFlag. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Flag[]Flag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.context that return types with arguments of type Flag Modifier and Type Method Description static java.util.Set<Flag>Flag. copyWithoutRemotableFlags(java.util.Set<Flag> flags)Deprecated.Since 9.0java.util.Set<java.lang.Class<? extends Flag>>Flag.Externalizer. getTypeClasses()Methods in org.infinispan.context with parameters of type Flag Modifier and Type Method Description voidFlag.Externalizer. writeObject(java.io.ObjectOutput output, Flag flag)Method parameters in org.infinispan.context with type arguments of type Flag Modifier and Type Method Description static java.util.Set<Flag>Flag. copyWithoutRemotableFlags(java.util.Set<Flag> flags)Deprecated.Since 9.0 -
Uses of Flag in org.infinispan.interceptors.locking
Methods in org.infinispan.interceptors.locking with parameters of type Flag Modifier and Type Method Description voidClusteringDependentLogic.AbstractClusteringDependentLogic. commitEntry(CacheEntry entry, org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)voidClusteringDependentLogic. commitEntry(CacheEntry entry, org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)protected abstract voidClusteringDependentLogic.AbstractClusteringDependentLogic. commitSingleEntry(CacheEntry entry, org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)protected voidClusteringDependentLogic.DistributionLogic. commitSingleEntry(CacheEntry entry, org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)protected voidClusteringDependentLogic.InvalidationLogic. commitSingleEntry(CacheEntry entry, org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)protected voidClusteringDependentLogic.LocalLogic. commitSingleEntry(CacheEntry entry, org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)protected voidClusteringDependentLogic.ReplicationLogic. commitSingleEntry(CacheEntry entry, org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation)protected voidClusteringDependentLogic.ScatteredLogic. commitSingleEntry(CacheEntry entry, org.infinispan.commands.FlagAffectedCommand command, InvocationContext ctx, Flag trackFlag, boolean l1Invalidation) -
Uses of Flag in org.infinispan.interceptors.totalorder
Methods in org.infinispan.interceptors.totalorder with parameters of type Flag Modifier and Type Method Description protected voidTotalOrderVersionedEntryWrappingInterceptor. commitContextEntry(CacheEntry entry, InvocationContext ctx, org.infinispan.commands.FlagAffectedCommand command, Flag stateTransferFlag, boolean l1Invalidation) -
Uses of Flag in org.infinispan.statetransfer
Methods in org.infinispan.statetransfer with parameters of type Flag Modifier and Type Method Description voidCommitManager. commit(CacheEntry entry, Flag operation, int segment, boolean l1Only, InvocationContext ctx)It tries to commit the cache entry.booleanCommitManager. isTracking(Flag trackFlag)voidCommitManager. startTrack(Flag track)It starts tracking keys committed.voidCommitManager. stopTrack(Flag track)It stops tracking keys committed. -
Uses of Flag in org.infinispan.tree
Methods in org.infinispan.tree with parameters of type Flag Modifier and Type Method Description Node<K,V>Node. addChild(Fqn f, Flag... flags)voidNode. clearData(Flag... flags)voidTreeCache. clearData(java.lang.String fqn, Flag... flags)voidTreeCache. clearData(Fqn fqn, Flag... flags)intNode. dataSize(Flag... flags)booleanTreeCache. exists(java.lang.String fqn, Flag... flags)booleanTreeCache. exists(Fqn fqn, Flag... flags)VNode. get(K key, Flag... flags)VTreeCache. get(java.lang.String fqn, K key, Flag... flags)VTreeCache. get(Fqn fqn, K key, Flag... flags)Node<K,V>Node. getChild(java.lang.Object name, Flag... flags)Node<K,V>Node. getChild(Fqn f, Flag... flags)java.util.Set<Node<K,V>>Node. getChildren(Flag... flags)java.util.Set<java.lang.Object>Node. getChildrenNames(Flag... flags)java.util.Map<K,V>Node. getData(Flag... flags)java.util.Map<K,V>TreeCache. getData(Fqn fqn, Flag... flags)java.util.Set<K>Node. getKeys(Flag... flags)java.util.Set<K>TreeCache. getKeys(java.lang.String fqn, Flag... flags)java.util.Set<K>TreeCache. getKeys(Fqn fqn, Flag... flags)Node<K,V>TreeCache. getNode(java.lang.String fqn, Flag... flags)Node<K,V>TreeCache. getNode(Fqn fqn, Flag... flags)Node<K,V>Node. getParent(Flag... flags)Node<K,V>TreeCache. getRoot(Flag... flags)booleanNode. hasChild(java.lang.Object o, Flag... flags)booleanNode. hasChild(Fqn f, Flag... flags)voidTreeCache. move(java.lang.String nodeToMove, java.lang.String newParent, Flag... flags)voidTreeCache. move(Fqn nodeToMove, Fqn newParent, Flag... flags)VNode. put(K key, V value, Flag... flags)voidTreeCache. put(java.lang.String fqn, java.util.Map<? extends K,? extends V> data, Flag... flags)VTreeCache. put(java.lang.String fqn, K key, V value, Flag... flags)voidTreeCache. put(Fqn fqn, java.util.Map<? extends K,? extends V> data, Flag... flags)VTreeCache. put(Fqn fqn, K key, V value, Flag... flags)voidNode. putAll(java.util.Map<? extends K,? extends V> map, Flag... flags)VNode. putIfAbsent(K key, V value, Flag... flags)VNode. remove(K key, Flag... flags)VTreeCache. remove(java.lang.String fqn, K key, Flag... flags)VTreeCache. remove(Fqn fqn, K key, Flag... flags)booleanNode. removeChild(java.lang.Object childName, Flag... flags)booleanNode. removeChild(Fqn f, Flag... flags)voidNode. removeChildren(Flag... flags)booleanTreeCache. removeNode(java.lang.String fqn, Flag... flags)booleanTreeCache. removeNode(Fqn fqn, Flag... flags)VNode. replace(K key, V value, Flag... flags)booleanNode. replace(K key, V oldValue, V newValue, Flag... flags)voidNode. replaceAll(java.util.Map<? extends K,? extends V> map, Flag... flags)
-