Uses of Package
org.infinispan.util

Packages that use org.infinispan.util
org.infinispan.config Cache configuration beans and parsers. 
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.context.impl This package contains different context implementations, selected dynamically based on the type of invocation. 
org.infinispan.loaders This package contains loaders and stores, which are used for overflow or persistence. 
org.infinispan.remoting.transport.jgroups A transport implementation based on JGroups
org.infinispan.server.websocket   
org.infinispan.transaction.xa XA transaction support. 
org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. 
 

Classes in org.infinispan.util used by org.infinispan.config
TypedProperties
          Type-aware properties.
 

Classes in org.infinispan.util used by org.infinispan.context
BidirectionalMap
          An extension of Map that returns ReversibleOrderedSets
 

Classes in org.infinispan.util used by org.infinispan.context.impl
BidirectionalLinkedHashMap
          Similar to the JDK's LinkedHashMap except that this version makes use of the fact that entries are bidirectionally linked and can hence be navigated either from the start or from the end.
BidirectionalMap
          An extension of Map that returns ReversibleOrderedSets
 

Classes in org.infinispan.util used by org.infinispan.loaders
TypedProperties
          Type-aware properties.
 

Classes in org.infinispan.util used by org.infinispan.remoting.transport.jgroups
TypedProperties
          Type-aware properties.
 

Classes in org.infinispan.util used by org.infinispan.server.websocket
TypedProperties
          Type-aware properties.
 

Classes in org.infinispan.util used by org.infinispan.transaction.xa
BidirectionalLinkedHashMap
          Similar to the JDK's LinkedHashMap except that this version makes use of the fact that entries are bidirectionally linked and can hence be navigated either from the start or from the end.
BidirectionalMap
          An extension of Map that returns ReversibleOrderedSets
 

Classes in org.infinispan.util used by org.infinispan.util
AbstractMap
          Similar to the JDK's AbstractMap, this provides common functionality for custom map implementations.
BidirectionalLinkedHashMap
          Similar to the JDK's LinkedHashMap except that this version makes use of the fact that entries are bidirectionally linked and can hence be navigated either from the start or from the end.
BidirectionalMap
          An extension of Map that returns ReversibleOrderedSets
Immutables.Immutable
           
ModuleProperties
          The ModuleProperties class represents Infinispan's module configuration key value pairs.
ReversibleOrderedSet
          A set that allows reverse iteration of the set elements, exposed via the ReversibleOrderedSet.reverseIterator() method.
TypedProperties
          Type-aware properties.
VisitableBidirectionalLinkedHashSet
          Similar to the JDK's LinkedHashSet except that it sets the underlying LinkedHashMap's accessOrder constructor parameter to true, allowing for recording of visits.
 



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