Interface | Description |
---|---|
FileLookup |
Holds the logic of looking up a file, in the following sequence:
|
Immutables.Immutable | |
InfinispanCollections.Function<E,T> |
A function that converts a type into another one.
|
InfinispanCollections.MapMakerFunction<K,V,E> |
A function that converts an entry into a key/value pair for use in a map.
|
ReversibleOrderedSet<E> |
A set that allows reverse iteration of the set elements, exposed via the
ReversibleOrderedSet.reverseIterator() method. |
WeakValueHashMap.ValueRef<K,V> |
Class | Description |
---|---|
AbstractFileLookup | |
AbstractMap<K,V> |
Similar to the JDK's AbstractMap, this provides common functionality for custom map implementations.
|
AbstractMap.SimpleEntry<K,V> | |
Base64 |
Encodes and decodes to and from Base64 notation.
|
Base64.InputStream |
A
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
Base64.OutputStream |
A
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly. |
BeanUtils |
Simple JavaBean manipulation helper methods
|
ByRef<T> |
This class can be used to pass an argument by reference.
|
ClassFinder |
Find infinispan classes utility
|
CollectionFactory |
A factory for ConcurrentMaps.
|
EnumerationList<T> |
An Enumeration -> List adaptor
|
FastCopyHashMap<K,V> |
A HashMap that is optimized for fast shallow copies.
|
FileLookupFactory | |
FileLookupFactory.DefaultFileLookup | |
ForwardingList<E> |
A list which forwards all its method calls to another list.
|
ImmutableListCopy<E> |
A lightweight, read-only copy of a List.
|
Immutables |
Factory for generating immutable type wrappers.
|
Immutables.ImmutableMapWrapperExternalizer | |
InfinispanCollections |
Static helpers for Infinispan-specific collections
|
InfinispanCollections.EmptyList | |
InfinispanCollections.EmptyList.EmptyListExternalizer | |
InfinispanCollections.EmptyMap | |
InfinispanCollections.EmptyMap.EmptyMapExternalizer | |
InfinispanCollections.EmptySet | |
InfinispanCollections.EmptySet.EmptySetExternalizer | |
LegacyKeySupportSystemProperties |
A wrapper around system properties that supports legacy keys
|
ObjectDuplicator |
A helper that efficiently duplicates known object types.
|
OsgiFileLookup | |
Proxies |
Proxies is a collection of useful dynamic profixes.
|
ReflectionUtil |
Basic reflection utilities to enhance what the JDK provides.
|
ServiceFinder |
ServiceFinder is a
ServiceLoader replacement which understands multiple
classpaths |
SimpleImmutableEntry<K,V> |
Where is Java 1.6?
|
SslContextFactory |
SslContextFactory.
|
StringPropertyReplacer |
A utility class for replacing properties in strings.
|
SysPropertyActions |
Privileged actions for the package
|
TypedProperties |
Type-aware properties.
|
Util |
General utility methods used throughout the Infinispan code base.
|
WeakValueHashMap<K,V> |
This Map will remove entries when the value in the map has been cleaned from
garbage collection
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.