Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.javatools.util.Maps.CacheMap.Canonicity

Packages that use Maps.CacheMap.Canonicity
oracle.javatools.util Provides general utilities. 

 

Uses of Maps.CacheMap.Canonicity in oracle.javatools.util

 

Fields in oracle.javatools.util declared as Maps.CacheMap.Canonicity
static Maps.CacheMap.Canonicity Maps.CacheStrategy.CANONICAL
           
static Maps.CacheMap.Canonicity Maps.CacheMap.CANONICAL
           
static Maps.CacheMap.Canonicity Maps.CacheStrategy.NONCANONICAL
          Deprecated. Use Maps.CacheStrategy.NOT_CANONICAL.
static Maps.CacheMap.Canonicity Maps.CacheMap.NONCANONICAL
          Deprecated. Use Maps.CacheMap.NOT_CANONICAL.
static Maps.CacheMap.Canonicity Maps.CacheStrategy.NOT_CANONICAL
           
static Maps.CacheMap.Canonicity Maps.CacheMap.NOT_CANONICAL
           

 

Methods in oracle.javatools.util that return Maps.CacheMap.Canonicity
 Maps.CacheMap.Canonicity Maps.CacheStrategy.getCanonicity()
          Gets whether the cache maps canonically.
static Maps.CacheMap.Canonicity Maps.CacheMap.Canonicity.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Maps.CacheMap.Canonicity[] Maps.CacheMap.Canonicity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Constructors in oracle.javatools.util with parameters of type Maps.CacheMap.Canonicity
Maps.BoundedLruCacheStrategy(int bound, int initialCapacity, float loadFactor, Maps.CacheMap.Canonicity canonicity, Maps.CacheMap.Strength strength)
          Constructs a bounded LRU (least recently used) cache strategy.
Maps.BoundedLruCacheStrategy(int bound, Maps.CacheMap.Canonicity canonicity, Maps.CacheMap.Strength strength)
          Constructs a bounded LRU (least recently used) cache strategy.
Maps.CacheMap(int bound, Maps.CacheMap.Canonicity canonicity)
          Constructs a bounded LRU (least recently used) cache map with strongly-referenced values.
Maps.CacheStrategy(int initialCapacity, float loadFactor, Maps.CacheMap.Canonicity canonicity, Maps.CacheMap.Strength defaultStrength)
          Constructs a cache strategy.
Maps.TimedLruCacheStrategy(int time, int bound, int initialCapacity, float loadFactor, Maps.CacheMap.Canonicity canonicity, Maps.CacheMap.Strength strength)
          Constructs a timed, synchronous, bounded LRU (least recently used) cache strategy.
Maps.TimedLruCacheStrategy(int time, int period, java.lang.Object lock, int bound, int initialCapacity, float loadFactor, Maps.CacheMap.Canonicity canonicity, Maps.CacheMap.Strength strength)
          Constructs a timed, bounded LRU (least recently used) cache strategy.
Maps.UnboundedCacheStrategy(int initialCapacity, float loadFactor, Maps.CacheMap.Canonicity canonicity, Maps.CacheMap.Strength strength)
          Constructs an unbounded cache strategy.
Maps.UnboundedCacheStrategy(Maps.CacheMap.Canonicity canonicity, Maps.CacheMap.Strength strength)
          Constructs an unbounded cache strategy.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.