|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BidirectionalMap | |
---|---|
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.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. |
Uses of BidirectionalMap in org.infinispan.context |
---|
Methods in org.infinispan.context that return BidirectionalMap | |
---|---|
BidirectionalMap<Object,CacheEntry> |
EntryLookup.getLookedUpEntries()
Retrieves a map of entries looked up within the current scope. |
Uses of BidirectionalMap in org.infinispan.context.impl |
---|
Methods in org.infinispan.context.impl that return BidirectionalMap | |
---|---|
BidirectionalMap<Object,CacheEntry> |
RemoteTxInvocationContext.getLookedUpEntries()
|
BidirectionalMap<Object,CacheEntry> |
NonTxInvocationContext.getLookedUpEntries()
|
BidirectionalMap<Object,CacheEntry> |
LocalTxInvocationContext.getLookedUpEntries()
|
Uses of BidirectionalMap in org.infinispan.transaction.xa |
---|
Methods in org.infinispan.transaction.xa that return BidirectionalMap | |
---|---|
BidirectionalMap<Object,CacheEntry> |
TransactionXaAdapter.getLookedUpEntries()
|
BidirectionalMap<Object,CacheEntry> |
RemoteTransaction.getLookedUpEntries()
|
BidirectionalMap<Object,CacheEntry> |
CacheTransaction.getLookedUpEntries()
|
Uses of BidirectionalMap in org.infinispan.util |
---|
Classes in org.infinispan.util that implement BidirectionalMap | |
---|---|
class |
BidirectionalLinkedHashMap<K,V>
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. |
Methods in org.infinispan.util that return BidirectionalMap | ||
---|---|---|
static
|
InfinispanCollections.emptyBidirectionalMap()
|
|
Google Analytics | |||||||||
PREV NEXT | FRAMES NO FRAMES |