Skip navigation links
Infinispan Commons 8.2.8.Final-redhat-1
A B C D E F G H I J K L M N O P Q R S T U V W 

A

AbstractDelegatingMarshaller - Class in org.infinispan.commons.marshall
With the introduction of global and cache marshallers, there's a need to separate marshallers but still rely on the same marshalling backend as previously.
AbstractDelegatingMarshaller() - Constructor for class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
AbstractEntrySizeCalculatorHelper<K,V> - Class in org.infinispan.commons.util.concurrent.jdk8backported
Abstract class that provides a method to round up to the nearest value of 8 which is important for most jvm when doing size calculations.
AbstractEntrySizeCalculatorHelper() - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.AbstractEntrySizeCalculatorHelper
 
AbstractExternalizer<T> - Class in org.infinispan.commons.marshall
Base class for AdvancedExternalizer implementations that offers default implementations for some of its methods.
AbstractExternalizer() - Constructor for class org.infinispan.commons.marshall.AbstractExternalizer
 
AbstractFileLookup - Class in org.infinispan.commons.util
 
AbstractFileLookup() - Constructor for class org.infinispan.commons.util.AbstractFileLookup
 
AbstractInProcessFuture<V> - Class in org.infinispan.commons.util.concurrent
An abstract Future that has "completed"
AbstractInProcessFuture() - Constructor for class org.infinispan.commons.util.concurrent.AbstractInProcessFuture
 
AbstractInProcessNotifyingFuture<V> - Class in org.infinispan.commons.util.concurrent
An abstract NotifyingFuture that has "completed"
AbstractInProcessNotifyingFuture() - Constructor for class org.infinispan.commons.util.concurrent.AbstractInProcessNotifyingFuture
 
AbstractJBossMarshaller - Class in org.infinispan.commons.marshall.jboss
Common parent for both embedded and standalone JBoss Marshalling-based marshallers.
AbstractJBossMarshaller() - Constructor for class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
AbstractJBossMarshaller.DebuggingExceptionListener - Class in org.infinispan.commons.marshall.jboss
 
AbstractMap<K,V> - Class in org.infinispan.commons.util
Similar to the JDK's AbstractMap, this provides common functionality for custom map implementations.
AbstractMap() - Constructor for class org.infinispan.commons.util.AbstractMap
 
AbstractMap.SimpleEntry<K,V> - Class in org.infinispan.commons.util
 
AbstractMarshaller - Class in org.infinispan.commons.marshall
Abstract Marshaller implementation containing shared implementations.
AbstractMarshaller() - Constructor for class org.infinispan.commons.marshall.AbstractMarshaller
 
AbstractTypedPropertiesConfiguration - Class in org.infinispan.commons.configuration
 
AbstractTypedPropertiesConfiguration(Properties) - Constructor for class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
AbstractTypedPropertiesConfiguration(AttributeSet) - Constructor for class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
AdaptiveBufferSizePredictor - Class in org.infinispan.commons.marshall
The BufferSizePredictor that automatically increases and decreases the predicted buffer size on feed back.
AdaptiveBufferSizePredictor() - Constructor for class org.infinispan.commons.marshall.AdaptiveBufferSizePredictor
Creates a new predictor with the default parameters.
AdaptiveBufferSizePredictor(int, int, int) - Constructor for class org.infinispan.commons.marshall.AdaptiveBufferSizePredictor
Creates a new predictor with the specified parameters.
add(Listeners.ReadWriteListeners.ReadWriteListener<K, V>) - Method in interface org.infinispan.commons.api.functional.Listeners.ReadWriteListeners
Add a read-write listener, and return an AutoCloseable instance that can be used to remove the listener registration.
add(Listeners.WriteListeners.WriteListener<K, V>) - Method in interface org.infinispan.commons.api.functional.Listeners.WriteListeners
Add a write-only listener, and return an AutoCloseable instance that can be used to remove the listener registration.
add(E) - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
Adds the specified element to this set if it is not already present.
add(E) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
add(K) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySetView
Adds the specified key to this set view by mapping the key to the default mapped value in the backing map, if defined.
add(K) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView
Adds the specified key to this set view by mapping the key to the default mapped value in the backing map, if defined.
add(int, E) - Method in class org.infinispan.commons.util.ForwardingList
 
add(E) - Method in class org.infinispan.commons.util.ForwardingList
 
