Uses of Class
org.infinispan.invocation.Flag

Packages that use Flag
org.infinispan   
org.infinispan.context   
org.infinispan.invocation   
 

Uses of Flag in org.infinispan
 

Methods in org.infinispan with parameters of type Flag
 void CacheDelegate.clear(Flag... flags)
           
 void AdvancedCache.clear(Flag... flags)
           
 void AbstractDelegatingAdvancedCache.clear(Flag... flags)
           
 boolean CacheDelegate.containsKey(Object key, Flag... flags)
           
 boolean AdvancedCache.containsKey(Object key, Flag... flags)
           
 boolean AbstractDelegatingAdvancedCache.containsKey(Object key, Flag... flags)
           
 V CacheDelegate.get(Object key, Flag... flags)
           
 V AdvancedCache.get(Object key, Flag... flags)
           
 V AbstractDelegatingAdvancedCache.get(Object key, Flag... flags)
           
 V CacheDelegate.put(K key, V value, Flag... flags)
           
 V AdvancedCache.put(K key, V value, Flag... flags)
           
 V AbstractDelegatingAdvancedCache.put(K key, V value, Flag... flags)
           
 V CacheDelegate.put(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, Flag... flags)
           
 V AdvancedCache.put(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, Flag... flags)
           
 V AbstractDelegatingAdvancedCache.put(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, Flag... flags)
           
 void CacheDelegate.putAll(Map<? extends K,? extends V> map, Flag... flags)
           
 void AdvancedCache.putAll(Map<? extends K,? extends V> map, Flag... flags)
           
 void AbstractDelegatingAdvancedCache.putAll(Map<? extends K,? extends V> map, Flag... flags)
           
 void CacheDelegate.putAll(Map<? extends K,? extends V> map, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, Flag... flags)
           
 void AdvancedCache.putAll(Map<? extends K,? extends V> map, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, Flag... flags)
           
 void AbstractDelegatingAdvancedCache.putAll(Map<? extends K,? extends V> map, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, Flag... flags)
           
 void CacheDelegate.putForExternalRead(K key, V value, Flag... flags)
           
 void AdvancedCache.putForExternalRead(K key, V value, Flag... flags)
           
 void AbstractDelegatingAdvancedCache.putForExternalRead(K key, V value, Flag... flags)
           
 V CacheDelegate.putIfAbsent(K key, V value, Flag... flags)
           
 V AdvancedCache.putIfAbsent(K key, V value, Flag... flags)
           
 V AbstractDelegatingAdvancedCache.putIfAbsent(K key, V value, Flag... flags)
           
 V CacheDelegate.putIfAbsent(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, Flag... flags)
           
 V AdvancedCache.putIfAbsent(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, Flag... flags)
           
 V AbstractDelegatingAdvancedCache.putIfAbsent(K key, V value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, Flag... flags)
           
 V CacheDelegate.remove(Object key, Flag... flags)
           
 V AdvancedCache.remove(Object key, Flag... flags)
           
 V AbstractDelegatingAdvancedCache.remove(Object key, Flag... flags)
           
 boolean CacheDelegate.remove(Object key, Object oldValue, Flag... flags)
           
 boolean AdvancedCache.remove(Object key, Object oldValue, Flag... flags)
           
 boolean AbstractDelegatingAdvancedCache.remove(Object key, Object oldValue, Flag... flags)
           
 

Uses of Flag in org.infinispan.context
 

Fields in org.infinispan.context with type parameters of type Flag
protected  EnumSet<Flag> AbstractContext.flags
           
 

Methods in org.infinispan.context that return types with arguments of type Flag
 Set<Flag> FlagContainer.getFlags()
           
 Set<Flag> AbstractContext.getFlags()
           
 

Methods in org.infinispan.context with parameters of type Flag
 boolean FlagContainer.hasFlag(Flag o)
           
 boolean AbstractContext.hasFlag(Flag o)
           
 void FlagContainer.setFlags(Flag... flags)
           
 void AbstractContext.setFlags(Flag... flags)
           
 

Method parameters in org.infinispan.context with type arguments of type Flag
 void FlagContainer.setFlags(Collection<Flag> flags)
           
 void AbstractContext.setFlags(Collection<Flag> flags)
           
 

Uses of Flag in org.infinispan.invocation
 

Methods in org.infinispan.invocation that return Flag
static Flag Flag.valueOf(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're declared.
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.