add(E) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
addAll(Collection<? extends K>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySetView
Adds all of the elements in the specified collection to this set, as if by calling BoundedEquivalentConcurrentHashMapV8.KeySetView.add(K) on each one.
addAll(Collection<? extends K>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView
Adds all of the elements in the specified collection to this set, as if by calling EquivalentConcurrentHashMapV8.KeySetView.add(K) on each one.
addAll(int, Collection<? extends E>) - Method in class org.infinispan.commons.util.ForwardingList
 
addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.ForwardingList
 
addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
addAll(int, Collection<? extends E>) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
addErroneousAttribute(String) - Method in exception org.infinispan.commons.CacheConfigurationException
 
addListener(AttributeListener<T>) - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
AdvancedExternalizer<T> - Interface in org.infinispan.commons.marshall
AdvancedExternalizer provides an alternative way to provide externalizers for marshalling/unmarshalling user defined classes that overcome the deficiencies of the more user-friendly externalizer definition model explained in Externalizer.
allMatch(Predicate<? super T>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that returns whether all elements of this traversable match the provided predicate.
allowInvocations() - Method in enum org.infinispan.commons.api.functional.Status
 
andThen(NotifyingFuture<T>, Runnable) - Static method in class org.infinispan.commons.util.concurrent.Futures
 
andThen(NotifyingFuture<T>, Runnable, ExecutorService) - Static method in class org.infinispan.commons.util.concurrent.Futures
Executes a task asynchronously after a future completion
AnyEquivalence<T> - Class in org.infinispan.commons.equivalence
A compare function for objects.
anyMatch(Predicate<? super T>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that returns whether any elements of this traversable match the provided predicate.
AnyServerEquivalence - Class in org.infinispan.commons.equivalence
AnyServerEquivalence.
AnyServerEquivalence() - Constructor for class org.infinispan.commons.equivalence.AnyServerEquivalence
 
arrayConcat(T[], T[]...) - Static method in class org.infinispan.commons.util.Util
Concatenates an arbitrary number of arrays returning a new array containing all elements
asObject() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
assertKeyNotNull(Object) - Static method in class org.infinispan.commons.util.AbstractMap
 
assertNotNullEntries(Map<?, ?>, String) - Static method in class org.infinispan.commons.util.InfinispanCollections
 
assertNotNullEntries(Collection<?>, String) - Static method in class org.infinispan.commons.util.InfinispanCollections
 
asSet(T...) - Static method in class org.infinispan.commons.util.Util
 
AsyncCache<K,V> - Interface in org.infinispan.commons.api
AsyncCache.
attachListener(FutureListener<V>) - Method in class org.infinispan.commons.util.concurrent.AbstractInProcessNotifyingFuture
 
attachListener(FutureListener<T>) - Method in class org.infinispan.commons.util.concurrent.BaseNotifyingFuture
 
attachListener(FutureListener<E>) - Method in class org.infinispan.commons.util.concurrent.NoOpFuture
 
attachListener(FutureListener<T>) - Method in interface org.infinispan.commons.util.concurrent.NotifyingFuture
Attaches a listener and returns the same future instance, to allow for 'building'.
Attribute<T> - Class in org.infinispan.commons.configuration.attributes
Attribute.
attribute(String) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
attribute(AttributeDefinition<T>) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
attributeChanged(Attribute<T>, T) - Method in interface org.infinispan.commons.configuration.attributes.AttributeListener
 
attributeChanged(Attribute<Object>, Object) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
AttributeCopier<T> - Interface in org.infinispan.commons.configuration.attributes
AttributeCopier.
AttributeDefinition<T> - Class in org.infinispan.commons.configuration.attributes
AttributeDefinition.
AttributeDefinition.Builder<T> - Class in org.infinispan.commons.configuration.attributes
 
AttributeInitializer<T> - Interface in org.infinispan.commons.configuration.attributes
AttributeInitializer.
AttributeListener<T> - Interface in org.infinispan.commons.configuration.attributes
An AttributeListener will be invoked whenever an attribute has been modified.
attributes - Variable in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
attributeSet() - Static method in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
AttributeSet - Class in org.infinispan.commons.configuration.attributes
AttributeSet is a container for Attributes.
AttributeSet(Class<?>, AttributeDefinition<?>...) - Constructor for class org.infinispan.commons.configuration.attributes.AttributeSet
 
AttributeSet(String, AttributeDefinition<?>...) - Constructor for class org.infinispan.commons.configuration.attributes.AttributeSet
 
AttributeSet(Class<?>, AttributeSet, AttributeDefinition<?>...) - Constructor for class org.infinispan.commons.configuration.attributes.AttributeSet
 
AttributeSet(String, AttributeSet, AttributeDefinition<?>[]) - Constructor for class org.infinispan.commons.configuration.attributes.AttributeSet
 
attributeSetDuplicateAttribute(String, String) - Method in interface org.infinispan.commons.logging.Log
 
AttributeValidator<T> - Interface in org.infinispan.commons.configuration.attributes
AttributeValidator.
available() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 

B

backArrayOffset() - Method in class org.infinispan.commons.marshall.WrappedByteArray
 
backArrayOffset() - Method in interface org.infinispan.commons.marshall.WrappedBytes
The offset of where data starts in the backed array.
Base64 - Class in org.infinispan.commons.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in org.infinispan.commons.util
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 - Class in org.infinispan.commons.util
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.
baseCfg - Variable in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
BaseNotifyingFuture<T> - Class in org.infinispan.commons.util.concurrent
 
BaseNotifyingFuture() - Constructor for class org.infinispan.commons.util.concurrent.BaseNotifyingFuture
 
BasicCache<K,V> - Interface in org.infinispan.commons.api
BasicCache provides the common building block for the two different types of caches that Infinispan provides: embedded and remote.
BasicCacheContainer - Interface in org.infinispan.commons.api
BasicCacheContainer defines the methods used to obtain a org.infinispan.api.BasicCache.
BasicLogFactory - Class in org.infinispan.commons.logging
Factory that creates Log instances.
BasicLogFactory() - Constructor for class org.infinispan.commons.logging.BasicLogFactory
 
BatchingCache - Interface in org.infinispan.commons.api
The BatchingCache is implemented by all caches which support batching
BeanUtils - Class in org.infinispan.commons.util
Simple JavaBean manipulation helper methods
BeanUtils() - Constructor for class org.infinispan.commons.util.BeanUtils
 
BlockingThreadPoolExecutorFactory - Class in org.infinispan.commons.executors
 
BlockingThreadPoolExecutorFactory(int, int, int, long) - Constructor for class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
 
BlueprintGenerator - Class in org.infinispan.commons.util
 
BlueprintGenerator() - Constructor for class org.infinispan.commons.util.BlueprintGenerator
 
BOOLEAN - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
 
Boolean(boolean) - Constructor for class org.infinispan.commons.util.ByRef.Boolean
 
BoundedEquivalentConcurrentHashMapV8<K,V> - Class in org.infinispan.commons.util.concurrent.jdk8backported
A hash table supporting full concurrency of retrievals and high expected concurrency for updates.
BoundedEquivalentConcurrentHashMapV8(long, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Creates a new, empty map with the default initial table size (16).
BoundedEquivalentConcurrentHashMapV8(long, Eviction, EvictionListener<? super K, ? super V>, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Creates a new, empty map with the default initial table size (16).
BoundedEquivalentConcurrentHashMapV8(long, Eviction, EvictionListener<? super K, ? super V>, Equivalence<? super K>, Equivalence<? super V>, EntrySizeCalculator<? super K, ? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Creates a new, empty map with the default initial table size (16).
BoundedEquivalentConcurrentHashMapV8(long, int, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Creates a new, empty map with an initial table size accommodating the specified number of elements without the need to dynamically resize.
BoundedEquivalentConcurrentHashMapV8(long, int, Eviction, EvictionListener<? super K, ? super V>, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Creates a new, empty map with an initial table size accommodating the specified number of elements without the need to dynamically resize.
BoundedEquivalentConcurrentHashMapV8(long, Map<? extends K, ? extends V>, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Creates a new map with the same mappings as the given map.
BoundedEquivalentConcurrentHashMapV8(long, int, float, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity) and initial table density (loadFactor).
BoundedEquivalentConcurrentHashMapV8(long, int, float, int, Eviction, EvictionListener<? super K, ? super V>, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity), table density (loadFactor), and number of concurrently updating threads (concurrencyLevel).
BoundedEquivalentConcurrentHashMapV8.KeySetView<K,V> - Class in org.infinispan.commons.util.concurrent.jdk8backported
A view of a BoundedEquivalentConcurrentHashMapV8 as a Set of keys, in which additions may optionally be enabled by mapping to a common value.
BufferSizePredictor - Interface in org.infinispan.commons.marshall
Buffer size predictor
build() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder
 
build(int) - Method in interface org.infinispan.commons.marshall.MarshallUtil.ArrayBuilder
 
build(int) - Method in interface org.infinispan.commons.marshall.MarshallUtil.CollectionBuilder
 
build(int) - Method in interface org.infinispan.commons.marshall.MarshallUtil.EnumBuilder
 
build(int) - Method in interface org.infinispan.commons.marshall.MarshallUtil.MapBuilder
 
build() - Method in interface org.infinispan.commons.marshall.MarshallUtil.UnboundedCollectionBuilder
 
builder(String, T) - Static method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
builder(String, T, Class<T>) - Static method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
Builder<T> - Interface in org.infinispan.commons.configuration
Builder.
builderFor(B) - Static method in class org.infinispan.commons.configuration.ConfigurationUtils
Returns the builder that was used to build this class.
builderForNonStrict(B) - Static method in class org.infinispan.commons.configuration.ConfigurationUtils
The same as ConfigurationUtils.builderFor(Object) except that it won't throw an exception if no builder class is found.
BuiltBy - Annotation Type in org.infinispan.commons.configuration
BuiltBy.
ByRef<T> - Class in org.infinispan.commons.util
This class can be used to pass an argument by reference.
ByRef(T) - Constructor for class org.infinispan.commons.util.ByRef
 
ByRef.Boolean - Class in org.infinispan.commons.util
Implementation for primitive type
BYTE - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
 
BYTE_BUFFER - Static variable in interface org.infinispan.commons.marshall.Ids
 
ByteArrayEquivalence - Class in org.infinispan.commons.equivalence
A compare function for unsigned byte arrays.
ByteArrayEquivalence() - Constructor for class org.infinispan.commons.equivalence.ByteArrayEquivalence
 
ByteBuffer - Interface in org.infinispan.commons.io
A byte buffer that exposes the internal byte array with minimal copying.
ByteBufferFactory - Interface in org.infinispan.commons.io
Used for building instances of ByteBuffer.
ByteBufferFactoryImpl - Class in org.infinispan.commons.io
 
ByteBufferFactoryImpl() - Constructor for class org.infinispan.commons.io.ByteBufferFactoryImpl
 
ByteBufferImpl - Class in org.infinispan.commons.io
A byte buffer that exposes the internal byte array with minimal copying
ByteBufferImpl(byte[], int, int) - Constructor for class org.infinispan.commons.io.ByteBufferImpl
 
ByteBufferImpl.Externalizer - Class in org.infinispan.commons.io
 

C

CacheConfigurationException - Exception in org.infinispan.commons
An exception that represents an error in the configuration.
CacheConfigurationException(Exception) - Constructor for exception org.infinispan.commons.CacheConfigurationException
 
CacheConfigurationException(String) - Constructor for exception org.infinispan.commons.CacheConfigurationException
 
CacheConfigurationException(String, String) - Constructor for exception org.infinispan.commons.CacheConfigurationException
 
CacheConfigurationException(String, Throwable) - Constructor for exception org.infinispan.commons.CacheConfigurationException
 
CachedThreadPoolExecutorFactory - Enum in org.infinispan.commons.executors
 
CacheException - Exception in org.infinispan.commons
Thrown when operations on Cache fail unexpectedly.
CacheException() - Constructor for exception org.infinispan.commons.CacheException
 
CacheException(Throwable) - Constructor for exception org.infinispan.commons.CacheException
 
CacheException(String) - Constructor for exception org.infinispan.commons.CacheException
 
CacheException(String, Throwable) - Constructor for exception org.infinispan.commons.CacheException
 
CacheListenerException - Exception in org.infinispan.commons
Wraps exceptions produced by listener implementations.
CacheListenerException() - Constructor for exception org.infinispan.commons.CacheListenerException
 
CacheListenerException(Throwable) - Constructor for exception org.infinispan.commons.CacheListenerException
 
CacheListenerException(String) - Constructor for exception org.infinispan.commons.CacheListenerException
 
CacheListenerException(String, Throwable) - Constructor for exception org.infinispan.commons.CacheListenerException
 
calculateSize(K, V) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EntrySizeCalculator
Method used to calculate how much memory in size the key and value use.
calculateSize(K, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.NodeSizeCalculatorWrapper
 
cancel(boolean) - Method in class org.infinispan.commons.util.concurrent.AbstractInProcessFuture
 
cancel(boolean) - Method in class org.infinispan.commons.util.concurrent.CompositeNotifyingFuture
 
cancel(boolean) - Method in class org.infinispan.commons.util.concurrent.NoOpFuture
 
cancel(boolean) - Method in class org.infinispan.commons.util.concurrent.NotifyingFutureImpl
 
cannotFindResource(String) - Method in interface org.infinispan.commons.logging.Log
 
cannotResizeUnboundedContainer() - Method in interface org.infinispan.commons.logging.Log
 
capacity() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
 
checkProtection() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
ClassFinder - Class in org.infinispan.commons.util
Find infinispan classes utility
ClassFinder() - Constructor for class org.infinispan.commons.util.ClassFinder
 
clear() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
clear() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
 
clear() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
 
clear() - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
Removes all of the elements from this set.
clear() - Method in class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
 
clear() - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
Clear the cached marshallable type hints.
clear() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
clear() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Removes all of the mappings from this map.
clear() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Removes all of the mappings from this map.
clear() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Removes all of the mappings from this map.
clear() - Method in class org.infinispan.commons.util.FastCopyHashMap
 
clear() - Method in class org.infinispan.commons.util.FastCopyHashMap.EntrySet
 
clear() - Method in class org.infinispan.commons.util.FastCopyHashMap.KeySet
 
clear() - Method in class org.infinispan.commons.util.FastCopyHashMap.Values
 
clear() - Method in class org.infinispan.commons.util.ForwardingList
 
clear() - Method in class org.infinispan.commons.util.WeakValueHashMap
 
clearAsync() - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #clear().
clone() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
clone() - Method in class org.infinispan.commons.util.FastCopyHashMap
 
cloneWithMarshaller(Marshaller, T) - Static method in class org.infinispan.commons.util.Util
Clones parameter x of type T with a given Marshaller reference;
close() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
close() - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
close() - Method in class org.infinispan.commons.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
close() - Method in interface org.infinispan.commons.util.CloseableIterable
 
close() - Method in interface org.infinispan.commons.util.CloseableIterator
 
close() - Method in class org.infinispan.commons.util.CloseableIteratorMapper
 
close() - Method in interface org.infinispan.commons.util.CloseableSpliterator
 
close(Closeable) - Static method in class org.infinispan.commons.util.Util
 
close(Socket) - Static method in class org.infinispan.commons.util.Util
 
close(Closeable...) - Static method in class org.infinispan.commons.util.Util
 
close(Context) - Static method in class org.infinispan.commons.util.Util
 
CloseableIterable<E> - Interface in org.infinispan.commons.util
Interface that provides semantics of a Iterable and AutoCloseable interfaces.
CloseableIterator<E> - Interface in org.infinispan.commons.util
Interface that provides semantics of a Iterator and AutoCloseable interfaces.
CloseableIteratorCollection<E> - Interface in org.infinispan.commons.util
A collection that defines an iterator method that returns a CloseableIterator instead of a non closeable one.
CloseableIteratorCollectionAdapter<E> - Class in org.infinispan.commons.util
CloseableIteratorCollectionAdapter(Collection<E>) - Constructor for class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
CloseableIteratorMapper<E,S> - Class in org.infinispan.commons.util
A iterator that maps each value to the output of the Function.
CloseableIteratorMapper(CloseableIterator<? extends E>, Function<? super E, ? extends S>) - Constructor for class org.infinispan.commons.util.CloseableIteratorMapper
 
CloseableIteratorSet<E> - Interface in org.infinispan.commons.util
A set that defines an iterator method that returns a CloseableIterator instead of a non closeable one.
CloseableIteratorSetAdapter<E> - Class in org.infinispan.commons.util
CloseableIteratorSetAdapter(Set<E>) - Constructor for class org.infinispan.commons.util.CloseableIteratorSetAdapter
 
Closeables - Class in org.infinispan.commons.util
This class consists exclusively of static methods that operate on or return closeable interfaces.
CloseableSpliterator<T> - Interface in org.infinispan.commons.util
Interface that provides semantics of a Spliterator and AutoCloseable interfaces.
closeMarshaller() - Method in interface org.infinispan.commons.marshall.jboss.RiverCloseListener
 
closeUnmarshaller() - Method in interface org.infinispan.commons.marshall.jboss.RiverCloseListener
 
collect(Supplier<R>, BiConsumer<R, ? super T>, BiConsumer<R, R>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that transforms the traversable into a result container, first constructed with the given supplier, and then accumulating elements over it with the given consumer.
collect(Collector<? super T, A, R>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that transforms the traversable into a result container using a Collector.
CollectionAttributeCopier<T> - Class in org.infinispan.commons.configuration.attributes
CollectionAttributeCopier.
CollectionAttributeCopier() - Constructor for class org.infinispan.commons.configuration.attributes.CollectionAttributeCopier
 
CollectionFactory - Class in org.infinispan.commons.util
A factory for ConcurrentMaps.
CollectionFactory() - Constructor for class org.infinispan.commons.util.CollectionFactory
 
combine(List<NotifyingFuture<T>>) - Static method in class org.infinispan.commons.util.concurrent.Futures
Returns a new NotifyingFuture that will be completed when all of the given futures completes.
compare(T, T) - Method in class org.infinispan.commons.equivalence.AnyEquivalence
 
compare(Object, Object) - Method in class org.infinispan.commons.equivalence.AnyServerEquivalence
 
compare(byte[], byte[]) - Method in class org.infinispan.commons.equivalence.ByteArrayEquivalence
 
compare(T, T) - Method in interface org.infinispan.commons.equivalence.Equivalence
Compares the two given objects for order.
compare(T, T) - Method in class org.infinispan.commons.equivalence.IdentityEquivalence
 
compareTo(EntryVersion<T>) - Method in interface org.infinispan.commons.api.functional.EntryVersion
Compare the entry version.
compareTo(EntryVersion<Long>) - Method in class org.infinispan.commons.api.functional.EntryVersion.NumericEntryVersion
 
CompositeNotifyingFuture<T> - Class in org.infinispan.commons.util.concurrent
CompositeNotifyingFuture aggregates several NotifyingFuture and completes when all of them complete.
CompositeNotifyingFuture(List<NotifyingFuture<T>>) - Constructor for class org.infinispan.commons.util.concurrent.CompositeNotifyingFuture
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
If the specified key is not already associated with a value, attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
If the value for the specified key is present, attempts to compute a new mapping given the key and its current mapped value.
ConcurrentParallelHashMapV8<K,V> - Class in org.infinispan.commons.util.concurrent.jdk8backported
 
ConcurrentParallelHashMapV8(Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.ConcurrentParallelHashMapV8
 
ConcurrentParallelHashMapV8(int, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.ConcurrentParallelHashMapV8
 
ConcurrentParallelHashMapV8(int, float, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.ConcurrentParallelHashMapV8
 
ConcurrentParallelHashMapV8(int, float, int, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.ConcurrentParallelHashMapV8
 
ConcurrentParallelHashMapV8(Map<? extends K, ? extends V>, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.ConcurrentParallelHashMapV8
 
ConcurrentWeakKeyHashMap<K,V> - Class in org.infinispan.commons.util.concurrent
An alternative weak-key ConcurrentMap which is similar to ConcurrentHashMap.
ConcurrentWeakKeyHashMap(int, float, int) - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Creates a new, empty map with the specified initial capacity, load factor and concurrency level.
ConcurrentWeakKeyHashMap(int, float) - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Creates a new, empty map with the specified initial capacity and load factor and with the default reference types (weak keys, strong values), and concurrencyLevel (16).
ConcurrentWeakKeyHashMap(int) - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Creates a new, empty map with the specified initial capacity, and with default reference types (weak keys, strong values), load factor (0.75) and concurrencyLevel (16).
ConcurrentWeakKeyHashMap() - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Creates a new, empty map with a default initial capacity (16), reference types (weak keys, strong values), default load factor (0.75) and concurrencyLevel (16).
ConcurrentWeakKeyHashMap(Map<? extends K, ? extends V>) - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Creates a new map with the same mappings as the given map.
ConcurrentWeakKeyHashMap.ReusableIterator<E> - Interface in org.infinispan.commons.util.concurrent
 
ConfigurationFor - Annotation Type in org.infinispan.commons.configuration
ConfigurationFor.
ConfigurationUtils - Class in org.infinispan.commons.configuration
ConfigurationUtils.
ConfiguredBy - Annotation Type in org.infinispan.commons.configuration
Defines the configuration used to configure the given class instances
ConstantLambdaExternalizer() - Constructor for class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
 
constructDouble(Class<?>, Object) - Static method in class org.infinispan.commons.util.Util
 
contains(String) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
contains(AttributeDefinition<T>) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
contains(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
 
contains(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
 
contains(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
Returns true if this set contains the specified element.
contains(Object) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
contains(Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Legacy method testing if some key maps into the specified value in this table.
contains(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Tests if some key maps into the specified value in this table.
contains(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySetView
contains(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Tests if some key maps into the specified value in this table.
contains(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView
contains(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap.EntrySet
 
contains(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap.KeySet
 
contains(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap.Values
 
contains(Object) - Method in class org.infinispan.commons.util.ForwardingList
 
contains(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
containsAll(Collection<?>) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
containsAll(Collection<?>) - Method in class org.infinispan.commons.util.ForwardingList
 
containsAny(Collection<T>, Collection<T>) - Static method in class org.infinispan.commons.util.InfinispanCollections
 
containsKey(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
containsKey(Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Tests if the specified object is a key in this table.
containsKey(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap
 
containsKey(Object) - Method in class org.infinispan.commons.util.WeakValueHashMap
 
containsValue(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
containsValue(Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns true if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap
 
convert(long, MemoryUnit) - Method in enum org.infinispan.commons.util.MemoryUnit
 
copier(AttributeCopier) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder
 
copier() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
copy() - Method in interface org.infinispan.commons.io.ByteBuffer
Returns a new byte[] instance of size ByteBuffer.getLength() that contains all the bytes owned by this buffer.
copy() - Method in class org.infinispan.commons.io.ByteBufferImpl
 
copyAttribute(T) - Method in interface org.infinispan.commons.configuration.attributes.AttributeCopier
 
copyAttribute(T) - Method in class org.infinispan.commons.configuration.attributes.CollectionAttributeCopier
 
copyAttribute(T) - Method in class org.infinispan.commons.configuration.attributes.IdentityAttributeCopier
 
copyAttribute(T) - Method in class org.infinispan.commons.configuration.attributes.SimpleInstanceAttributeCopier
 
copyAttribute(TypedProperties) - Method in class org.infinispan.commons.configuration.attributes.TypedPropertiesAttributeCopier
 
coreThreads() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
 
count() - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that returns the number of elements in the traversable.
create() - Method in interface org.infinispan.commons.configuration.Builder
Create the configuration bean
create(int, int) - Static method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
 
create() - Static method in enum org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
 
create() - Static method in enum org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
 
create(T) - Static method in class org.infinispan.commons.util.ByRef
 
createExecutor(ThreadFactory) - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
 
createExecutor(ThreadFactory) - Method in enum org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
 
createExecutor(ThreadFactory) - Method in enum org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
 
createExecutor(ThreadFactory) - Method in interface org.infinispan.commons.executors.ThreadPoolExecutorFactory
 
createExternal(Class<?>, ObjectInput) - Method in class org.infinispan.commons.marshall.jboss.JBossExternalizerAdapter
 
createMap() - Method in class org.infinispan.commons.util.WeakValueHashMap
Create map.
createMarshaller(MarshallingConfiguration) - Method in class org.infinispan.commons.marshall.jboss.JBossMarshallerFactory
 
createNewEntry(K, int, BoundedEquivalentConcurrentHashMapV8.Node<K, V>, V, EvictionEntry<K, V>) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EvictionPolicy
 
createNewEntry(K, int, BoundedEquivalentConcurrentHashMapV8.TreeNode<K, V>, BoundedEquivalentConcurrentHashMapV8.TreeNode<K, V>, V, EvictionEntry<K, V>) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EvictionPolicy
 
createUnmarshaller(MarshallingConfiguration) - Method in class org.infinispan.commons.marshall.jboss.JBossMarshallerFactory
 
currentMillisFromNanotime() - Static method in class org.infinispan.commons.util.Util
System.nanoTime() is less expensive than System.currentTimeMillis() and better suited to measure time intervals.

D

DebuggingExceptionListener() - Constructor for class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller.DebuggingExceptionListener
 
decode(int) - Static method in class org.infinispan.commons.io.SignedNumeric
 
DECODE - Static variable in class org.infinispan.commons.util.Base64
Specify decoding.
decode(byte[], int, int) - Static method in class org.infinispan.commons.util.Base64
Very low-level access to decoding ASCII characters in the form of a byte array.
decode(String) - Static method in class org.infinispan.commons.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeFromFile(String) - Static method in class org.infinispan.commons.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class org.infinispan.commons.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class org.infinispan.commons.util.Base64
Attempts to decode Base64 data and deserialize a Java Object within.
DEF_CLASS_COUNT - Static variable in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
DEF_INSTANCE_COUNT - Static variable in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
DEFAULT_CACHE_NAME - Static variable in interface org.infinispan.commons.api.BasicCacheContainer
 
DEFAULT_DOUBLING_SIZE - Static variable in class org.infinispan.commons.io.ExposedByteArrayOutputStream
Default buffer size after which if more buffer capacity is needed the buffer will grow by 25% rather than 100%
DefaultContextClassResolver - Class in org.infinispan.commons.marshall.jboss
This class refines ContextClassLoader to add a default class loader.
DefaultContextClassResolver(ClassLoader) - Constructor for class org.infinispan.commons.marshall.jboss.DefaultContextClassResolver
 
DefaultFileLookup() - Constructor for class org.infinispan.commons.util.FileLookupFactory.DefaultFileLookup
 
defaultValue() - Static method in class org.infinispan.commons.api.functional.MetaParam.MetaLifespan
 
defaultValue() - Static method in class org.infinispan.commons.api.functional.MetaParam.MetaMaxIdle
 
defaultValue() - Static method in enum org.infinispan.commons.api.functional.Param.FutureMode
Provides default future mode.
defaultValue() - Static method in enum org.infinispan.commons.api.functional.Param.PersistenceMode
Provides default persistence mode.
delegate - Variable in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
delegate() - Method in class org.infinispan.commons.util.EnumerationList
 
delegate() - Method in class org.infinispan.commons.util.ForwardingList
 
DelegatingObjectInput - Class in org.infinispan.commons.marshall
Class that extends InputStream and implements ObjectInput.
DelegatingObjectInput(ObjectInput) - Constructor for class org.infinispan.commons.marshall.DelegatingObjectInput
 
DelegatingObjectOutput - Class in org.infinispan.commons.marshall
Class that extends OutputStream and implements ObjectOutput.
DelegatingObjectOutput(ObjectOutput) - Constructor for class org.infinispan.commons.marshall.DelegatingObjectOutput
 
difference(Set<? extends E>, Set<? extends E>) - Static method in class org.infinispan.commons.util.InfinispanCollections
Returns the elements that are present in s1 but which are not present in s2, without changing the contents of neither s1, nor s2.
DONT_BREAK_LINES - Static variable in class org.infinispan.commons.util.Base64
Don't break lines when encoding (violates strict Base64 specification)
doReadObject(ObjectInput) - Method in class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
 
DOUBLE - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
 
doWriteObject(ObjectOutput, T) - Method in class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
 
duplicateCollection(Collection<E>) - Static method in class org.infinispan.commons.util.ObjectDuplicator
 
duplicateMap(Map<K, V>) - Static method in class org.infinispan.commons.util.ObjectDuplicator
 
duplicateSet(Set<E>) - Static method in class org.infinispan.commons.util.ObjectDuplicator
 

E

Either<A,B> - Class in org.infinispan.commons.util
 
Either() - Constructor for class org.infinispan.commons.util.Either
 
Either.Type - Enum in org.infinispan.commons.util
 
elements() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns an enumeration of the values in this table.
elements() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns an enumeration of the values in this table.
elements() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns an enumeration of the values in this table.
EMPTY_BYTE_ARRAY - Static variable in class org.infinispan.commons.util.Util
 
EMPTY_CLASS_ARRAY - Static variable in class org.infinispan.commons.util.ReflectionUtil
 
EMPTY_LIST - Static variable in interface org.infinispan.commons.marshall.Ids
 
EMPTY_MAP - Static variable in interface org.infinispan.commons.marshall.Ids
 
EMPTY_OBJECT_ARRAY - Static variable in class org.infinispan.commons.util.Util
 
EMPTY_SET - Static variable in interface org.infinispan.commons.marshall.Ids
 
emptyList() - Static method in class org.infinispan.commons.util.InfinispanCollections
Deprecated.
use Collections.emptyList() instead; to be removed in 9.0
emptyMap() - Static method in class org.infinispan.commons.util.InfinispanCollections
Deprecated.
use Collections.emptyMap() instead; to be removed in 9.0
emptySet() - Static method in class org.infinispan.commons.util.InfinispanCollections
Deprecated.
use Collections.emptySet() instead; to be removed in 9.0
encode(int) - Static method in class org.infinispan.commons.io.SignedNumeric
 
ENCODE - Static variable in class org.infinispan.commons.util.Base64
Specify encoding.
encodeBytes(byte[]) - Static method in class org.infinispan.commons.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class org.infinispan.commons.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class org.infinispan.commons.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class org.infinispan.commons.util.Base64
Encodes a byte array into Base64 notation.
encodeFromFile(String) - Static method in class org.infinispan.commons.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class org.infinispan.commons.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class org.infinispan.commons.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class org.infinispan.commons.util.Base64
Convenience method for encoding data to a file.
endBatch(boolean) - Method in interface org.infinispan.commons.api.BatchingCache
Completes a batch if one has been started using BatchingCache.startBatch().
entries() - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadOnlyMap
Provides a Traversable that allows clients to navigate all cached entries.
entrySet() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
EntrySet() - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
 
entrySet - Variable in class org.infinispan.commons.util.AbstractMap
 
entrySet() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class org.infinispan.commons.util.FastCopyHashMap
 
EntrySet() - Constructor for class org.infinispan.commons.util.FastCopyHashMap.EntrySet
 
entrySet() - Method in class org.infinispan.commons.util.WeakValueHashMap
 
EntrySizeCalculator<K,V> - Interface in org.infinispan.commons.util.concurrent.jdk8backported
 
EntryVersion<T> - Interface in org.infinispan.commons.api.functional
Entry version.
EntryVersion.CompareResult - Enum in org.infinispan.commons.api.functional
 
EntryVersion.NumericEntryVersion - Class in org.infinispan.commons.api.functional
 
EntryView - Class in org.infinispan.commons.api.functional
Entry views expose cached entry information to the user.
EntryView.ReadEntryView<K,V> - Interface in org.infinispan.commons.api.functional
Expose read-only information about a cache entry potentially associated with a key in the functional map.
EntryView.ReadWriteEntryView<K,V> - Interface in org.infinispan.commons.api.functional
Expose information about a cache entry potentially associated with a key in the functional map, and allows that cache entry to be written with new value and/or new metadata parameters.
EntryView.WriteEntryView<V> - Interface in org.infinispan.commons.api.functional
Expose a write-only facade for a cache entry potentially associated with a key in the functional map which allows the cache entry to be written with new value and/or new metadata parameters.
EnumerationList<T> - Class in org.infinispan.commons.util
An Enumeration -> List adaptor
EnumerationList(Enumeration<T>) - Constructor for class org.infinispan.commons.util.EnumerationList
Constructor
eq(Object, Object) - Static method in class org.infinispan.commons.util.AbstractMap
 
equals(Object) - Method in class org.infinispan.commons.api.functional.EntryVersion.NumericEntryVersion
 
equals(Object) - Method in class org.infinispan.commons.api.functional.MetaParam.MetaEntryVersion
 
equals(Object) - Method in class org.infinispan.commons.api.functional.MetaParam.MetaLong
 
equals(Object) - Method in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
equals(Object) - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
equals(Object) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
equals(T, Object) - Method in class org.infinispan.commons.equivalence.AnyEquivalence
 
equals(Object, Object) - Method in class org.infinispan.commons.equivalence.AnyServerEquivalence
 
equals(byte[], Object) - Method in class org.infinispan.commons.equivalence.ByteArrayEquivalence
 
equals(T, Object) - Method in interface org.infinispan.commons.equivalence.Equivalence
Indicates whether the objects passed are "equal to" each other.
equals(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
equals(T, Object) - Method in class org.infinispan.commons.equivalence.IdentityEquivalence
 
equals(Object) - Method in class org.infinispan.commons.hash.MurmurHash2
Deprecated.
 
equals(Object) - Method in class org.infinispan.commons.hash.MurmurHash3
 
equals(Object) - Method in class org.infinispan.commons.io.ByteBufferImpl
 
equals(Object) - Method in class org.infinispan.commons.marshall.WrappedByteArray
 
equals(Object) - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
 
equals(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Compares the specified object with this map for equality.
equals(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySetView
 
equals(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Compares the specified object with this map for equality.
equals(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView
 
equals(Object) - Method in class org.infinispan.commons.util.ForwardingList
 
equals(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
equals(Object) - Method in class org.infinispan.commons.util.KeyValueWithPrevious
 
equals(Object) - Method in class org.infinispan.commons.util.SimpleImmutableEntry
 
equalsWrappedBytes(WrappedBytes) - Method in class org.infinispan.commons.marshall.WrappedByteArray
 
equalsWrappedBytes(WrappedBytes) - Method in interface org.infinispan.commons.marshall.WrappedBytes
 
Equivalence<T> - Interface in org.infinispan.commons.equivalence
An interface that allows custom implementations for objects that are comparable based on equality, hash code calculations, or according to Comparable rules, but where the behaviour provided by the JDK, or external libraries, cannot be modified, for example: arrays.
EquivalentConcurrentHashMapV8<K,V> - Class in org.infinispan.commons.util.concurrent.jdk8backported
A hash table supporting full concurrency of retrievals and high expected concurrency for updates.
EquivalentConcurrentHashMapV8(Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Creates a new, empty map with the default initial table size (16).
EquivalentConcurrentHashMapV8(int, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Creates a new, empty map with an initial table size accommodating the specified number of elements without the need to dynamically resize.
EquivalentConcurrentHashMapV8(Map<? extends K, ? extends V>, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Creates a new map with the same mappings as the given map.
EquivalentConcurrentHashMapV8(int, float, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity) and initial table density (loadFactor).
EquivalentConcurrentHashMapV8(int, float, int, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity), table density (loadFactor), and number of concurrently updating threads (concurrencyLevel).
EquivalentConcurrentHashMapV8.KeySetView<K,V> - Class in org.infinispan.commons.util.concurrent.jdk8backported
A view of a EquivalentConcurrentHashMapV8 as a Set of keys, in which additions may optionally be enabled by mapping to a common value.
EquivalentHashMap<K,V> - Class in org.infinispan.commons.equivalence
Custom hash-based map which accepts no null keys nor null values, where equality and hash code calculations are done based on passed Equivalence function implementations for keys and values, as opposed to relying on their own equals/hashCode/toString implementations.
EquivalentHashMap(Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap
 
EquivalentHashMap(int, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap
 
EquivalentHashMap(int, float, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap
 
EquivalentHashMap(Map<? extends K, ? extends V>, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap
 
EquivalentHashMap.EntrySet - Class in org.infinispan.commons.equivalence
 
EquivalentHashMap.Node<K,V> - Class in org.infinispan.commons.equivalence
 
EquivalentHashMap.Values - Class in org.infinispan.commons.equivalence
 
EquivalentHashSet<E> - Class in org.infinispan.commons.equivalence
Custom hash-based set which accepts no null values, where equality and hash code calculations are done based on passed Equivalence function implementations for values, as opposed to relying on their own equals/hashCode/toString implementations.
EquivalentHashSet(Equivalence<? super E>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashSet
Constructs a new, empty set, with a given equivalence function
EquivalentHashSet(int, Equivalence<? super E>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashSet
Constructs a new, empty set, with a given initial capacity and a particular equivalence function to compare entries.
EquivalentLinkedHashMap<K,V> - Class in org.infinispan.commons.equivalence
Custom hash-based linked list map which accepts no null keys nor null values, where equality and hash code calculations are done based on passed Equivalence function implementations for keys and values, as opposed to relying on their own equals/hashCode/toString implementations.
EquivalentLinkedHashMap(int, float, EquivalentLinkedHashMap.IterationOrder, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
 
EquivalentLinkedHashMap.IterationOrder - Enum in org.infinispan.commons.equivalence
 
eval(K, Function<EntryView.ReadEntryView<K, V>, R>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadOnlyMap
Evaluate a read-only function on the value associated with the key and return a CompletableFuture with the return type of the function.
eval(K, Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadWriteMap
Evaluate a read-write function on the value and metadata associated with the key and return a CompletableFuture with the return type of the function.
eval(K, V, BiFunction<V, EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadWriteMap
Evaluate a read-write function, with a value passed in and a EntryView.WriteEntryView of the value associated with the key, and return a CompletableFuture which will be completed with the returned value by the function.
eval(K, V, BiConsumer<V, EntryView.WriteEntryView<V>>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.WriteOnlyMap
Evaluate a write-only BiConsumer operation, with a value passed in and a EntryView.WriteEntryView of the value associated with the key, and return a CompletableFuture which will be completed when the operation completes.
eval(K, Consumer<EntryView.WriteEntryView<V>>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.WriteOnlyMap
Evaluate a write-only Consumer operation with a EntryView.WriteEntryView of the value associated with the key, and return a CompletableFuture which will be completed with the object returned by the operation.
evalAll(Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadWriteMap
Evaluate a read-write Function operation with the EntryView.ReadWriteEntryView of the value associated with the key, for all existing keys, and returns a Traversable to navigate each of the Function invocation returns.
evalAll(Consumer<EntryView.WriteEntryView<V>>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.WriteOnlyMap
Evaluate a write-only Consumer operation with the EntryView.WriteEntryView of the value associated with the key, for all existing keys in functional map, and returns a CompletableFuture that will be completed when the write-only operation has been executed against all the entries.
evalMany(Set<? extends K>, Function<EntryView.ReadEntryView<K, V>, R>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadOnlyMap
Evaluate a read-only function on a key and potential value associated in the functional map, for each of the keys in the set passed in, and returns an Traversable to work on each computed function's result.
evalMany(Map<? extends K, ? extends V>, BiFunction<V, EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadWriteMap
Evaluate a read-write BiFunction, with a value passed in and a EntryView.ReadWriteEntryView of the value associated with the key, for each of the keys in the set passed in, and returns an Traversable to navigate each of the BiFunction invocation returns.
evalMany(Set<? extends K>, Function<EntryView.ReadWriteEntryView<K, V>, R>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadWriteMap
Evaluate a read-write Function operation with the EntryView.ReadWriteEntryView of the value associated with the key, for each of the keys in the set passed in, and returns a Traversable to navigate each of the Function invocation returns.
evalMany(Map<? extends K, ? extends V>, BiConsumer<V, EntryView.WriteEntryView<V>>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.WriteOnlyMap
Evaluate a write-only BiConsumer operation, with a value passed in and a EntryView.WriteEntryView of the value associated with the key, for each of the keys in the set passed in, and returns a CompletableFuture that will be completed when the write-only operation has been executed against all the entries.
evalMany(Set<? extends K>, Consumer<EntryView.WriteEntryView<V>>) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.WriteOnlyMap
Evaluate a write-only Consumer operation with the EntryView.WriteEntryView of the value associated with the key, for each of the keys in the set passed in, and returns a CompletableFuture that will be completed when the write-only operation has been executed against all the entries.
Eviction - Enum in org.infinispan.commons.util.concurrent.jdk8backported
 
EvictionListener<K,V> - Interface in org.infinispan.commons.util.concurrent.jdk8backported
 
EvictionPolicy<K,V> - Interface in org.infinispan.commons.util.concurrent.jdk8backported
 
ExecutorFactory - Interface in org.infinispan.commons.executors
Used to configure and create executors
Experimental - Annotation Type in org.infinispan.commons.util
An experimental user-facing API.
ExposedByteArrayOutputStream - Class in org.infinispan.commons.io
Extends ByteArrayOutputStream, but exposes the internal buffer.
ExposedByteArrayOutputStream() - Constructor for class org.infinispan.commons.io.ExposedByteArrayOutputStream
 
ExposedByteArrayOutputStream(int) - Constructor for class org.infinispan.commons.io.ExposedByteArrayOutputStream
 
ExposedByteArrayOutputStream(int, int) - Constructor for class org.infinispan.commons.io.ExposedByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
ExtendedRiverMarshaller - Class in org.infinispan.commons.marshall.jboss
RiverMarshaller extension that allows Infinispan code to directly create instances of it.
ExtendedRiverMarshaller(RiverMarshallerFactory, SerializableClassRegistry, MarshallingConfiguration) - Constructor for class org.infinispan.commons.marshall.jboss.ExtendedRiverMarshaller
 
ExtendedRiverUnmarshaller - Class in org.infinispan.commons.marshall.jboss
An extended RiverUnmarshaller that allows Infinispan StreamingMarshaller instances to travel down the stack to potential externalizer implementations that might need it, such as org.infinispan.commons.marshall.MarshalledValue.Externalizer
ExtendedRiverUnmarshaller(RiverMarshallerFactory, SerializableClassRegistry, MarshallingConfiguration) - Constructor for class org.infinispan.commons.marshall.jboss.ExtendedRiverUnmarshaller
 
Externalizer() - Constructor for class org.infinispan.commons.hash.MurmurHash2.Externalizer
Deprecated.
 
Externalizer() - Constructor for class org.infinispan.commons.hash.MurmurHash3.Externalizer
 
Externalizer() - Constructor for class org.infinispan.commons.io.ByteBufferImpl.Externalizer
 
Externalizer<T> - Interface in org.infinispan.commons.marshall
One of the key aspects of Infinispan is that it often needs to marshall or unmarshall objects in order to provide some of its functionality.
Externalizer() - Constructor for class org.infinispan.commons.util.ImmutableListCopy.Externalizer
 
extractFieldName(String) - Static method in class org.infinispan.commons.util.ReflectionUtil
 

F

factory - Static variable in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
FastCopyHashMap<K,V> - Class in org.infinispan.commons.util
A HashMap that is optimized for fast shallow copies.
FastCopyHashMap(int, float) - Constructor for class org.infinispan.commons.util.FastCopyHashMap
 
FastCopyHashMap(Map<? extends K, ? extends V>) - Constructor for class org.infinispan.commons.util.FastCopyHashMap
 
FastCopyHashMap(int) - Constructor for class org.infinispan.commons.util.FastCopyHashMap
 
FastCopyHashMap() - Constructor for class org.infinispan.commons.util.FastCopyHashMap
 
FastCopyHashMap.EntrySet - Class in org.infinispan.commons.util
 
FastCopyHashMap.KeySet - Class in org.infinispan.commons.util
 
FastCopyHashMap.Values - Class in org.infinispan.commons.util
 
FileLookup - Interface in org.infinispan.commons.util
 
FileLookupFactory - Class in org.infinispan.commons.util
 
FileLookupFactory() - Constructor for class org.infinispan.commons.util.FileLookupFactory
 
FileLookupFactory.DefaultFileLookup - Class in org.infinispan.commons.util
 
fillInStackTrace() - Method in exception org.infinispan.commons.marshall.NotSerializableException
 
filter(Predicate<? super T>) - Method in interface org.infinispan.commons.api.functional.Traversable
An intermediate operation that returns a traversable containing elements matching the given predicate.
find() - Method in interface org.infinispan.commons.api.functional.EntryView.ReadEntryView
Optional value.
findAny() - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that returns an optional containing an element of the traversable, or an empty optional if empty.
findClass(String) - Method in class org.infinispan.commons.util.OsgiClassLoader
Load the class and break on first found match.
findGetterForField(Class<?>, String) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
findIfEntriesNeedEvicting() - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EvictionPolicy
This should be invoked after an operation that would cause an element to be added to the map to make sure that no elements need evicting.
findMetaParam(Class<T>) - Method in interface org.infinispan.commons.api.functional.MetaParam.Lookup
Returns a non-empty Optional instance containing a metadata parameter instance that can be assigned to the type Class passed in, or an empty Optional if no metadata can be assigned to that type.
findMethod(Class<?>, String) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
findMethod(Class<?>, String, Class<?>[]) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
findNextHighestPowerOfTwo(int) - Static method in class org.infinispan.commons.util.Util
Returns a number such that the number is a power of two that is equal to, or greater than, the number passed in as an argument.
findResource(String) - Method in class org.infinispan.commons.util.OsgiClassLoader
Load the resource and break on first found match.
findResources(String) - Method in class org.infinispan.commons.util.OsgiClassLoader
Load the resources and return an Enumeration Note: Since they're Enumerations, do not cache these results!
findSetterForField(Class<?>, String) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
finish() - Method in class org.infinispan.commons.marshall.jboss.ExtendedRiverMarshaller
 
finish() - Method in class org.infinispan.commons.marshall.jboss.ExtendedRiverUnmarshaller
 
finishObjectInput(ObjectInput) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
finishObjectInput(ObjectInput) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
finishObjectInput(ObjectInput) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
Finish using the given ObjectInput.
finishObjectOutput(ObjectOutput) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
finishObjectOutput(ObjectOutput) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
finishObjectOutput(ObjectOutput) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
Finish using the given ObjectOutput.
fireListeners() - Method in class org.infinispan.commons.util.concurrent.BaseNotifyingFuture
 
flatMap(Function<? super T, ? extends Traversable<? extends R>>) - Method in interface org.infinispan.commons.api.functional.Traversable
An intermediate operation that returns a traversable containing the results of replacing each element of this traversable with the contents of a traversable produced by applying the provided function to each element.
FLOAT - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
 
fluentSetterName(String) - Static method in class org.infinispan.commons.util.BeanUtils
Retrieves a setter name based on a field name passed in
flush() - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
flushAndCloseOutput(ObjectOutput) - Static method in class org.infinispan.commons.util.Util
 
flushAndCloseStream(OutputStream) - Static method in class org.infinispan.commons.util.Util
 
flushBase64() - Method in class org.infinispan.commons.util.Base64.OutputStream
Method added by PHIL.
forEach(Consumer<? super T>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that applies an operation to all elements of this traversable.
forEach(BiConsumer<? super K, ? super V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
 
forEach(long, BiConsumer<? super K, ? super V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Performs the given action for each (key, value).
forEach(long, BiFunction<? super K, ? super V, ? extends U>, Consumer<? super U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Performs the given action for each non-null transformation of each (key, value).
forEach(Consumer<? super K>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySetView
 
forEach(long, BiConsumer<? super K, ? super V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.ConcurrentParallelHashMapV8
 
forEach(BiConsumer<? super K, ? super V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
 
forEach(long, BiConsumer<? super K, ? super V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Performs the given action for each (key, value).
forEach(long, BiFunction<? super K, ? super V, ? extends U>, Consumer<? super U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Performs the given action for each non-null transformation of each (key, value).
forEach(Consumer<? super K>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView
 
forEach(long, BiConsumer<? super K, ? super V>) - Method in interface org.infinispan.commons.util.concurrent.ParallelIterableMap
Performs the given action for each (key, value) but traversing entries in parallel.
forEach(T[], Consumer<T>) - Static method in class org.infinispan.commons.util.InfinispanCollections
 
forEachEntry(long, Consumer<? super Map.Entry<K, V>>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Performs the given action for each entry.
forEachEntry(long, Function<Map.Entry<K, V>, ? extends U>, Consumer<? super U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Performs the given action for each non-null transformation of each entry.
forEachEntry(long, Consumer<? super Map.Entry<K, V>>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Performs the given action for each entry.
forEachEntry(long, Function<Map.Entry<K, V>, ? extends U>, Consumer<? super U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Performs the given action for each non-null transformation of each entry.
forEachKey(long, Consumer<? super K>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Performs the given action for each key.
forEachKey(long, Function<? super K, ? extends U>, Consumer<? super U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Performs the given action for each non-null transformation of each key.
forEachKey(long, Consumer<? super K>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Performs the given action for each key.
forEachKey(long, Function<? super K, ? extends U>, Consumer<? super U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Performs the given action for each non-null transformation of each key.
forEachValue(long, Consumer<? super V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Performs the given action for each value.
forEachValue(long, Function<? super V, ? extends U>, Consumer<? super U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Performs the given action for each non-null transformation of each value.
forEachValue(long, Consumer<? super V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Performs the given action for each value.
forEachValue(long, Function<? super V, ? extends U>, Consumer<? super U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Performs the given action for each non-null transformation of each value.
formatString(Object, Object...) - Static method in class org.infinispan.commons.util.Util
 
ForwardingList<E> - Class in org.infinispan.commons.util
A list which forwards all its method calls to another list.
ForwardingList() - Constructor for class org.infinispan.commons.util.ForwardingList
Constructor for use by subclasses.
FunctionalMap<K,V> - Interface in org.infinispan.commons.api.functional
Top level functional map interface offering common functionality for the read-only, read-write, and write-only operations that can be run against a functional map asynchronously.
FunctionalMap.ReadOnlyMap<K,V> - Interface in org.infinispan.commons.api.functional
Exposes read-only operations that can be executed against the functional map.
FunctionalMap.ReadWriteMap<K,V> - Interface in org.infinispan.commons.api.functional
Exposes read-write operations that can be executed against the functional map.
FunctionalMap.WriteOnlyMap<K,V> - Interface in org.infinispan.commons.api.functional
Exposes write-only operations that can be executed against the functional map.
FUTURE_MODE_ID - Static variable in class org.infinispan.commons.api.functional.ParamIds
 
futureDone(Future<T>) - Method in interface org.infinispan.commons.util.concurrent.FutureListener
 
FutureListener<T> - Interface in org.infinispan.commons.util.concurrent
A listener that is called back when a future is done.
Futures - Class in org.infinispan.commons.util.concurrent
Utilities for NotifyingFuture composition.

G

GenericJBossMarshaller - Class in org.infinispan.commons.marshall.jboss
A marshaller that makes use of JBoss Marshalling to serialize and deserialize objects.
GenericJBossMarshaller() - Constructor for class org.infinispan.commons.marshall.jboss.GenericJBossMarshaller
 
GenericJBossMarshaller(ClassLoader) - Constructor for class org.infinispan.commons.marshall.jboss.GenericJBossMarshaller
 
get() - Method in interface org.infinispan.commons.api.functional.EntryVersion
Get the underlying representation of the entry's version.
get() - Method in class org.infinispan.commons.api.functional.EntryVersion.NumericEntryVersion
 
get() - Method in interface org.infinispan.commons.api.functional.EntryView.ReadEntryView
Returns a non-null value if the key has a value associated with it or throws NoSuchElementException if no value is associated with the.
get() - Method in interface org.infinispan.commons.api.functional.MetaParam
Returns the value of the meta parameter.
get() - Method in class org.infinispan.commons.api.functional.MetaParam.MetaEntryVersion
 
get() - Method in class org.infinispan.commons.api.functional.MetaParam.MetaLong
 
get() - Method in enum org.infinispan.commons.api.functional.Param.FutureMode
 
get() - Method in interface org.infinispan.commons.api.functional.Param
Parameter's value.
get() - Method in enum org.infinispan.commons.api.functional.Param.PersistenceMode
 
get() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
get(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
get(Object) - Method in class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
 
get() - Method in class org.infinispan.commons.util.ByRef.Boolean
 
get() - Method in class org.infinispan.commons.util.ByRef
 
get(long, TimeUnit) - Method in class org.infinispan.commons.util.concurrent.AbstractInProcessFuture
 
get(long, TimeUnit) - Method in class org.infinispan.commons.util.concurrent.CompositeNotifyingFuture
 
get() - Method in class org.infinispan.commons.util.concurrent.CompositeNotifyingFuture
 
get(Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get() - Method in class org.infinispan.commons.util.concurrent.NoOpFuture
 
get(long, TimeUnit) - Method in class org.infinispan.commons.util.concurrent.NoOpFuture
 
get() - Method in class org.infinispan.commons.util.concurrent.NotifyingFutureImpl
 
get(long, TimeUnit) - Method in class org.infinispan.commons.util.concurrent.NotifyingFutureImpl
 
get(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap
 
get(int) - Method in class org.infinispan.commons.util.ForwardingList
 
get(int) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
get(Object) - Method in class org.infinispan.commons.util.WeakValueHashMap
 
get() - Method in interface org.infinispan.commons.util.WeakValueHashMap.ValueRef
Get underlying value.
getAllMethods(Class<?>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ReflectionUtil
Returns a set of Methods that contain the given method annotation.
getAllMethodsShallow(Class<?>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ReflectionUtil
Returns a set of Methods that contain the given method annotation.
getAnnotatedFields(Class<?>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
getAnnotation(Class<?>, Class<T>) - Static method in class org.infinispan.commons.util.ReflectionUtil
Inspects the class passed in for the class level annotation specified.
getAsInputStreamFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
 
getAsInputStreamFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.FileLookupFactory.DefaultFileLookup
 
getAsURLFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
 
getAsURLFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.FileLookupFactory.DefaultFileLookup
 
getAsURLsFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
 
getAsURLsFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.FileLookupFactory.DefaultFileLookup
 
getAsync(K) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #get(Object) that allows user code to retrieve the value associated with a key at a later stage, hence allowing multiple parallel get requests to be sent.
getAttributeDefinition() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
getBooleanProperty(String, boolean) - Method in class org.infinispan.commons.util.TypedProperties
 
getBooleanProperty(String, boolean, boolean) - Method in class org.infinispan.commons.util.TypedProperties
 
getBuf() - Method in interface org.infinispan.commons.io.ByteBuffer
Returns the underlying buffer.
getBuf() - Method in class org.infinispan.commons.io.ByteBufferImpl
 
getBufferSizePredictor(Object) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
getBufferSizePredictor(Object) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
 
getBufferSizePredictor(Class<?>) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
Get the serialized form size predictor for a particular type.
getBufferSizePredictor(Object) - Method in interface org.infinispan.commons.marshall.Marshaller
Returns a marshalled payload size predictor for a particular type.
getByte(int) - Method in class org.infinispan.commons.marshall.WrappedByteArray
 
getByte(int) - Method in interface org.infinispan.commons.marshall.WrappedBytes
Retrieves the byte given an offset.
getBytes() - Method in class org.infinispan.commons.marshall.WrappedByteArray
 
getBytes() - Method in interface org.infinispan.commons.marshall.WrappedBytes
The backing array if there is one otherwise null is returned.
getCache() - Method in interface org.infinispan.commons.api.BasicCacheContainer
Retrieves the default cache associated with this cache container.
getCache(String) - Method in interface org.infinispan.commons.api.BasicCacheContainer
Retrieves a named cache from the system.
getClassForName(String, ClassLoader) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
getClassLoader() - Method in class org.infinispan.commons.marshall.jboss.DefaultContextClassResolver
 
getClassLoaders(ClassLoader) - Static method in class org.infinispan.commons.util.Util
 
getContext(String, char[], String, char[]) - Static method in class org.infinispan.commons.util.SslContextFactory
 
getContext(String, char[], String, char[], ClassLoader) - Static method in class org.infinispan.commons.util.SslContextFactory
 
getDefaultValue() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
getEngine(SSLContext, boolean, boolean) - Static method in class org.infinispan.commons.util.SslContextFactory
 
getErroneousAttributes() - Method in exception org.infinispan.commons.CacheConfigurationException
 
getExecutor(Properties) - Method in interface org.infinispan.commons.executors.ExecutorFactory
 
getExecutor(Properties, AccessControlContext) - Method in interface org.infinispan.commons.executors.SecurityAwareExecutorFactory
 
getExternalizer(Class<?>) - Method in class org.infinispan.commons.marshall.jboss.SerializeWithExtFactory
 
getField(String, Class<?>) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
getFuture() - Method in class org.infinispan.commons.util.concurrent.NotifyingFutureImpl
 
getId() - Method in class org.infinispan.commons.hash.MurmurHash2.Externalizer
Deprecated.
 
getId() - Method in class org.infinispan.commons.hash.MurmurHash3.Externalizer
 
getId() - Method in class org.infinispan.commons.io.ByteBufferImpl.Externalizer
 
getId() - Method in class org.infinispan.commons.marshall.AbstractExternalizer
 
getId() - Method in interface org.infinispan.commons.marshall.AdvancedExternalizer
Returns an integer that identifies the externalizer type.
getId() - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
 
getId() - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.LambdaWithMetasExternalizer
 
getId() - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
 
getId() - Method in class org.infinispan.commons.util.ImmutableListCopy.Externalizer
 
getId() - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer
 
getInfinispanMarshaller() - Method in class org.infinispan.commons.marshall.jboss.ExtendedRiverUnmarshaller
 
getInitialValue() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
getInstance() - Static method in class org.infinispan.commons.equivalence.AnyEquivalence
 
getInstance(Class<T>) - Static method in class org.infinispan.commons.equivalence.AnyEquivalence
 
getInstance() - Static method in class org.infinispan.commons.hash.MurmurHash3
 
getInstance() - Static method in class org.infinispan.commons.util.OsgiClassLoader
 
getInstance(Class<T>) - Static method in class org.infinispan.commons.util.Util
Instantiates a class by first attempting a static factory method named getInstance() on the class and then falling back to an empty constructor.
getInstance(String, ClassLoader) - Static method in class org.infinispan.commons.util.Util
Instantiates a class based on the class name provided.
getInstanceStrict(Class<T>) - Static method in class org.infinispan.commons.util.Util
Similar to Util.getInstance(Class) except that exceptions are propagated to the caller.
getInstanceStrict(String, ClassLoader) - Static method in class org.infinispan.commons.util.Util
Similar to Util.getInstance(String, ClassLoader) except that exceptions are propagated to the caller.
getIntProperty(String, int) - Method in class org.infinispan.commons.util.TypedProperties
 
getIntProperty(String, int, boolean) - Method in class org.infinispan.commons.util.TypedProperties
 
getKey() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Node
 
getKey() - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
 
getKey() - Method in class org.infinispan.commons.util.KeyValueWithPrevious
 
getKey() - Method in class org.infinispan.commons.util.SimpleImmutableEntry
 
getKeyEquivalence() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
getLength() - Method in interface org.infinispan.commons.io.ByteBuffer
Length bytes, starting from offset, within the underlying byte[] (as returned by ByteBuffer.getBuf() are owned by this buffer instance.
getLength() - Method in class org.infinispan.commons.io.ByteBufferImpl
 
getLength() - Method in class org.infinispan.commons.marshall.WrappedByteArray
 
getLength() - Method in interface org.infinispan.commons.marshall.WrappedBytes
The length of the underlying wrapped bytes.
getLog(Class<?>) - Static method in class org.infinispan.commons.logging.BasicLogFactory
 
getLog(Class<?>, Class<T>) - Static method in class org.infinispan.commons.logging.BasicLogFactory
 
getLog(Class<?>) - Static method in class org.infinispan.commons.logging.LogFactory
 
getLog(Class<?>, Class<T>) - Static method in class org.infinispan.commons.logging.LogFactory
 
getLongProperty(String, long) - Method in class org.infinispan.commons.util.TypedProperties
 
getLongProperty(String, long, boolean) - Method in class org.infinispan.commons.util.TypedProperties
 
getMappedValue() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySetView
Returns the default mapped value for additions, or null if additions are not supported.
getMappedValue() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView
Returns the default mapped value for additions, or null if additions are not supported.
getMaxDoublingSize() - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
Gets the highest internal buffer size after which if more capacity is needed the buffer will grow in 25% increments rather than 100%.
getName() - Method in interface org.infinispan.commons.api.BasicCache
Retrieves the name of the cache
getName() - Method in interface org.infinispan.commons.api.functional.FunctionalMap
Functional map's name.
getName() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
getNewBufferSize(int, int) - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
Gets the number of bytes to which the internal buffer should be resized.
getNormalizedHash(Object, Hash) - Static method in class org.infinispan.commons.util.Util
Applies the given hash function to the hash code of a given object, and then normalizes it to ensure a positive value is always returned.
getNullEvictionListener() - Static method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
 
getOffset() - Method in interface org.infinispan.commons.io.ByteBuffer
Returns the offset within the underlying byte[] (as returned by ByteBuffer.getBuf() owned by this buffer instance.
getOffset() - Method in class org.infinispan.commons.io.ByteBufferImpl
 
getOrDefault(Object, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the value to which the specified key is mapped, or the given default value if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the value to which the specified key is mapped, or the given default value if this map contains no mapping for the key.
getPrev() - Method in class org.infinispan.commons.util.KeyValueWithPrevious
 
getProperty(String, String) - Static method in class org.infinispan.commons.util.LegacyKeySupportSystemProperties
 
getProperty(String, String, String) - Static method in class org.infinispan.commons.util.LegacyKeySupportSystemProperties
 
getProperty(String, String, boolean) - Method in class org.infinispan.commons.util.TypedProperties
Get the property associated with the key, optionally applying string property replacement as defined in StringPropertyReplacer.replaceProperties(java.lang.String) to the result.
getRawBuffer() - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
Gets the internal buffer array.
getResourceAsStream(String, ClassLoader) - Static method in class org.infinispan.commons.util.Util
 
getSegmentSize(int) - Static method in class org.infinispan.commons.util.Util
Returns the size of each segment, given a number of segments.
getStatus() - Method in interface org.infinispan.commons.api.functional.FunctionalMap
Functional map's status.
getStream() - Method in class org.infinispan.commons.io.ByteBufferImpl
 
getSuffix() - Method in enum org.infinispan.commons.util.MemoryUnit
 
getterMethod(Class<?>, Class<?>) - Static method in class org.infinispan.commons.util.BeanUtils
Returns a Method object corresponding to a getter that retrieves an instance of componentClass from target.
getterName(Class<?>) - Static method in class org.infinispan.commons.util.BeanUtils
Returns a getter for a given class
getType() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
getTypeClasses() - Method in class org.infinispan.commons.hash.MurmurHash2.Externalizer
Deprecated.
 
getTypeClasses() - Method in class org.infinispan.commons.hash.MurmurHash3.Externalizer
 
getTypeClasses() - Method in class org.infinispan.commons.io.ByteBufferImpl.Externalizer
 
getTypeClasses() - Method in interface org.infinispan.commons.marshall.AdvancedExternalizer
Returns a collection of Class instances representing the types that this AdvancedExternalizer can marshall.
getTypeClasses() - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
 
getTypeClasses() - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.LambdaWithMetasExternalizer
 
getTypeClasses() - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
 
getTypeClasses() - Method in class org.infinispan.commons.util.ImmutableListCopy.Externalizer
 
getTypeClasses() - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer
 
getValue() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Node
 
getValue() - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
 
getValue() - Method in class org.infinispan.commons.util.KeyValueWithPrevious
 
getValue(Object, String) - Static method in class org.infinispan.commons.util.ReflectionUtil
Retrieves the value of a field of an object instance via reflection
getValue() - Method in class org.infinispan.commons.util.SimpleImmutableEntry
 
getValueEquivalence() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
getVersion() - Method in interface org.infinispan.commons.api.BasicCache
Retrieves the version of Infinispan
GZIP - Static variable in class org.infinispan.commons.util.Base64
Specify that data should be gzip-compressed.

H

handleMarshallingException(Throwable, Object) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller.DebuggingExceptionListener
 
handleUnmarshallingException(Throwable, Class<?>) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller.DebuggingExceptionListener
 
handleUnmarshallingException(Throwable) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller.DebuggingExceptionListener
 
Hash - Interface in org.infinispan.commons.hash
Interface that governs implementations
hash(byte[]) - Method in interface org.infinispan.commons.hash.Hash
Hashes a byte array efficiently.
hash(int) - Method in interface org.infinispan.commons.hash.Hash
An incremental version of the hash function, that spreads a pre-calculated hash code, such as one derived from Object.hashCode().
hash(Object) - Method in interface org.infinispan.commons.hash.Hash
A helper that calculates the hashcode of an object, choosing the optimal mechanism of hash calculation after considering the type of the object (byte array, String or Object).
hash(byte[]) - Method in class org.infinispan.commons.hash.MurmurHash2
Deprecated.
 
hash(int) - Method in class org.infinispan.commons.hash.MurmurHash2
Deprecated.
 
hash(Object) - Method in class org.infinispan.commons.hash.MurmurHash2
Deprecated.
 
hash(byte[]) - Method in class org.infinispan.commons.hash.MurmurHash3
 
hash(long[]) - Static method in class org.infinispan.commons.hash.MurmurHash3
Hashes a byte array efficiently.
hash(int) - Method in class org.infinispan.commons.hash.MurmurHash3
 
hash(Object) - Method in class org.infinispan.commons.hash.MurmurHash3
 
hash(Object) - Static method in class org.infinispan.commons.util.AbstractMap
 
hashCode() - Method in class org.infinispan.commons.api.functional.EntryVersion.NumericEntryVersion
 
hashCode() - Method in class org.infinispan.commons.api.functional.MetaParam.MetaEntryVersion
 
hashCode() - Method in class org.infinispan.commons.api.functional.MetaParam.MetaLong
 
hashCode() - Method in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
hashCode() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
hashCode() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
hashCode(Object) - Method in class org.infinispan.commons.equivalence.AnyEquivalence
 
hashCode(Object) - Method in class org.infinispan.commons.equivalence.AnyServerEquivalence
 
hashCode(Object) - Method in class org.infinispan.commons.equivalence.ByteArrayEquivalence
 
hashCode(Object) - Method in interface org.infinispan.commons.equivalence.Equivalence
Returns a hash code value for the object passed.
hashCode() - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
Returns the hash code value for this set using the Equivalence function associated with it.
hashCode(Object) - Method in class org.infinispan.commons.equivalence.IdentityEquivalence
 
hashCode() - Method in class org.infinispan.commons.hash.MurmurHash2
Deprecated.
 
hashCode() - Method in class org.infinispan.commons.hash.MurmurHash3
 
hashCode() - Method in class org.infinispan.commons.io.ByteBufferImpl
 
hashCode() - Method in class org.infinispan.commons.marshall.WrappedByteArray
 
hashCode() - Method in class org.infinispan.commons.util.AbstractMap
 
hashCode() - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
 
hashCode() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the hash code value for this Map, i.e., the sum of, for each key-value pair in the map, key.hashCode() ^ value.hashCode().
hashCode() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySetView
 
hashCode() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the hash code value for this Map, i.e., the sum of, for each key-value pair in the map, key.hashCode() ^ value.hashCode().
hashCode() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView
 
hashCode() - Method in class org.infinispan.commons.util.ForwardingList
 
hashCode() - Method in class org.infinispan.commons.util.ImmutableListCopy
 
hashCode() - Method in class org.infinispan.commons.util.KeyValueWithPrevious
 
hashCode() - Method in class org.infinispan.commons.util.SimpleImmutableEntry
 
hashCode(byte[], int) - Static method in class org.infinispan.commons.util.Util
A function that calculates hash code of a byte array based on its contents but using the given size parameter as deliminator for the content.
hasNext() - Method in class org.infinispan.commons.util.IteratorMapper
 
hexDump(byte[]) - Static method in class org.infinispan.commons.util.Util
 
hexDump(ByteBuffer) - Static method in class org.infinispan.commons.util.Util
 
hexIdHashCode(Object) - Static method in class org.infinispan.commons.util.Util
Prints the identity hash code of the object passed as parameter in an hexadecimal format in order to safe space.

I

ID - Static variable in enum org.infinispan.commons.api.functional.Param.FutureMode
 
id() - Method in enum org.infinispan.commons.api.functional.Param.FutureMode
 
id() - Method in interface org.infinispan.commons.api.functional.Param
A parameter's identifier.
ID - Static variable in enum org.infinispan.commons.api.functional.Param.PersistenceMode
 
id() - Method in enum org.infinispan.commons.api.functional.Param.PersistenceMode
 
IdentityAttributeCopier<T> - Class in org.infinispan.commons.configuration.attributes
IdentityAttributeCopier.
IdentityEquivalence<T> - Class in org.infinispan.commons.equivalence
Equivalence implementation that uses the System.identityHashCode(Object) as hash code function.
IdentityEquivalence() - Constructor for class org.infinispan.commons.equivalence.IdentityEquivalence
 
Ids - Interface in org.infinispan.commons.marshall
Indexes for object types included in commons.
ignoringException(String, String, Throwable) - Method in interface org.infinispan.commons.logging.Log
 
illegalValueThreadPoolParameter(String, String) - Method in interface org.infinispan.commons.logging.Log
 
immutable() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder
 
IMMUTABLE_LIST - Static variable in interface org.infinispan.commons.marshall.Ids
 
IMMUTABLE_MAP - Static variable in interface org.infinispan.commons.marshall.Ids
 
immutableCollectionCopy(Collection<T>) - Static method in class org.infinispan.commons.util.Immutables
Creates a new immutable copy of the specified Collection.
immutableCollectionWrap(Collection<? extends T>) - Static method in class org.infinispan.commons.util.Immutables
Wraps a collection with an immutable collection.
immutableEntry(Map.Entry<K, V>) - Static method in class org.infinispan.commons.util.Immutables
Wraps a Map.Entry} with an immutable Map.Entry}.
immutableEntry(K, V) - Static method in class org.infinispan.commons.util.Immutables
Wraps a key and value with an immutable Map.Entry}.
immutableListConvert(Collection<? extends T>) - Static method in class org.infinispan.commons.util.Immutables
Converts a Collection to an immutable List by copying it.
ImmutableListCopy<E> - Class in org.infinispan.commons.util
A lightweight, read-only copy of a List.
ImmutableListCopy() - Constructor for class org.infinispan.commons.util.ImmutableListCopy
Constructs a new ImmutableListCopy.
ImmutableListCopy(Collection<? extends E>) - Constructor for class org.infinispan.commons.util.ImmutableListCopy
Only one copy constructor since the list is immutable.
ImmutableListCopy(E[]) - Constructor for class org.infinispan.commons.util.ImmutableListCopy
Assumes that the array passed in is "safe", i.e., is not referenced from elsewhere.
ImmutableListCopy(Collection<? extends E>, Collection<? extends E>) - Constructor for class org.infinispan.commons.util.ImmutableListCopy
Utility constructors to allow combining collections
immutableListCopy(List<T>) - Static method in class org.infinispan.commons.util.Immutables
Creates an immutable copy of the list.
ImmutableListCopy.Externalizer - Class in org.infinispan.commons.util
 
immutableListMerge(List<? extends T>, List<? extends T>) - Static method in class org.infinispan.commons.util.Immutables
Creates a new immutable list containing the union (combined entries) of both lists.
immutableListWrap(T...) - Static method in class org.infinispan.commons.util.Immutables
Wraps an array with an immutable list.
immutableMapCopy(Map<K, V>) - Static method in class org.infinispan.commons.util.Immutables
Creates an immutable copy of the specified map.
immutableMapWrap(Map<? extends K, ? extends V>) - Static method in class org.infinispan.commons.util.Immutables
Wraps a map with an immutable map.
ImmutableMapWrapperExternalizer() - Constructor for class org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer
 
Immutables - Class in org.infinispan.commons.util
Factory for generating immutable type wrappers.
Immutables() - Constructor for class org.infinispan.commons.util.Immutables
 
Immutables.Immutable - Interface in org.infinispan.commons.util
 
Immutables.ImmutableMapWrapperExternalizer - Class in org.infinispan.commons.util
 
immutableSetConvert(Collection<? extends T>) - Static method in class org.infinispan.commons.util.Immutables
Converts a Collections into an immutable Set by copying it.
immutableSetCopy(Set<T>) - Static method in class org.infinispan.commons.util.Immutables
Creates an immutable copy of the specified set.
immutableSetWrap(Set<? extends T>) - Static method in class org.infinispan.commons.util.Immutables
Wraps a set with an immutable set.
immutableTypedProperties(TypedProperties) - Static method in class org.infinispan.commons.util.Immutables
Creates an immutable copy of the properties.
indexOf(Object) - Method in class org.infinispan.commons.util.ForwardingList
 
indexOf(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
infinispanClasses() - Static method in class org.infinispan.commons.util.ClassFinder
 
infinispanClasses(String) - Static method in class org.infinispan.commons.util.ClassFinder
 
InfinispanCollections - Class in org.infinispan.commons.util
Static helpers for Infinispan-specific collections
InfinispanCollections.Function<E,T> - Interface in org.infinispan.commons.util
A function that converts a type into another one.
InfinispanCollections.MapMakerFunction<K,V,E> - Interface in org.infinispan.commons.util
A function that converts an entry into a key/value pair for use in a map.
initialize() - Method in interface org.infinispan.commons.configuration.attributes.AttributeInitializer
 
initializer(AttributeInitializer<? extends T>) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder
 
initializer() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
InputStream(InputStream) - Constructor for class org.infinispan.commons.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
InputStream(InputStream, int) - Constructor for class org.infinispan.commons.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
INSTANCE - Static variable in class org.infinispan.commons.configuration.attributes.CollectionAttributeCopier
 
INSTANCE - Static variable in class org.infinispan.commons.configuration.attributes.IdentityAttributeCopier
 
INSTANCE - Static variable in class org.infinispan.commons.configuration.attributes.SimpleInstanceAttributeCopier
 
INSTANCE - Static variable in class org.infinispan.commons.configuration.attributes.TypedPropertiesAttributeCopier
 
INSTANCE - Static variable in class org.infinispan.commons.equivalence.ByteArrayEquivalence
 
InstanceReusingAdvancedExternalizer<T> - Class in org.infinispan.commons.marshall
An advanced externalizer that when implemented will allow for child instances that also extend this class to use object instances instead of serializing a brand new object.
InstanceReusingAdvancedExternalizer() - Constructor for class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
 
InstanceReusingAdvancedExternalizer(boolean) - Constructor for class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
 
INT - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
 
invokeAccessibly(Object, Method, Object[]) - Static method in class org.infinispan.commons.util.ReflectionUtil
Invokes a method using reflection, in an accessible manner (by using AccessibleObject.setAccessible(boolean)
isAnnotationPresent(Class<?>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ReflectionUtil
Tests whether an annotation is present on a class.
isAssignableFrom(List<Class<?>>, Class<?>) - Static method in class org.infinispan.commons.util.ClassFinder
 
isAssignableFrom(Class<?>) - Static method in class org.infinispan.commons.util.ClassFinder
 
isCancelled() - Method in class org.infinispan.commons.util.concurrent.AbstractInProcessFuture
 
isCancelled() - Method in class org.infinispan.commons.util.concurrent.CompositeNotifyingFuture
 
isCancelled() - Method in class org.infinispan.commons.util.concurrent.NoOpFuture
 
isCancelled() - Method in class org.infinispan.commons.util.concurrent.NotifyingFutureImpl
 
isClasspathCorrect() - Method in class org.infinispan.commons.util.uberjar.ManifestUberJarDuplicatedJarsWarner
 
isClasspathCorrect() - Method in interface org.infinispan.commons.util.uberjar.UberJarDuplicatedJarsWarner
Synchronously checks if classpath looks correct for Uber Jar usage.
isClasspathCorrectAsync() - Method in class org.infinispan.commons.util.uberjar.ManifestUberJarDuplicatedJarsWarner
 
isClasspathCorrectAsync() - Method in interface org.infinispan.commons.util.uberjar.UberJarDuplicatedJarsWarner
Asynchronously checks if classpath looks correct for Uber Jar usage.
isComparable(Object) - Method in class org.infinispan.commons.equivalence.AnyEquivalence
 
isComparable(Object) - Method in class org.infinispan.commons.equivalence.AnyServerEquivalence
 
isComparable(Object) - Method in class org.infinispan.commons.equivalence.ByteArrayEquivalence
 
isComparable(Object) - Method in interface org.infinispan.commons.equivalence.Equivalence
Returns whether the given object is comparable.
isComparable(Object) - Method in class org.infinispan.commons.equivalence.IdentityEquivalence
 
isDone() - Method in class org.infinispan.commons.util.concurrent.AbstractInProcessFuture
 
isDone() - Method in class org.infinispan.commons.util.concurrent.CompositeNotifyingFuture
 
isDone() - Method in class org.infinispan.commons.util.concurrent.NoOpFuture
 
isDone() - Method in class org.infinispan.commons.util.concurrent.NotifyingFutureImpl
 
isEmpty() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
 
isEmpty() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
isEmpty() - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
Returns true if this set contains no elements.
isEmpty() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
isEmpty() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
isEmpty() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
isEmpty() - Method in class org.infinispan.commons.util.FastCopyHashMap.EntrySet
 
isEmpty() - Method in class org.infinispan.commons.util.FastCopyHashMap
 
isEmpty() - Method in class org.infinispan.commons.util.ForwardingList
 
isEmpty() - Method in class org.infinispan.commons.util.ImmutableListCopy
 
isIBMJavaVendor() - Static method in class org.infinispan.commons.util.Util
 
isImmutable() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
isImmutable() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
isImmutable(Object) - Static method in class org.infinispan.commons.util.Immutables
Whether or not this collection type is immutable
isKnownMarshallable(Class<?>) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
Returns whether the hint on whether a particular type is marshallable or not is available.
isMarshallable(Object) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
isMarshallable(Object) - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
 
isMarshallable(Object) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
isMarshallable(Class<?>) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
Returns whether a type can be serialized.
isMarshallable(Object) - Method in interface org.infinispan.commons.marshall.Marshaller
A method that checks whether the given object is marshallable as per the rules of this marshaller.
isMarshallable(Object) - Method in class org.infinispan.commons.marshall.StringMarshaller
 
isMarshallableCandidate(Object) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
isModified() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
isNull() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
isOSGiContext() - Static method in class org.infinispan.commons.util.Util
Tries to determine if the code is running in an OSGi context.
isProtected() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
isStopping() - Method in enum org.infinispan.commons.api.functional.Status
 
isTerminated() - Method in enum org.infinispan.commons.api.functional.Status
 
iterator() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
 
iterator() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
 
iterator() - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
Returns an iterator over the elements in this set.
iterator() - Method in interface org.infinispan.commons.util.CloseableIterable
 
iterator() - Method in interface org.infinispan.commons.util.CloseableIteratorCollection
 
iterator() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
iterator(Stream<? extends R>) - Static method in class org.infinispan.commons.util.Closeables
Creates a closeable iterator that when closed will close the underlying stream as well
iterator(Iterator<? extends E>) - Static method in class org.infinispan.commons.util.Closeables
Creates a closeable iterator from the given iterator that does nothing when close is called.
iterator() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySetView
 
iterator() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView
 
iterator() - Method in class org.infinispan.commons.util.FastCopyHashMap.EntrySet
 
iterator() - Method in class org.infinispan.commons.util.FastCopyHashMap.KeySet
 
iterator() - Method in class org.infinispan.commons.util.FastCopyHashMap.Values
 
iterator() - Method in class org.infinispan.commons.util.ForwardingList
 
iterator() - Method in class org.infinispan.commons.util.ImmutableListCopy
 
IteratorMapper<E,S> - Class in org.infinispan.commons.util
A iterator that maps each value to the output of the Function.
IteratorMapper(Iterator<? extends E>, Function<? super E, ? extends S>) - Constructor for class org.infinispan.commons.util.IteratorMapper
 

J

JavaSerializationMarshaller - Class in org.infinispan.commons.marshall
Standard Java serialization marshaller.
JavaSerializationMarshaller() - Constructor for class org.infinispan.commons.marshall.JavaSerializationMarshaller
 
JBossExternalizerAdapter - Class in org.infinispan.commons.marshall.jboss
 
JBossExternalizerAdapter(Externalizer<? super Object>) - Constructor for class org.infinispan.commons.marshall.jboss.JBossExternalizerAdapter
 
JBossMarshallerFactory - Class in org.infinispan.commons.marshall.jboss
A JBoss Marshalling factory class for retrieving marshaller/unmarshaller instances.
JBossMarshallerFactory() - Constructor for class org.infinispan.commons.marshall.jboss.JBossMarshallerFactory
 
join(List<String>, String) - Static method in class org.infinispan.commons.util.Util
 

K

keepAlive() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
 
key() - Method in interface org.infinispan.commons.api.functional.EntryView.ReadEntryView
Key of the read-only entry view.
keys() - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadOnlyMap
Provides a Traversable that allows clients to navigate all cached keys.
keys() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns an enumeration of the keys in this table.
keys() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns an enumeration of the keys in this table.
keys() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns an enumeration of the keys in this table.
keySet() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
keySet - Variable in class org.infinispan.commons.util.AbstractMap
 
keySet() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns a Set view of the keys contained in this map.
keySet(V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns a Set view of the keys in this map, using the given common mapped value for any additions (i.e., Collection.add(E) and Collection.addAll(Collection)).
keySet() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns a Set view of the keys contained in this map.
keySet(V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns a Set view of the keys in this map, using the given common mapped value for any additions (i.e., Collection.add(E) and Collection.addAll(Collection)).
keySet() - Method in class org.infinispan.commons.util.FastCopyHashMap
 
KeySet() - Constructor for class org.infinispan.commons.util.FastCopyHashMap.KeySet
 
KeyValueWithPrevious<K,V> - Class in org.infinispan.commons.util
 
KeyValueWithPrevious(K, V, V) - Constructor for class org.infinispan.commons.util.KeyValueWithPrevious
 
KeyValueWithPrevious.KeyValueWithPreviousExternalizer - Class in org.infinispan.commons.util
 
KeyValueWithPreviousExternalizer() - Constructor for class org.infinispan.commons.util.KeyValueWithPrevious.KeyValueWithPreviousExternalizer
 

L

LAMBDA_CONSTANT - Static variable in interface org.infinispan.commons.marshall.Ids
 
LAMBDA_SET_VALUE_IF_EQUALS_RETURN_BOOLEAN - Static variable in interface org.infinispan.commons.marshall.Ids
 
LAMBDA_WITH_METAS - Static variable in interface org.infinispan.commons.marshall.Ids
 
LambdaExternalizer<T> - Interface in org.infinispan.commons.marshall
LambdaWithMetasExternalizer() - Constructor for class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.LambdaWithMetasExternalizer
 
lastIndexOf(Object) - Method in class org.infinispan.commons.util.ForwardingList
 
lastIndexOf(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
left() - Method in class org.infinispan.commons.util.Either
 
LegacyKeySupportSystemProperties - Class in org.infinispan.commons.util
A wrapper around system properties that supports legacy keys
LegacyKeySupportSystemProperties() - Constructor for class org.infinispan.commons.util.LegacyKeySupportSystemProperties
 
Lifecycle - Interface in org.infinispan.commons.api
Lifecycle interface that defines the lifecycle of components
listeners() - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadWriteMap
Allows to read-write listeners to be registered.
listeners() - Method in interface org.infinispan.commons.api.functional.FunctionalMap.WriteOnlyMap
Allows to write-only listeners to be registered.
Listeners - Class in org.infinispan.commons.api.functional
Holder class for functional listener definitions.
Listeners.ReadWriteListeners<K,V> - Interface in org.infinispan.commons.api.functional
Read-write listeners enable users to register listeners for cache entry created, modified and removed events, and also register listeners for any cache entry write events.
Listeners.ReadWriteListeners.ReadWriteListener<K,V> - Interface in org.infinispan.commons.api.functional
Read-write listener
Listeners.WriteListeners<K,V> - Interface in org.infinispan.commons.api.functional
Write listeners enable user to register listeners for any cache entry write events that happen in either a read-write or write-only functional map.
Listeners.WriteListeners.WriteListener<K,V> - Interface in org.infinispan.commons.api.functional
Write-only listener.
listIterator() - Method in class org.infinispan.commons.util.ForwardingList
 
listIterator(int) - Method in class org.infinispan.commons.util.ForwardingList
 
listIterator() - Method in class org.infinispan.commons.util.ImmutableListCopy
 
listIterator(int) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
load(Class<T>, ClassLoader...) - Static method in class org.infinispan.commons.util.ServiceFinder
 
loadClass(String, ClassLoader) - Static method in class org.infinispan.commons.util.Util
Loads the specified class using the passed classloader, or, if it is null the Infinispan classes' classloader.
loadClassStrict(String, ClassLoader) - Static method in class org.infinispan.commons.util.Util
Loads the specified class using the passed classloader, or, if it is null the Infinispan classes' classloader.
Log - Interface in org.infinispan.commons.logging
Infinispan's log abstraction layer on top of JBoss Logging.
log - Static variable in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
LogFactory - Class in org.infinispan.commons.logging
Factory that creates Log instances.
LogFactory() - Constructor for class org.infinispan.commons.logging.LogFactory
 
LONG - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
 
lookupFile(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
Looks up the file, see : FileLookupFactory.DefaultFileLookup.
lookupFile(String, ClassLoader) - Method in interface org.infinispan.commons.util.FileLookup
Looks up the file, see : FileLookupFactory.DefaultFileLookup.
lookupFileLocation(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
 
lookupFileLocation(String, ClassLoader) - Method in interface org.infinispan.commons.util.FileLookup
 
lookupFileLocations(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
 
lookupFileLocations(String, ClassLoader) - Method in interface org.infinispan.commons.util.FileLookup
 
lookupFileStrict(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
Looks up the file, see : FileLookupFactory.DefaultFileLookup.
lookupFileStrict(URI, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
 
lookupFileStrict(String, ClassLoader) - Method in interface org.infinispan.commons.util.FileLookup
Looks up the file, see : FileLookupFactory.DefaultFileLookup.
lookupFileStrict(URI, ClassLoader) - Method in interface org.infinispan.commons.util.FileLookup
Looks up the file, see : FileLookupFactory.DefaultFileLookup.

M

main(String[]) - Static method in class org.infinispan.commons.util.BlueprintGenerator
 
makeBoundedConcurrentMap(int) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeConcurrentMap() - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeConcurrentMap(int) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeConcurrentMap(int, int) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeConcurrentMap(int, float, int) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeConcurrentMap(Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeConcurrentMap(int, Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeConcurrentMap(int, int, Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeConcurrentMap(int, float, int, Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeConcurrentParallelMap(int, int) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeConcurrentParallelMap(int, int, Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeLinkedMap(int, float, EquivalentLinkedHashMap.IterationOrder, Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeMap(Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeMap(int, Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeMap(Map<? extends K, ? extends V>, Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeSet(Equivalence<? super T>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeSet(int, Equivalence<? super T>) - Static method in class org.infinispan.commons.util.CollectionFactory
 
makeSet(T...) - Static method in class org.infinispan.commons.util.CollectionFactory
Create a Set backed by the specified array.
ManifestUberJarDuplicatedJarsWarner - Class in org.infinispan.commons.util.uberjar
Manifest based implementation of a UberJarDuplicatedJarsWarner.
ManifestUberJarDuplicatedJarsWarner() - Constructor for class org.infinispan.commons.util.uberjar.ManifestUberJarDuplicatedJarsWarner
 
map(Function<? super T, ? extends R>) - Method in interface org.infinispan.commons.api.functional.Traversable
An intermediate operation that returns a traversable containing the results of applying the given function over the elements of the traversable.
mappingCount() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the number of mappings.
mappingCount() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the number of mappings.
markMarshallable(Class<?>, boolean) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
Marks a particular type as being marshallable or not being not marshallable.
MarshallableFunctionExternalizers - Class in org.infinispan.commons.marshall
 
MarshallableFunctionExternalizers() - Constructor for class org.infinispan.commons.marshall.MarshallableFunctionExternalizers
 
MarshallableFunctionExternalizers.ConstantLambdaExternalizer - Class in org.infinispan.commons.marshall
 
MarshallableFunctionExternalizers.LambdaWithMetasExternalizer - Class in org.infinispan.commons.marshall
 
MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer - Class in org.infinispan.commons.marshall
 
MarshallableFunctions - Class in org.infinispan.commons.marshall
 
marshallableTypeHints - Variable in class org.infinispan.commons.marshall.AbstractMarshaller
 
MarshallableTypeHints - Class in org.infinispan.commons.marshall
Class providing hints about marshallable types, such as whether a particular type is marshallable or not, or an accurate approach to the serialized size of a particular type.
MarshallableTypeHints() - Constructor for class org.infinispan.commons.marshall.MarshallableTypeHints
 
marshallArray(E[], ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Marshall arrays.
marshallByteArray(byte[], ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Same as MarshallUtil.marshallArray(Object[], ObjectOutput) but specialized for byte arrays.
marshallCollection(Collection<E>, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Marshall a Collection.
marshallEnum(E, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
 
marshaller - Variable in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
Marshaller - Interface in org.infinispan.commons.marshall
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
marshallInt(ObjectOutput, int) - Static method in class org.infinispan.commons.marshall.MarshallUtil
A special marshall implementation for integer.
marshallMap(T, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Marshall the map to the ObjectOutput.
marshallString(String, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Marshall the String.
MarshallUtil - Class in org.infinispan.commons.marshall
MarshallUtil.
MarshallUtil() - Constructor for class org.infinispan.commons.marshall.MarshallUtil
 
MarshallUtil.ArrayBuilder<E> - Interface in org.infinispan.commons.marshall
 
MarshallUtil.CollectionBuilder<E,T extends Collection<E>> - Interface in org.infinispan.commons.marshall
 
MarshallUtil.EnumBuilder<E extends Enum<E>> - Interface in org.infinispan.commons.marshall
 
MarshallUtil.MapBuilder<K,V,T extends Map<K,V>> - Interface in org.infinispan.commons.marshall
 
MarshallUtil.UnboundedCollectionBuilder<E,T extends Collection<E>> - Interface in org.infinispan.commons.marshall
 
marshallUUID(UUID, ObjectOutput, boolean) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Marshall the UUID by sending the most and lest significant bits.
max(Comparator<? super T>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that returns an optional containing the maximum element of this traversable based on the comparator passed in.
maxThreads() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
 
MemoryUnit - Enum in org.infinispan.commons.util
 
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
If the specified key is not already associated with a (non-null) value, associates it with the given value.
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
If the specified key is not already associated with a (non-null) value, associates it with the given value.
MetaCreated(long) - Constructor for class org.infinispan.commons.api.functional.MetaParam.MetaCreated
 
MetaEntryVersion(EntryVersion<T>) - Constructor for class org.infinispan.commons.api.functional.MetaParam.MetaEntryVersion
 
MetaLastUsed(long) - Constructor for class org.infinispan.commons.api.functional.MetaParam.MetaLastUsed
 
MetaLifespan(long) - Constructor for class org.infinispan.commons.api.functional.MetaParam.MetaLifespan
 
MetaLong(long) - Constructor for class org.infinispan.commons.api.functional.MetaParam.MetaLong
 
MetaMaxIdle(long) - Constructor for class org.infinispan.commons.api.functional.MetaParam.MetaMaxIdle
 
MetaParam<T> - Interface in org.infinispan.commons.api.functional
An easily extensible metadata parameter that's stored along with the value in the the functional map.
MetaParam.Lookup - Interface in org.infinispan.commons.api.functional
Provides metadata parameter lookup capabilities using Class as lookup key.
MetaParam.MetaCreated - Class in org.infinispan.commons.api.functional
Read only metadata parameter representing a cached entry's created time in milliseconds.
MetaParam.MetaEntryVersion<T> - Class in org.infinispan.commons.api.functional
Writable metadata parameter representing a cached entry's generic version.
MetaParam.MetaLastUsed - Class in org.infinispan.commons.api.functional
Read only metadata parameter representing a cached entry's last used time in milliseconds.
MetaParam.MetaLifespan - Class in org.infinispan.commons.api.functional
Writable metadata parameter representing a cached entry's millisecond lifespan.
MetaParam.MetaLong - Class in org.infinispan.commons.api.functional
Abstract class for numeric long-based metadata parameter instances.
MetaParam.MetaMaxIdle - Class in org.infinispan.commons.api.functional
Writable metadata parameter representing a cached entry's millisecond max idle time.
MetaParam.Writable<T> - Interface in org.infinispan.commons.api.functional
Writable MetaParam instances are those that the user can provide to be stored as part of the cache entry.
min(Comparator<? super T>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that returns an optional containing the minimum element of this traversable based on the comparator passed in.
MurmurHash2 - Class in org.infinispan.commons.hash
Deprecated.
Since 8.2, should always use MurmurHash3 instead.
MurmurHash2() - Constructor for class org.infinispan.commons.hash.MurmurHash2
Deprecated.
 
MurmurHash2.Externalizer - Class in org.infinispan.commons.hash
Deprecated.
 
MurmurHash3 - Class in org.infinispan.commons.hash
MurmurHash3 implementation in Java, based on Austin Appleby's original in C Only implementing x64 version, because this should always be faster on 64 bit native processors, even 64 bit being ran with a 32 bit OS; this should also be as fast or faster than the x86 version on some modern 32 bit processors.
MurmurHash3.Externalizer - Class in org.infinispan.commons.hash
 
MurmurHash3_x64_128(byte[], int) - Static method in class org.infinispan.commons.hash.MurmurHash3
Hash a value using the x64 128 bit variant of MurmurHash3
MurmurHash3_x64_128(long[], int) - Static method in class org.infinispan.commons.hash.MurmurHash3
Hash a value using the x64 128 bit variant of MurmurHash3
MurmurHash3_x64_32(byte[], int) - Static method in class org.infinispan.commons.hash.MurmurHash3
Hash a value using the x64 32 bit variant of MurmurHash3
MurmurHash3_x64_32(long[], int) - Static method in class org.infinispan.commons.hash.MurmurHash3
Hash a value using the x64 32 bit variant of MurmurHash3
MurmurHash3_x64_64(byte[], int) - Static method in class org.infinispan.commons.hash.MurmurHash3
Hash a value using the x64 64 bit variant of MurmurHash3
MurmurHash3_x64_64(long[], int) - Static method in class org.infinispan.commons.hash.MurmurHash3
Hash a value using the x64 64 bit variant of MurmurHash3
MURMURHASH_2 - Static variable in interface org.infinispan.commons.marshall.Ids
 
MURMURHASH_3 - Static variable in interface org.infinispan.commons.marshall.Ids
 

N

name() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
name() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
needToDestroyFailedCache() - Method in enum org.infinispan.commons.api.functional.Status
 
needToInitializeBeforeStart() - Method in enum org.infinispan.commons.api.functional.Status
 
newByteBuffer(byte[], int, int) - Method in interface org.infinispan.commons.io.ByteBufferFactory
 
newByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.io.ByteBufferFactoryImpl
 
newCatchThrowableProxy(Object) - Static method in class org.infinispan.commons.util.Proxies
 
newInstance() - Static method in class org.infinispan.commons.util.FileLookupFactory
 
newKeySet(int, Equivalence<K>) - Static method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Creates a new Set backed by a EquivalentConcurrentHashMapV8 from the given type to Boolean.TRUE.
newKeySet(int, int, Equivalence<K>) - Static method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Creates a new Set backed by a EquivalentConcurrentHashMapV8 from the given type to Boolean.TRUE.
newKeySet(Equivalence<K>) - Static method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Creates a new Set backed by a EquivalentConcurrentHashMapV8 from the given type to Boolean.TRUE.
newKeySet(int, Equivalence<K>) - Static method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Creates a new Set backed by a EquivalentConcurrentHashMapV8 from the given type to Boolean.TRUE.
newLeft(A) - Static method in class org.infinispan.commons.util.Either
 
NEWLINE - Static variable in class org.infinispan.commons.util.StringPropertyReplacer
New line string constant
newRight(B) - Static method in class org.infinispan.commons.util.Either
 
next() - Method in class org.infinispan.commons.util.IteratorMapper
 
nextSize(Object) - Method in class org.infinispan.commons.marshall.AdaptiveBufferSizePredictor
 
nextSize(Object) - Method in interface org.infinispan.commons.marshall.BufferSizePredictor
Provide the next buffer size taking in account the object to store in the buffer.
NO_OPTIONS - Static variable in class org.infinispan.commons.util.Base64
No options specified.
noAttributeCopierForType(Class<?>) - Method in interface org.infinispan.commons.logging.Log
 
Node(K, int, V, EquivalentHashMap.Node<K, V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap.Node
 
NodeSizeCalculatorWrapper<K,V> - Class in org.infinispan.commons.util.concurrent.jdk8backported
 
NodeSizeCalculatorWrapper(EntrySizeCalculator<? super K, ? super V>) - Constructor for class org.infinispan.commons.util.concurrent.jdk8backported.NodeSizeCalculatorWrapper
 
noneMatch(Predicate<? super T>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that returns whether no elements of this traversable match the provided predicate.
NoOpFuture<E> - Class in org.infinispan.commons.util.concurrent
A future that doesn't do anything and simply returns a given return value.
NoOpFuture(E) - Constructor for class org.infinispan.commons.util.concurrent.NoOpFuture
 
NoOpFuture(Throwable) - Constructor for class org.infinispan.commons.util.concurrent.NoOpFuture
 
NoStateExternalizer<T> - Class in org.infinispan.commons.marshall.exts
An externalizer that writes no state.
NoStateExternalizer() - Constructor for class org.infinispan.commons.marshall.exts.NoStateExternalizer
 
noSuchAttribute(String, String) - Method in interface org.infinispan.commons.logging.Log
 
notifyDone(E) - Method in class org.infinispan.commons.util.concurrent.NoOpFuture
 
notifyDone(T) - Method in class org.infinispan.commons.util.concurrent.NotifyingFutureImpl
 
notifyDone(T) - Method in interface org.infinispan.commons.util.concurrent.NotifyingNotifiableFuture
Notify the listeners that the operation has finished.
notifyException(Throwable) - Method in class org.infinispan.commons.util.concurrent.NoOpFuture
 
notifyException(Throwable) - Method in class org.infinispan.commons.util.concurrent.NotifyingFutureImpl
 
notifyException(Throwable) - Method in interface org.infinispan.commons.util.concurrent.NotifyingNotifiableFuture
Notify the listeners that the operation has finished.
NotifyingFuture<T> - Interface in org.infinispan.commons.util.concurrent
A sub-interface of a Future, that allows for listeners to be attached so that observers can be notified of when the future completes.
NotifyingFutureImpl<T> - Class in org.infinispan.commons.util.concurrent
Constructs an instance of a NotifyingFuture.
NotifyingFutureImpl() - Constructor for class org.infinispan.commons.util.concurrent.NotifyingFutureImpl
 
NotifyingNotifiableFuture<T> - Interface in org.infinispan.commons.util.concurrent
An internal interface which adds the ability to inform the future of completion.
NotSerializableException - Exception in org.infinispan.commons.marshall
An exception that hides inner stacktrace lines for non serializable exceptions.
NotSerializableException(String, Throwable) - Constructor for exception org.infinispan.commons.marshall.NotSerializableException
 
NotSerializableException(String) - Constructor for exception org.infinispan.commons.marshall.NotSerializableException
 
NumericEntryVersion(long) - Constructor for class org.infinispan.commons.api.functional.EntryVersion.NumericEntryVersion
 

O

OBJECT_SIZE - Static variable in class org.infinispan.commons.util.concurrent.jdk8backported.AbstractEntrySizeCalculatorHelper
 
ObjectDuplicator - Class in org.infinispan.commons.util
A helper that efficiently duplicates known object types.
ObjectDuplicator() - Constructor for class org.infinispan.commons.util.ObjectDuplicator
 
objectFromByteBuffer(byte[]) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
objectFromByteBuffer(byte[]) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
 
objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
 
objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
objectFromByteBuffer(byte[]) - Method in interface org.infinispan.commons.marshall.Marshaller
Unmarshalls an object from a byte array.
objectFromByteBuffer(byte[], int, int) - Method in interface org.infinispan.commons.marshall.Marshaller
Unmarshalls an object from a specific portion of a byte array.
objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.StringMarshaller
 
objectFromInputStream(InputStream) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
objectFromInputStream(InputStream) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
This method implements StreamingMarshaller.objectFromInputStream(java.io.InputStream), but its implementation has been moved here rather that keeping under a class that implements StreamingMarshaller in order to avoid code duplication.
objectFromInputStream(InputStream) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
Unmarshall an object from an InputStream
objectFromObjectStream(ObjectInput) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
objectFromObjectStream(ObjectInput) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
objectFromObjectStream(ObjectInput) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
Unmarshalls an object from an ObjectInput
objectInput - Variable in class org.infinispan.commons.marshall.DelegatingObjectInput
 
objectOutput - Variable in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
objectToBuffer(Object) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
This is a convenience method for converting an object into a org.infinispan.io.ByteBuffer which takes an estimated size as parameter.
objectToBuffer(Object) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
 
objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
 
objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
objectToBuffer(Object) - Method in interface org.infinispan.commons.marshall.Marshaller
A method that returns an instance of ByteBuffer, which allows direct access to the byte array with minimal array copying
objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.StringMarshaller
 
objectToByteBuffer(Object, int) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
objectToByteBuffer(Object) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
objectToByteBuffer(Object) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
 
objectToByteBuffer(Object, int) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
 
objectToByteBuffer(Object, int) - Method in interface org.infinispan.commons.marshall.Marshaller
Marshalls an object to a byte array.
objectToByteBuffer(Object) - Method in interface org.infinispan.commons.marshall.Marshaller
Marshalls an object to a byte array.
objectToObjectStream(Object, ObjectOutput) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
objectToObjectStream(Object, ObjectOutput) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
objectToObjectStream(Object, ObjectOutput) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
Marshalls an object to a given ObjectOutput
onCreate(Consumer<EntryView.ReadEntryView<K, V>>) - Method in interface org.infinispan.commons.api.functional.Listeners.ReadWriteListeners
Add a create event specific listener by passing in a Consumer to be called back each time a new cache entry is created, passing in a EntryView.ReadEntryView of that new entry.
onCreate(EntryView.ReadEntryView<K, V>) - Method in interface org.infinispan.commons.api.functional.Listeners.ReadWriteListeners.ReadWriteListener
Entry created event callback that receives a EntryView.ReadEntryView of the created entry.
onEntryActivated(Object) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EvictionListener
 
onEntryChosenForEviction(Map.Entry<K, V>) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EvictionListener
 
onEntryEviction(Map<K, V>) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EvictionListener
 
onEntryHitRead(BoundedEquivalentConcurrentHashMapV8.Node<K, V>, V) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EvictionPolicy
Invoked to notify EvictionPolicy implementation that an entry in Segment has been accessed.
onEntryHitWrite(BoundedEquivalentConcurrentHashMapV8.Node<K, V>, V) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EvictionPolicy
Invoked to notify EvictionPolicy implementation that an entry in Segment has been accessed.
onEntryMiss(BoundedEquivalentConcurrentHashMapV8.Node<K, V>, V) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EvictionPolicy
Invoked to notify EvictionPolicy implementation that there has been an attempt to access an entry in Segment, however that entry was not present in Segment.
onEntryRemove(BoundedEquivalentConcurrentHashMapV8.Node<K, V>) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EvictionPolicy
Invoked to notify EvictionPolicy implementation that an entry e has been removed from Segment.
onEntryRemoved(Map.Entry<K, V>) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EvictionListener
 
onModify(BiConsumer<EntryView.ReadEntryView<K, V>, EntryView.ReadEntryView<K, V>>) - Method in interface org.infinispan.commons.api.functional.Listeners.ReadWriteListeners
Add a modify/update event specific listener by passing in a BiConsumer to be called back each time an entry is modified or updated, passing in a EntryView.ReadEntryView of the previous entry as first parameter, and a EntryView.ReadEntryView of the new value as second parameter.
onModify(EntryView.ReadEntryView<K, V>, EntryView.ReadEntryView<K, V>) - Method in interface org.infinispan.commons.api.functional.Listeners.ReadWriteListeners.ReadWriteListener
Entry modify/update event callback that receives EntryView.ReadEntryView of the previous entry as first parameter, and the EntryView.ReadEntryView of the new entry.
onRemove(Consumer<EntryView.ReadEntryView<K, V>>) - Method in interface org.infinispan.commons.api.functional.Listeners.ReadWriteListeners
Add a remove event specific listener by passing in a Consumer to be called back each time an entry is removed, passing in the EntryView.ReadEntryView of the removed entry.
onRemove(EntryView.ReadEntryView<K, V>) - Method in interface org.infinispan.commons.api.functional.Listeners.ReadWriteListeners.ReadWriteListener
Entry removed event callback that receives a EntryView.ReadEntryView of the removed entry.
onResize(long, long) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EvictionPolicy
 
onWrite(Consumer<EntryView.ReadEntryView<K, V>>) - Method in interface org.infinispan.commons.api.functional.Listeners.WriteListeners
Add a write event listener by passing in a Consumer to be called each time a cache entry is created, modified/updated or removed.
onWrite(EntryView.ReadEntryView<K, V>) - Method in interface org.infinispan.commons.api.functional.Listeners.WriteListeners.WriteListener
Entry write event callback that receives a EntryView.ReadEntryView of the written entry.
org.infinispan.commons - package org.infinispan.commons
Commons package
org.infinispan.commons.api - package org.infinispan.commons.api
Commons API package
org.infinispan.commons.api.functional - package org.infinispan.commons.api.functional
Commons Functional API package
org.infinispan.commons.configuration - package org.infinispan.commons.configuration
Commons Configuration package
org.infinispan.commons.configuration.attributes - package org.infinispan.commons.configuration.attributes
 
org.infinispan.commons.equivalence - package org.infinispan.commons.equivalence
Equivalence classes and interfaces to enable equivalence comparison between native types, arrays, etc.
org.infinispan.commons.executors - package org.infinispan.commons.executors
Commons Executors package
org.infinispan.commons.hash - package org.infinispan.commons.hash
Commons Hash package
org.infinispan.commons.io - package org.infinispan.commons.io
Commons IO package
org.infinispan.commons.logging - package org.infinispan.commons.logging
 
org.infinispan.commons.marshall - package org.infinispan.commons.marshall
Provides Infinispan-specific input and output streams, buffers and related utilities.
org.infinispan.commons.marshall.exts - package org.infinispan.commons.marshall.exts
Provides Infinispan-specific extensions to the marshallers.
org.infinispan.commons.marshall.jboss - package org.infinispan.commons.marshall.jboss
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
org.infinispan.commons.util - package org.infinispan.commons.util
Commons package providing various utility classes
org.infinispan.commons.util.concurrent - package org.infinispan.commons.util.concurrent
Provides commons interfaces and classes related to concurrency
org.infinispan.commons.util.concurrent.jdk8backported - package org.infinispan.commons.util.concurrent.jdk8backported
 
org.infinispan.commons.util.uberjar - package org.infinispan.commons.util.uberjar
 
OsgiClassLoader - Class in org.infinispan.commons.util
 
OutputStream(OutputStream) - Constructor for class org.infinispan.commons.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
OutputStream(OutputStream, int) - Constructor for class org.infinispan.commons.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.

P

padString(String, int) - Static method in class org.infinispan.commons.util.Util
 
ParallelIterableMap<K,V> - Interface in org.infinispan.commons.util.concurrent
Map implementing this interface provide a mechanism for parallel key/value iteration.
Param<P> - Interface in org.infinispan.commons.api.functional
An easily extensible parameter that allows functional map operations to be tweaked.
Param.FutureMode - Enum in org.infinispan.commons.api.functional
When a method defines CompletableFuture as a return type, it implies the method called will be called asynchronously and that the CompletableFuture returned will be completed once the method's work is complete.
Param.PersistenceMode - Enum in org.infinispan.commons.api.functional
When a persistence store is attached to a cache, by default all write operations, regardless of whether they are inserts, updates or removes, are persisted to the store.
ParamIds - Class in org.infinispan.commons.api.functional
Parameter identifiers.
parseBytes(String) - Static method in enum org.infinispan.commons.util.MemoryUnit
 
PATH - Static variable in class org.infinispan.commons.util.ClassFinder
 
peek(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
 
peek(Object) - Method in interface org.infinispan.commons.util.PeekableMap
Peaks at a value for the given key.
PeekableMap<K,V> - Interface in org.infinispan.commons.util
 
PERSISTENCE_MODE_ID - Static variable in class org.infinispan.commons.api.functional.ParamIds
 
POINTER_SIZE - Static variable in class org.infinispan.commons.util.concurrent.jdk8backported.AbstractEntrySizeCalculatorHelper
 
popNDC(boolean) - Static method in class org.infinispan.commons.logging.BasicLogFactory
 
popNDC(boolean) - Static method in class org.infinispan.commons.logging.LogFactory
 
prettyPrintSubject(Subject) - Static method in class org.infinispan.commons.util.Util
Prints Subject's principals as a one-liner (as opposed to default Subject's toString() method, which prints every principal on separate line).
prettyPrintTime(long, TimeUnit) - Static method in class org.infinispan.commons.util.Util
 
prettyPrintTime(long) - Static method in class org.infinispan.commons.util.Util
Prints a time for display
printArray(byte[]) - Static method in class org.infinispan.commons.util.Util
 
printArray(byte[], boolean) - Static method in class org.infinispan.commons.util.Util
 
printDebugStats() - Method in class org.infinispan.commons.util.FastCopyHashMap
 
PROPERTIES - Static variable in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
properties() - Method in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
propertyCouldNotBeReplaced(String) - Method in interface org.infinispan.commons.logging.Log
 
protect() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
protect() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
Returns a new ValueSet where immutable Attributes are write-protected
protectedAttributeSet(String) - Method in interface org.infinispan.commons.logging.Log
 
Proxies - Class in org.infinispan.commons.util
Proxies is a collection of useful dynamic profixes.
Proxies() - Constructor for class org.infinispan.commons.util.Proxies
 
purgeStaleEntries() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Removes any stale entries whose keys have been finalized.
pushNDC(String, boolean) - Static method in class org.infinispan.commons.logging.BasicLogFactory
 
pushNDC(String, boolean) - Static method in class org.infinispan.commons.logging.LogFactory
 
put(K, V) - Method in interface org.infinispan.commons.api.BasicCache
If the return value of this operation will be ignored by the application, the user is strongly encouraged to use the org.infinispan.context.Flag#IGNORE_RETURN_VALUES flag when invoking this method in order to make it behave as efficiently as possible (i.e.
put(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of BasicCache.put(Object, Object), which takes in lifespan parameters.
put(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of BasicCache.put(Object, Object), which takes in lifespan parameters.
put(K, V) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
put(K, V) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Maps the specified key to the specified value in this table.
put(K, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Maps the specified key to the specified value in this table.
put(K, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Maps the specified key to the specified value in this table.
put(K, V) - Method in class org.infinispan.commons.util.FastCopyHashMap
 
put(K, V) - Method in class org.infinispan.commons.util.WeakValueHashMap
 
putAll(Map<? extends K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of Map.putAll(Map), which takes in lifespan parameters.
putAll(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of Map.putAll(Map), which takes in lifespan parameters.
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Copies all of the mappings from the specified map to this one.
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Copies all of the mappings from the specified map to this one.
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Copies all of the mappings from the specified map to this one.
putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.commons.util.FastCopyHashMap
 
putAllAsync(Map<? extends K, ? extends V>) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #putAll(Map).
putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #putAll(Map, long, TimeUnit).
putAllAsync(Map<? extends K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #putAll(Map, long, TimeUnit, long, TimeUnit).
putAsync(K, V) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #put(Object, Object).
putAsync(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #put(Object, Object, long, TimeUnit) .
putAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #put(Object, Object, long, TimeUnit, long, TimeUnit).
putIfAbsent(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of ConcurrentMap.putIfAbsent(Object, Object), which takes in lifespan parameters.
putIfAbsent(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of ConcurrentMap.putIfAbsent(Object, Object), which takes in lifespan parameters.
putIfAbsent(K, V) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
putIfAbsent(K, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
putIfAbsent(K, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
putIfAbsent(String, String) - Method in class org.infinispan.commons.util.TypedProperties
Put a value if the associated key is not present
putIfAbsentAsync(K, V) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #putIfAbsent(Object, Object).
putIfAbsentAsync(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #putIfAbsent(Object, Object, long, TimeUnit) .
putIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #putIfAbsent(Object, Object, long, TimeUnit, long, TimeUnit).

Q

queueLength() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
 

R

read(Attribute<T>) - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
read(AttributeSet) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
read(T) - Method in interface org.infinispan.commons.configuration.Builder
Reads the configuration from an already created configuration bean into this builder.
read() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
read(byte[]) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
read(byte[], int, int) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
read() - Method in class org.infinispan.commons.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class org.infinispan.commons.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
read(InputStream) - Static method in class org.infinispan.commons.util.Util
Reads the given InputStream fully, closes the stream and returns the result as a String.
readBoolean() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readByte() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readChar() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readDouble() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readExternal(ObjectInput) - Method in class org.infinispan.commons.util.ImmutableListCopy
readFloat() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readFully(byte[]) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readFully(byte[], int, int) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readInt() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readLine() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readLong() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readObject(ObjectInput) - Method in class org.infinispan.commons.hash.MurmurHash2.Externalizer
Deprecated.
 
readObject(ObjectInput) - Method in class org.infinispan.commons.hash.MurmurHash3.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.commons.io.ByteBufferImpl.Externalizer
 
readObject() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readObject(ObjectInput) - Method in interface org.infinispan.commons.marshall.Externalizer
Read an instance from the stream.
readObject(ObjectInput) - Method in class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.LambdaWithMetasExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.commons.util.ImmutableListCopy.Externalizer
 
readObject(ObjectInput) - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer
 
readObject(ObjectInput) - Method in class org.infinispan.commons.util.KeyValueWithPrevious.KeyValueWithPreviousExternalizer
 
readShort() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readSignedInt(ObjectInput) - Static method in class org.infinispan.commons.io.SignedNumeric
 
readSignedInt(InputStream) - Static method in class org.infinispan.commons.io.SignedNumeric
 
readStream(InputStream) - Static method in class org.infinispan.commons.util.Util
Reads the given InputStream fully, closes the stream and returns the result as a byte array.
readUnsignedByte() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readUnsignedInt(ObjectInput) - Static method in class org.infinispan.commons.io.UnsignedNumeric
Reads an int stored in variable-length format.
readUnsignedInt(InputStream) - Static method in class org.infinispan.commons.io.UnsignedNumeric
 
readUnsignedInt(ByteBuffer) - Static method in class org.infinispan.commons.io.UnsignedNumeric
 
readUnsignedInt(byte[], int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
Reads an int stored in variable-length format.
readUnsignedLong(ObjectInput) - Static method in class org.infinispan.commons.io.UnsignedNumeric
Reads a long stored in variable-length format.
readUnsignedLong(InputStream) - Static method in class org.infinispan.commons.io.UnsignedNumeric
 
readUnsignedLong(ByteBuffer) - Static method in class org.infinispan.commons.io.UnsignedNumeric
 
readUnsignedLong(byte[], int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
Reads an int stored in variable-length format.
readUnsignedShort() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readUTF() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
recordSize(int) - Method in class org.infinispan.commons.marshall.AdaptiveBufferSizePredictor
 
recordSize(int) - Method in interface org.infinispan.commons.marshall.BufferSizePredictor
Record the size of the of data in the last buffer used.
recursiveFileRemove(String) - Static method in class org.infinispan.commons.util.Util
Deletes directory recursively.
recursiveFileRemove(File) - Static method in class org.infinispan.commons.util.Util
Deletes directory recursively.
reduce(T, BinaryOperator<T>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that applies a binary folding operation to a start value and all elements of this traversable.
reduce(BinaryOperator<T>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that applies a binary folding operation to all elements of this traversable, and wraps the result in an optional.
reduce(U, BiFunction<U, ? super T, U>, BinaryOperator<U>) - Method in interface org.infinispan.commons.api.functional.Traversable
A terminal operation that applies a binary folding operation to a start value and the result of each element having a mapping function applied.
reduce(long, BiFunction<? super K, ? super V, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, or null if none.
reduce(long, BiFunction<? super K, ? super V, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, or null if none.
reduceEntries(long, BiFunction<Map.Entry<K, V>, Map.Entry<K, V>, ? extends Map.Entry<K, V>>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating all entries using the given reducer to combine values, or null if none.
reduceEntries(long, Function<Map.Entry<K, V>, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, or null if none.
reduceEntries(long, BiFunction<Map.Entry<K, V>, Map.Entry<K, V>, ? extends Map.Entry<K, V>>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating all entries using the given reducer to combine values, or null if none.
reduceEntries(long, Function<Map.Entry<K, V>, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, or null if none.
reduceEntriesToDouble(long, ToDoubleFunction<Map.Entry<K, V>>, double, DoubleBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceEntriesToDouble(long, ToDoubleFunction<Map.Entry<K, V>>, double, DoubleBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceEntriesToInt(long, ToIntFunction<Map.Entry<K, V>>, int, IntBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceEntriesToInt(long, ToIntFunction<Map.Entry<K, V>>, int, IntBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceEntriesToLong(long, ToLongFunction<Map.Entry<K, V>>, long, LongBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceEntriesToLong(long, ToLongFunction<Map.Entry<K, V>>, long, LongBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all entries using the given reducer to combine values, and the given basis as an identity value.
reduceKeys(long, BiFunction<? super K, ? super K, ? extends K>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating all keys using the given reducer to combine values, or null if none.
reduceKeys(long, Function<? super K, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, or null if none.
reduceKeys(long, BiFunction<? super K, ? super K, ? extends K>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating all keys using the given reducer to combine values, or null if none.
reduceKeys(long, Function<? super K, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, or null if none.
reduceKeysToDouble(long, ToDoubleFunction<? super K>, double, DoubleBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceKeysToDouble(long, ToDoubleFunction<? super K>, double, DoubleBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceKeysToInt(long, ToIntFunction<? super K>, int, IntBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceKeysToInt(long, ToIntFunction<? super K>, int, IntBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceKeysToLong(long, ToLongFunction<? super K>, long, LongBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceKeysToLong(long, ToLongFunction<? super K>, long, LongBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all keys using the given reducer to combine values, and the given basis as an identity value.
reduceToDouble(long, ToDoubleBiFunction<? super K, ? super V>, double, DoubleBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceToDouble(long, ToDoubleBiFunction<? super K, ? super V>, double, DoubleBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceToInt(long, ToIntBiFunction<? super K, ? super V>, int, IntBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceToInt(long, ToIntBiFunction<? super K, ? super V>, int, IntBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceToLong(long, ToLongBiFunction<? super K, ? super V>, long, LongBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceToLong(long, ToLongBiFunction<? super K, ? super V>, long, LongBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all (key, value) pairs using the given reducer to combine values, and the given basis as an identity value.
reduceValues(long, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating all values using the given reducer to combine values, or null if none.
reduceValues(long, Function<? super V, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, or null if none.
reduceValues(long, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating all values using the given reducer to combine values, or null if none.
reduceValues(long, Function<? super V, ? extends U>, BiFunction<? super U, ? super U, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, or null if none.
reduceValuesToDouble(long, ToDoubleFunction<? super V>, double, DoubleBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reduceValuesToDouble(long, ToDoubleFunction<? super V>, double, DoubleBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reduceValuesToInt(long, ToIntFunction<? super V>, int, IntBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reduceValuesToInt(long, ToIntFunction<? super V>, int, IntBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reduceValuesToLong(long, ToLongFunction<? super V>, long, LongBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
reduceValuesToLong(long, ToLongFunction<? super V>, long, LongBinaryOperator) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns the result of accumulating the given transformation of all values using the given reducer to combine values, and the given basis as an identity value.
ReflectionUtil - Class in org.infinispan.commons.util
Basic reflection utilities to enhance what the JDK provides.
ReflectionUtil() - Constructor for class org.infinispan.commons.util.ReflectionUtil
 
remove(Object) - Method in interface org.infinispan.commons.api.BasicCache
If the return value of this operation will be ignored by the application, the user is strongly encouraged to use the org.infinispan.context.Flag#IGNORE_RETURN_VALUES flag when invoking this method in order to make it behave as efficiently as possible (i.e.
remove() - Method in interface org.infinispan.commons.api.functional.EntryView.WriteEntryView
Removes the value and any metadata parameters associated with it.
remove(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
remove(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
 
remove(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
Removes the specified element from this set if it is present.
remove(Object) - Method in class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
 
remove(Object) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
remove(Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
remove(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySetView
Removes the key from this map view, by removing the key (and its corresponding value) from the backing map.
remove(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
remove(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView
Removes the key from this map view, by removing the key (and its corresponding value) from the backing map.
remove(Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Removes the key (and its corresponding value) from this map.
remove(Object, Object) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
remove(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap.KeySet
 
remove(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap
 
remove(int) - Method in class org.infinispan.commons.util.ForwardingList
 
remove(Object) - Method in class org.infinispan.commons.util.ForwardingList
 
remove(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
remove() - Method in class org.infinispan.commons.util.IteratorMapper
 
remove(Object) - Method in class org.infinispan.commons.util.WeakValueHashMap
 
removeAll(Collection<?>) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
removeAll(Collection<?>) - Method in class org.infinispan.commons.util.ForwardingList
 
removeAll(Collection<?>) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
removeAsync(Object) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #remove(Object).
removeAsync(Object, Object) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #remove(Object, Object).
removeConsumer() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
removeEldestEntry(Map.Entry<K, V>) - Method in class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
 
removeIfValueEqualsReturnBoolean() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
removeReturnBoolean() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
removeReturnPrevOrNull() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
replace(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of ConcurrentMap.replace(Object, Object), which takes in lifespan parameters.
replace(K, V, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of ConcurrentMap.replace(Object, Object, Object), which takes in lifespan parameters.
replace(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of ConcurrentMap.replace(Object, Object), which takes in lifespan parameters.
replace(K, V, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of ConcurrentMap.replace(Object, Object, Object), which takes in lifespan parameters.
replace(K, V, V) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
replace(K, V) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
replace(K, V, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
replace(K, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
replace(K, V, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
replace(K, V) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
 
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
 
replaceAsync(K, V) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #replace(Object, Object).
replaceAsync(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #replace(Object, Object, long, TimeUnit).
replaceAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #replace(Object, Object, long, TimeUnit, long, TimeUnit).
replaceAsync(K, V, V) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #replace(Object, Object, Object).
replaceAsync(K, V, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #replace(Object, Object, Object, long, TimeUnit).
replaceAsync(K, V, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of #replace(Object, Object, Object, long, TimeUnit, long, TimeUnit).
replaceProperties(String) - Static method in class org.infinispan.commons.util.StringPropertyReplacer
Go through the input string and replace any occurance of ${p} with the System.getProperty(p) value.
replaceProperties(String, Properties) - Static method in class org.infinispan.commons.util.StringPropertyReplacer
Go through the input string and replace any occurance of ${p} with the props.getProperty(p) value.
reset() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
reset() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
resize(long) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
 
resize(long) - Method in interface org.infinispan.commons.util.concurrent.jdk8backported.EvictionPolicy
Invoked when resizing the container.
resumeEncoding() - Method in class org.infinispan.commons.util.Base64.OutputStream
Resumes encoding of the stream.
retainAll(Collection<?>) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
retainAll(Collection<?>) - Method in class org.infinispan.commons.util.ForwardingList
 
retainAll(Collection<?>) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
returnReadWriteFind() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
returnReadWriteGet() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
returnReadWriteView() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
reverseIterator() - Method in interface org.infinispan.commons.util.ReversibleOrderedSet
 
ReversibleOrderedSet<E> - Interface in org.infinispan.commons.util
A set that allows reverse iteration of the set elements, exposed via the ReversibleOrderedSet.reverseIterator() method.
rewind() - Method in interface org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap.ReusableIterator
 
rewrapAsCacheException(Throwable) - Static method in class org.infinispan.commons.util.Util
 
right() - Method in class org.infinispan.commons.util.Either
 
RiverCloseListener - Interface in org.infinispan.commons.marshall.jboss
RiverCloseListener is used by Infinispan's extension of River Marshaller and Unmarshaller so that pools can be notified of instances not being in use anymore.
roundUpToNearest8(long) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.AbstractEntrySizeCalculatorHelper
 

S

safeEquals(Object, Object) - Static method in class org.infinispan.commons.util.Util
Null-safe equality test.
ScheduledThreadPoolExecutorFactory - Enum in org.infinispan.commons.executors
 
search(long, BiFunction<? super K, ? super V, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns a non-null result from applying the given search function on each (key, value), or null if none.
search(long, BiFunction<? super K, ? super V, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns a non-null result from applying the given search function on each (key, value), or null if none.
searchEntries(long, Function<Map.Entry<K, V>, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns a non-null result from applying the given search function on each entry, or null if none.
searchEntries(long, Function<Map.Entry<K, V>, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns a non-null result from applying the given search function on each entry, or null if none.
searchKeys(long, Function<? super K, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns a non-null result from applying the given search function on each key, or null if none.
searchKeys(long, Function<? super K, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns a non-null result from applying the given search function on each key, or null if none.
searchValues(long, Function<? super V, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns a non-null result from applying the given search function on each value, or null if none.
searchValues(long, Function<? super V, ? extends U>) - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns a non-null result from applying the given search function on each value, or null if none.
SecurityAwareExecutorFactory - Interface in org.infinispan.commons.executors
Used to configure and create executors which are aware of the current security context
Self<S extends Self<S>> - Interface in org.infinispan.commons.configuration
This interface simplifies the task of writing fluent builders which need to inherit from other builders (abstract or concrete).
self() - Method in interface org.infinispan.commons.configuration.Self
 
SerializeFunctionWith - Annotation Type in org.infinispan.commons.marshall
Indicate that this function should be serialized with an instance of the given Externalizer class.
SerializeWith - Annotation Type in org.infinispan.commons.marshall
Indicate that this class should be serialized with an instance of the given Externalizer class.
SerializeWithExtFactory - Class in org.infinispan.commons.marshall.jboss
JBoss Marshalling plugin class for ClassExternalizerFactory that allows for Infinispan annotations to be used instead of JBoss Marshalling ones in order to discover which classes are serializable with Infinispan externalizers.
SerializeWithExtFactory() - Constructor for class org.infinispan.commons.marshall.jboss.SerializeWithExtFactory
 
ServiceFinder - Class in org.infinispan.commons.util
ServiceFinder is a ServiceLoader replacement which understands multiple classpaths
ServiceFinder() - Constructor for class org.infinispan.commons.util.ServiceFinder
 
set(V, MetaParam.Writable...) - Method in interface org.infinispan.commons.api.functional.EntryView.WriteEntryView
Set this value along with optional metadata parameters.
set(T) - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
set(boolean) - Method in class org.infinispan.commons.util.ByRef.Boolean
 
set(T) - Method in class org.infinispan.commons.util.ByRef
 
set(int, E) - Method in class org.infinispan.commons.util.ForwardingList
 
setFuture(Future<E>) - Method in class org.infinispan.commons.util.concurrent.NoOpFuture
 
setFuture(Future<T>) - Method in class org.infinispan.commons.util.concurrent.NotifyingFutureImpl
 
setFuture(Future<T>) - Method in interface org.infinispan.commons.util.concurrent.NotifyingNotifiableFuture
Setup the future which is wrapped by implementation of this interface.
setInfinispanMarshaller(StreamingMarshaller) - Method in class org.infinispan.commons.marshall.jboss.ExtendedRiverUnmarshaller
 
setProperty(String, String) - Method in class org.infinispan.commons.util.TypedProperties
 
setStackTrace(StackTraceElement[]) - Method in exception org.infinispan.commons.marshall.NotSerializableException
 
setterMethod(Class<?>, Class<?>) - Static method in class org.infinispan.commons.util.BeanUtils
Returns a Method object corresponding to a setter that sets an instance of componentClass from target.
setterName(String) - Static method in class org.infinispan.commons.util.BeanUtils
Retrieves a setter name based on a field name passed in
setterName(Class<?>) - Static method in class org.infinispan.commons.util.BeanUtils
Returns a setter for a given class
setValue(V) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Node
 
setValue(V, EquivalentHashMap<K, V>) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Node
 
setValue(V) - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
 
setValue(V) - Method in class org.infinispan.commons.util.SimpleImmutableEntry
 
setValueConsumer() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueIfAbsentReturnBoolean() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueIfAbsentReturnPrevOrNull() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueIfEqualsReturnBoolean(V, MetaParam.Writable...) - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
SetValueIfEqualsReturnBooleanExternalizer() - Constructor for class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
 
setValueIfPresentReturnBoolean() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueIfPresentReturnPrevOrNull() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueMetasConsumer(MetaParam.Writable...) - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueMetasIfAbsentReturnBoolean(MetaParam.Writable...) - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueMetasIfAbsentReturnPrevOrNull(MetaParam.Writable...) - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueMetasIfPresentReturnBoolean(MetaParam.Writable...) - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueMetasIfPresentReturnPrevOrNull(MetaParam.Writable...) - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueMetasReturnPrevOrNull(MetaParam.Writable...) - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueMetasReturnView(MetaParam.Writable...) - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueReturnPrevOrNull() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
setValueReturnView() - Static method in class org.infinispan.commons.marshall.MarshallableFunctions
 
SHORT - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
 
SignedNumeric - Class in org.infinispan.commons.io
Variable length encoding for signed numbers, using the ZigZag technique
SimpleImmutableEntry<K,V> - Class in org.infinispan.commons.util
Where is Java 1.6?
SimpleImmutableEntry(Map.Entry<K, V>) - Constructor for class org.infinispan.commons.util.SimpleImmutableEntry
 
SimpleImmutableEntry(K, V) - Constructor for class org.infinispan.commons.util.SimpleImmutableEntry
 
SimpleInstanceAttributeCopier<T> - Class in org.infinispan.commons.configuration.attributes
SimpleInstanceAttributeCopier.
size() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
 
size() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
size() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
 
size() - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
Returns the number of elements in this set.
size() - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
Overriden only to avoid unneeded synchronization
size() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
size() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns the number of key-value mappings in this map.
size() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
size() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
size() - Method in class org.infinispan.commons.util.FastCopyHashMap.EntrySet
 
size() - Method in class org.infinispan.commons.util.FastCopyHashMap.KeySet
 
size() - Method in class org.infinispan.commons.util.FastCopyHashMap
 
size() - Method in class org.infinispan.commons.util.FastCopyHashMap.Values
 
size() - Method in class org.infinispan.commons.util.ForwardingList
 
size() - Method in class org.infinispan.commons.util.ImmutableListCopy
 
size() - Method in class org.infinispan.commons.util.WeakValueHashMap
 
sizeUnsignedInt(int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
 
skip(long) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
skipBytes(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
spliterator() - Method in interface org.infinispan.commons.util.CloseableIteratorCollection
 
spliterator() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
spliterator() - Method in interface org.infinispan.commons.util.CloseableIteratorSet
 
spliterator() - Method in class org.infinispan.commons.util.CloseableIteratorSetAdapter
 
spliterator(CloseableIterator<? extends E>, long, int) - Static method in class org.infinispan.commons.util.Closeables
Takes a provided closeable iterator and wraps it appropriately so it can be used as a closeable spliterator that will close the iterator when the spliterator is closed.
spliterator(Spliterator<T>) - Static method in class org.infinispan.commons.util.Closeables
Creates a closeable spliterator from the given spliterator that does nothing when close is called.
spliterator(Stream<R>) - Static method in class org.infinispan.commons.util.Closeables
Creates a closeable spliterator that when closed will close the underlying stream as well
spliterator() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8.KeySetView
 
spliterator() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8.KeySetView
 
SslContextFactory - Class in org.infinispan.commons.util
SslContextFactory.
SslContextFactory() - Constructor for class org.infinispan.commons.util.SslContextFactory
 
sslInitializationException(Throwable) - Method in interface org.infinispan.commons.logging.Log
 
start() - Method in interface org.infinispan.commons.api.Lifecycle
Invoked on component start
start() - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
start() - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
 
startAllowed() - Method in enum org.infinispan.commons.api.functional.Status
 
startBatch() - Method in interface org.infinispan.commons.api.BatchingCache
Starts a batch.
startingUp() - Method in enum org.infinispan.commons.api.functional.Status
 
startObjectInput(InputStream, boolean) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
startObjectInput(InputStream, boolean) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
startObjectInput(InputStream, boolean) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
Create and open a new ObjectInput for the given input stream.
startObjectOutput(OutputStream, boolean, int) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
startObjectOutput(OutputStream, boolean, int) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
startObjectOutput(OutputStream, boolean, int) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
Create and open an ObjectOutput instance for the given output stream.
Status - Enum in org.infinispan.commons.api.functional
Different states a component may be in.
stop() - Method in interface org.infinispan.commons.api.Lifecycle
Invoked on component stop
stop() - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
 
stop() - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
stop() - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
Stop the marshaller.
stopAllowed() - Method in enum org.infinispan.commons.api.functional.Status
 
StreamingMarshaller - Interface in org.infinispan.commons.marshall
A specialization of Marshaller that supports streams.
STRING - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
 
StringMarshaller - Class in org.infinispan.commons.marshall
 
StringMarshaller(Charset) - Constructor for class org.infinispan.commons.marshall.StringMarshaller
 
StringPropertyReplacer - Class in org.infinispan.commons.util
A utility class for replacing properties in strings.
StringPropertyReplacer() - Constructor for class org.infinispan.commons.util.StringPropertyReplacer
 
subList(int, int) - Method in class org.infinispan.commons.util.ForwardingList
 
subList(int, int) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
suspendEncoding() - Method in class org.infinispan.commons.util.Base64.OutputStream
Suspends encoding of the stream.

T

threadDump() - Static method in class org.infinispan.commons.util.Util
 
ThreadLocalRandomUtil - Class in org.infinispan.commons.util.concurrent.jdk8backported
This class contains the bare minimum bits to extract the ThreadLocalRandom probe and seed
threadLocalRandomUUID() - Static method in class org.infinispan.commons.util.Util
Uses a ThreadLocalRandom to generate a UUID.
ThreadPoolExecutorFactory<T extends ExecutorService> - Interface in org.infinispan.commons.executors
 
toArray() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
toArray(T[]) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
toArray() - Method in class org.infinispan.commons.util.ForwardingList
 
toArray(T[]) - Method in class org.infinispan.commons.util.ForwardingList
 
toArray() - Method in class org.infinispan.commons.util.ImmutableListCopy
 
toArray(T[]) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
toAttribute() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
toBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
 
toClassArray(String[], ClassLoader) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
toGibiBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
 
toGigaBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
 
toHexString(byte[]) - Static method in class org.infinispan.commons.util.Util
 
toHexString(byte[], int) - Static method in class org.infinispan.commons.util.Util
 
toJdkAccessOrder() - Method in enum org.infinispan.commons.equivalence.EquivalentLinkedHashMap.IterationOrder
 
toJDKByteBuffer() - Method in class org.infinispan.commons.io.ByteBufferImpl
 
toKibiBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
 
toKiloBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
 
toMebiBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
 
toMegaBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
 
toStr(Object) - Static method in class org.infinispan.commons.util.Util
 
toStr(Collection<E>) - Static method in class org.infinispan.commons.util.Util
 
toString() - Method in class org.infinispan.commons.api.functional.EntryVersion.NumericEntryVersion
 
toString() - Method in class org.infinispan.commons.api.functional.MetaParam.MetaCreated
 
toString() - Method in class org.infinispan.commons.api.functional.MetaParam.MetaEntryVersion
 
toString() - Method in class org.infinispan.commons.api.functional.MetaParam.MetaLastUsed
 
toString() - Method in class org.infinispan.commons.api.functional.MetaParam.MetaLifespan
 
toString() - Method in class org.infinispan.commons.api.functional.MetaParam.MetaMaxIdle
 
toString() - Method in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
toString() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
toString() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
toString(String) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
toString(Object) - Method in class org.infinispan.commons.equivalence.AnyEquivalence
 
toString(Object) - Method in class org.infinispan.commons.equivalence.AnyServerEquivalence
 
toString(Object) - Method in class org.infinispan.commons.equivalence.ByteArrayEquivalence
 
toString(Object) - Method in interface org.infinispan.commons.equivalence.Equivalence
Returns a string representation of the given object.
toString(Object) - Method in class org.infinispan.commons.equivalence.IdentityEquivalence
 
toString() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
 
toString() - Method in class org.infinispan.commons.hash.MurmurHash2
Deprecated.
 
toString() - Method in class org.infinispan.commons.hash.MurmurHash3
 
toString() - Method in class org.infinispan.commons.io.ByteBufferImpl
 
toString() - Method in class org.infinispan.commons.marshall.WrappedByteArray
 
toString() - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
 
toString() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns a string representation of this map.
toString() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns a string representation of this map.
toString() - Method in class org.infinispan.commons.util.FastCopyHashMap
Returns a string representation of this map.
toString() - Method in class org.infinispan.commons.util.KeyValueWithPrevious
 
toString() - Method in class org.infinispan.commons.util.SimpleImmutableEntry
 
toString() - Method in class org.infinispan.commons.util.WeakValueHashMap
 
toStringArray(Class<?>[]) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
toTebiBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
 
toTeraBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
 
toTypedProperties(Properties) - Static method in class org.infinispan.commons.util.TypedProperties
Factory method that converts a JDK Properties instance to an instance of TypedProperties, if needed.
trace - Static variable in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
 
transform(E) - Method in interface org.infinispan.commons.util.InfinispanCollections.Function
Transforms an instance of the given input into an instace of the type to be returned.
transform(E) - Method in interface org.infinispan.commons.util.InfinispanCollections.MapMakerFunction
Transforms the given input into a key/value pair for use in a map
transformCollectionToMap(Collection<? extends E>, InfinispanCollections.MapMakerFunction<K, V, ? super E>) - Static method in class org.infinispan.commons.util.InfinispanCollections
Given a collection, transforms the collection to a map given a InfinispanCollections.MapMakerFunction
transformMapValue(Map<K, E>, InfinispanCollections.Function<E, V>) - Static method in class org.infinispan.commons.util.InfinispanCollections
Given a map of well known key/value types, it makes a shallow copy of it while at the same time transforming it's value type to a desired output type.
Traversable<T> - Interface in org.infinispan.commons.api.functional
Unsorted traversable stream for sequential and aggregating operations.
truncate() - Method in interface org.infinispan.commons.api.functional.FunctionalMap.WriteOnlyMap
Truncate the contents of the cache, returning a CompletableFuture that will be completed when the truncate process completes.
type() - Static method in class org.infinispan.commons.api.functional.MetaParam.MetaEntryVersion
 
type() - Method in class org.infinispan.commons.util.Either
 
TypedProperties - Class in org.infinispan.commons.util
Type-aware properties.
TypedProperties(Properties) - Constructor for class org.infinispan.commons.util.TypedProperties
Copy constructor
TypedProperties() - Constructor for class org.infinispan.commons.util.TypedProperties
Default constructor that returns an empty instance
TypedPropertiesAttributeCopier - Class in org.infinispan.commons.configuration.attributes
TypedPropertiesAttributeCopier.
TypedPropertiesAttributeCopier() - Constructor for class org.infinispan.commons.configuration.attributes.TypedPropertiesAttributeCopier
 

U

UberJarDuplicatedJarsWarner - Interface in org.infinispan.commons.util.uberjar
Checks if classpath contains proper configuration for Uber Jars and warns if it does not.
unableToConvertStringPropertyToBoolean(String, boolean) - Method in interface org.infinispan.commons.logging.Log
 
unableToConvertStringPropertyToInt(String, int) - Method in interface org.infinispan.commons.logging.Log
 
unableToConvertStringPropertyToLong(String, long) - Method in interface org.infinispan.commons.logging.Log
 
unableToLoadClass(String, String, Throwable) - Method in interface org.infinispan.commons.logging.Log
 
unableToSetValue(Exception) - Method in interface org.infinispan.commons.logging.Log
 
unableToUnwrap(Object, Class<?>) - Method in interface org.infinispan.commons.logging.Log
 
unableToUnwrapAny(String, Class<?>) - Method in interface org.infinispan.commons.logging.Log
 
unicodeEscapeString(String) - Static method in class org.infinispan.commons.util.Util
 
unicodeUnescapeString(String) - Static method in class org.infinispan.commons.util.Util
 
unmarshallArray(ObjectInput, MarshallUtil.ArrayBuilder<E>) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Unmarshall arrays.
unmarshallByteArray(ObjectInput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Same as MarshallUtil.unmarshallArray(ObjectInput, ArrayBuilder) but specialzed for byte array.
unmarshallCollection(ObjectInput, MarshallUtil.CollectionBuilder<E, T>) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Unmarshal a Collection.
unmarshallCollectionUnbounded(ObjectInput, MarshallUtil.UnboundedCollectionBuilder<E, T>) - Static method in class org.infinispan.commons.marshall.MarshallUtil
unmarshallEnum(ObjectInput, MarshallUtil.EnumBuilder<E>) - Static method in class org.infinispan.commons.marshall.MarshallUtil
 
unmarshallInt(ObjectInput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Unmarshall an integer.
unmarshallMap(ObjectInput, MarshallUtil.MapBuilder<K, V, T>) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Unmarshall the Map.
unmarshallString(ObjectInput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Unmarshall a String.
unmarshallUUID(ObjectInput, boolean) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Unmarshall UUID.
unprotectedAttributeSet(String) - Method in interface org.infinispan.commons.logging.Log
 
UnsignedNumeric - Class in org.infinispan.commons.io
Helper to read and write unsigned numerics
UnsignedNumeric() - Constructor for class org.infinispan.commons.io.UnsignedNumeric
 
unwrap(Object, Class<T>) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
unwrapAny(Class<T>, Object...) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
UTF8StringMarshaller - Class in org.infinispan.commons.marshall
 
UTF8StringMarshaller() - Constructor for class org.infinispan.commons.marshall.UTF8StringMarshaller
 
Util - Class in org.infinispan.commons.util
General utility methods used throughout the Infinispan code base.

V

validate() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
validate(T) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
validate(T) - Method in interface org.infinispan.commons.configuration.attributes.AttributeValidator
 
validate() - Method in interface org.infinispan.commons.configuration.Builder
Validate the data in this builder before building the configuration bean
validate() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
 
validate() - Method in enum org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
 
validate() - Method in enum org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
 
validate() - Method in interface org.infinispan.commons.executors.ThreadPoolExecutorFactory
Validate parameters for the thread pool executor factory
validator(AttributeValidator<? super T>) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder
 
value - Variable in class org.infinispan.commons.api.functional.MetaParam.MetaLong
 
value - Variable in class org.infinispan.commons.configuration.attributes.Attribute
 
valueMatcher(Object) - Method in interface org.infinispan.commons.marshall.LambdaExternalizer
 
valueMatcher(Object) - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
 
valueMatcher(Object) - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.LambdaWithMetasExternalizer
 
valueMatcher(Object) - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
 
ValueMatcherMode - Enum in org.infinispan.commons.marshall
Value matcher mode.
valueOf(String) - Static method in enum org.infinispan.commons.api.functional.EntryVersion.CompareResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.commons.api.functional.Param.FutureMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.commons.api.functional.Param.PersistenceMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.infinispan.commons.api.functional.Param.PersistenceMode
 
valueOf(String) - Static method in enum org.infinispan.commons.api.functional.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.commons.equivalence.EquivalentLinkedHashMap.IterationOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.commons.marshall.ValueMatcherMode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.infinispan.commons.marshall.ValueMatcherMode
 
valueOf(String) - Static method in enum org.infinispan.commons.util.concurrent.jdk8backported.Eviction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.commons.util.Either.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.commons.util.MemoryUnit
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.infinispan.commons.api.functional.EntryVersion.CompareResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.commons.api.functional.Param.FutureMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.commons.api.functional.Param.PersistenceMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.commons.api.functional.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
 
Values() - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap.Values
 
values() - Static method in enum org.infinispan.commons.equivalence.EquivalentLinkedHashMap.IterationOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.commons.marshall.ValueMatcherMode
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class org.infinispan.commons.util.AbstractMap
 
values() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
Returns a Collection view of the values contained in this map.
values() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.BoundedEquivalentConcurrentHashMapV8
Returns a Collection view of the values contained in this map.
values() - Method in class org.infinispan.commons.util.concurrent.jdk8backported.EquivalentConcurrentHashMapV8
Returns a Collection view of the values contained in this map.
values() - Static method in enum org.infinispan.commons.util.concurrent.jdk8backported.Eviction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.commons.util.Either.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.infinispan.commons.util.FastCopyHashMap
 
Values() - Constructor for class org.infinispan.commons.util.FastCopyHashMap.Values
 
values() - Static method in enum org.infinispan.commons.util.MemoryUnit
Returns an array containing the constants of this enum type, in the order they are declared.

W

WeakValueHashMap<K,V> - Class in org.infinispan.commons.util
This Map will remove entries when the value in the map has been cleaned from garbage collection
WeakValueHashMap(int, float) - Constructor for class org.infinispan.commons.util.WeakValueHashMap
Constructs a new, empty WeakValueHashMap with the given initial capacity and the given load factor.
WeakValueHashMap(int) - Constructor for class org.infinispan.commons.util.WeakValueHashMap
Constructs a new, empty WeakValueHashMap with the given initial capacity and the default load factor, which is 0.75.
WeakValueHashMap() - Constructor for class org.infinispan.commons.util.WeakValueHashMap
Constructs a new, empty WeakValueHashMap with the default initial capacity and the default load factor, which is 0.75.
WeakValueHashMap(Map<K, V>) - Constructor for class org.infinispan.commons.util.WeakValueHashMap
Constructs a new WeakValueHashMap with the same mappings as the specified Map.
WeakValueHashMap.ValueRef<K,V> - Interface in org.infinispan.commons.util
 
withAnnotationDeclared(List<Class<?>>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ClassFinder
 
withAnnotationPresent(List<Class<?>>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ClassFinder
 
withAnnotationPresent(Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ClassFinder
 
withParams(Param<?>...) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadOnlyMap
Tweak read-only functional map executions providing Param instances.
withParams(Param<?>...) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.ReadWriteMap
Tweak read-write functional map executions providing Param instances.
withParams(Param<?>...) - Method in interface org.infinispan.commons.api.functional.FunctionalMap
Tweak functional map executions providing Param instances.
withParams(Param<?>...) - Method in interface org.infinispan.commons.api.functional.FunctionalMap.WriteOnlyMap
Tweak write-only functional map executions providing Param instances.
WrappedByteArray - Class in org.infinispan.commons.marshall
Simple wrapper around a byte[] to provide equals and hashCode semantics
WrappedByteArray(byte[]) - Constructor for class org.infinispan.commons.marshall.WrappedByteArray
 
WrappedByteArray(byte[], int) - Constructor for class org.infinispan.commons.marshall.WrappedByteArray
 
WrappedBytes - Interface in org.infinispan.commons.marshall
Interface that describes and object holding onto some bytes
write(byte[], int, int) - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
 
write(int) - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
 
write(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
write(byte[]) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
write(byte[], int, int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
write(int) - Method in class org.infinispan.commons.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class org.infinispan.commons.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
writeBoolean(boolean) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeByte(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeBytes(String) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeChar(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeChars(String) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeDouble(double) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeExternal(Object, ObjectOutput) - Method in class org.infinispan.commons.marshall.jboss.JBossExternalizerAdapter
 
writeExternal(ObjectOutput) - Method in class org.infinispan.commons.util.ImmutableListCopy
Format: - entry array size (int) - elements (Object)
writeFloat(float) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeInt(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeLong(long) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeObject(ObjectOutput, ByteBufferImpl) - Method in class org.infinispan.commons.io.ByteBufferImpl.Externalizer
 
writeObject(Object) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeObject(ObjectOutput, T) - Method in interface org.infinispan.commons.marshall.Externalizer
Write the object reference to the stream.
writeObject(ObjectOutput, T) - Method in class org.infinispan.commons.marshall.exts.NoStateExternalizer
 
writeObject(ObjectOutput, T) - Method in class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
 
writeObject(ObjectOutput, Object) - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.ConstantLambdaExternalizer
 
writeObject(ObjectOutput, MarshallableFunctions.LambdaWithMetas) - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.LambdaWithMetasExternalizer
 
writeObject(ObjectOutput, MarshallableFunctions.SetValueIfEqualsReturnBoolean) - Method in class org.infinispan.commons.marshall.MarshallableFunctionExternalizers.SetValueIfEqualsReturnBooleanExternalizer
 
writeObject(ObjectOutput, List) - Method in class org.infinispan.commons.util.ImmutableListCopy.Externalizer
 
writeObject(ObjectOutput, Map) - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer
 
writeObject(ObjectOutput, KeyValueWithPrevious) - Method in class org.infinispan.commons.util.KeyValueWithPrevious.KeyValueWithPreviousExternalizer
 
writeShort(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeSignedInt(ObjectOutput, int) - Static method in class org.infinispan.commons.io.SignedNumeric
 
writeSignedInt(OutputStream, int) - Static method in class org.infinispan.commons.io.SignedNumeric
 
writeUnsignedInt(ObjectOutput, int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
Writes an int in a variable-length format.
writeUnsignedInt(OutputStream, int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
 
writeUnsignedInt(ByteBuffer, int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
 
writeUnsignedInt(byte[], int, int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
Writes an int in a variable-length format.
writeUnsignedLong(ObjectOutput, long) - Static method in class org.infinispan.commons.io.UnsignedNumeric
Writes a long in a variable-length format.
writeUnsignedLong(OutputStream, long) - Static method in class org.infinispan.commons.io.UnsignedNumeric
 
writeUnsignedLong(ByteBuffer, long) - Static method in class org.infinispan.commons.io.UnsignedNumeric
 
writeUnsignedLong(byte[], int, long) - Static method in class org.infinispan.commons.io.UnsignedNumeric
Writes an int in a variable-length format.
writeUTF(String) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links
Infinispan Commons 8.2.8.Final-redhat-1

Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.