Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractArtifact - Class in org.infinispan.commons.maven
 
AbstractArtifact() - Constructor for class org.infinispan.commons.maven.AbstractArtifact
 
AbstractAsyncPublisherHandler<Target, Output, InitialResponse, NextResponse> - Class in org.infinispan.commons.reactive
Abstract handler that handles request and cancellation of a given non-blocking resource.
AbstractAsyncPublisherHandler(int, Supplier, Target) - Constructor for class org.infinispan.commons.reactive.AbstractAsyncPublisherHandler
 
AbstractConfigurationReader - Class in org.infinispan.commons.configuration.io
 
AbstractConfigurationReader(ConfigurationResourceResolver, Properties, PropertyReplacer, NamingStrategy) - Constructor for class org.infinispan.commons.configuration.io.AbstractConfigurationReader
 
AbstractConfigurationWriter - Class in org.infinispan.commons.configuration.io
 
AbstractConfigurationWriter(ConfigurationWriter.Builder, NamingStrategy) - Constructor for class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
AbstractConfigurationWriter.Tag - Record Class in org.infinispan.commons.configuration.io
 
AbstractDelegatingCollection<E> - Class in org.infinispan.commons.util
Delegating collection that delegates all calls to the collection returned from AbstractDelegatingCollection.delegate()
AbstractDelegatingCollection() - Constructor for class org.infinispan.commons.util.AbstractDelegatingCollection
 
AbstractDelegatingConcurrentMap<K,V> - Class in org.infinispan.commons.util
 
AbstractDelegatingConcurrentMap() - Constructor for class org.infinispan.commons.util.AbstractDelegatingConcurrentMap
 
AbstractDelegatingMap<K,V> - Class in org.infinispan.commons.util
 
AbstractDelegatingMap() - Constructor for class org.infinispan.commons.util.AbstractDelegatingMap
 
AbstractDelegatingSet<E> - Class in org.infinispan.commons.util
 
AbstractDelegatingSet() - Constructor for class org.infinispan.commons.util.AbstractDelegatingSet
 
AbstractEntrySizeCalculatorHelper<K,V> - Class in org.infinispan.commons.util
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.AbstractEntrySizeCalculatorHelper
 
AbstractFileLookup - Class in org.infinispan.commons.util
 
AbstractFileLookup() - Constructor for class org.infinispan.commons.util.AbstractFileLookup
 
AbstractIterator<E> - Class in org.infinispan.commons.util
Abstract iterator that allows overriding just the AbstractIterator.getNext() method to implement it.
AbstractIterator() - Constructor for class org.infinispan.commons.util.AbstractIterator
 
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
 
AbstractTranscoder - Class in org.infinispan.commons.dataconversion
Class to inherit when implementing transcoders, will handle pre and post processing of the content.
AbstractTranscoder() - Constructor for class org.infinispan.commons.dataconversion.AbstractTranscoder
 
AbstractTypedPropertiesConfiguration - Class in org.infinispan.commons.configuration
 
AbstractTypedPropertiesConfiguration(AttributeSet) - Constructor for class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
accept(long) - Method in class org.infinispan.commons.reactive.AbstractAsyncPublisherHandler
This method is invoked every time a new request is sent to the underlying publisher.
accept(T, CounterTracker) - Method in class org.infinispan.commons.stat.CounterMetricInfo
 
accept(T, DistributionSummaryTracker) - Method in class org.infinispan.commons.stat.DistributionSummaryMetricInfo
 
accept(T, TimerTracker) - Method in class org.infinispan.commons.stat.FunctionTimerMetricInfo
 
accept(T, TimerTracker) - Method in class org.infinispan.commons.stat.TimerMetricInfo
 
ACCEPT_ALL_KEY_VALUE_FILTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
accumulator() - Method in class org.infinispan.commons.dataconversion.internal.JsonArrayCollector
 
accumulator() - Method in class org.infinispan.commons.util.ArrayCollector
 
ADAPTER_CLASS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ADAPTER_DOUBLE_SUMMARY_STATISTICS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ADAPTER_INT_SUMMARY_STATISTICS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ADAPTER_LIST - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ADAPTER_LONG_SUMMARY_STATISTICS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ADAPTER_MAP - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ADAPTER_OPTIONAL - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ADAPTER_SET - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
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(int) - Method in class org.infinispan.commons.util.EmptyIntSet
 
add(int) - Method in class org.infinispan.commons.util.SingletonIntSet
 
add(int) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
add(int) - Method in interface org.infinispan.commons.util.IntSet
Adds the given int to this set and returns true if it was set or false if it was already present
add(int) - Method in class org.infinispan.commons.util.RangeSet
 
add(int) - Method in class org.infinispan.commons.util.SmallIntSet
Add an integer to the set without boxing the parameter.
add(int, E) - Method in class org.infinispan.commons.util.ForwardingList
 
add(E) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
add(E) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
add(E) - Method in class org.infinispan.commons.util.ForwardingList
 
add(E) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
 
add(E) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
add(Integer) - Method in class org.infinispan.commons.util.EmptyIntSet
 
add(Integer) - Method in class org.infinispan.commons.util.SingletonIntSet
 
add(Integer) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
add(Integer) - Method in class org.infinispan.commons.util.RangeSet
 
add(Integer) - Method in class org.infinispan.commons.util.SmallIntSet
 
add(Object) - Method in class org.infinispan.commons.dataconversion.internal.Json
Add an arbitrary Java object to this Json array.
add(Object) - Method in class org.infinispan.commons.util.ArrayCollector
 
add(AtomicLongFieldUpdater, T, long) - Method in class org.infinispan.commons.util.concurrent.StripedCounters
 
add(Json) - Method in class org.infinispan.commons.dataconversion.internal.Json
Add the specified Json element to this array.
add(Json) - Method in class org.infinispan.commons.dataconversion.internal.JsonArrayCollector
 
add(R) - Method in class org.infinispan.commons.util.CollectionMapper
 
add(T) - Method in class org.infinispan.commons.util.ArrayRingBuffer
 
addActiveProfile(String) - Method in class org.infinispan.commons.maven.MavenSettings
 
addAll(int, Collection) - Method in class org.infinispan.commons.util.ForwardingList
 
addAll(int, Collection) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
addAll(int, Collection) - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
 
addAll(Collection) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
addAll(Collection) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
addAll(Collection) - Method in class org.infinispan.commons.util.ForwardingList
 
addAll(Collection) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
 
addAll(Collection) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
addAll(Collection) - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
 
addAll(Collection) - Method in class org.infinispan.commons.util.EmptyIntSet
 
addAll(Collection) - Method in class org.infinispan.commons.util.SingletonIntSet
 
addAll(Collection) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
addAll(Collection) - Method in class org.infinispan.commons.util.RangeSet
 
addAll(Collection) - Method in class org.infinispan.commons.util.SmallIntSet
 
addAll(Collection) - Method in class org.infinispan.commons.util.CollectionMapper
 
addAll(IntSet) - Method in class org.infinispan.commons.util.EmptyIntSet
 
addAll(IntSet) - Method in class org.infinispan.commons.util.SingletonIntSet
 
addAll(IntSet) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
addAll(IntSet) - Method in interface org.infinispan.commons.util.IntSet
Adds all ints from the provided set into this one
addAll(IntSet) - Method in class org.infinispan.commons.util.RangeSet
 
addAll(IntSet) - Method in class org.infinispan.commons.util.SmallIntSet
 
addClasses(Class...) - Method in class org.infinispan.commons.configuration.ClassAllowList
 
addClasses(String...) - Method in class org.infinispan.commons.configuration.ClassAllowList
 
addContinuousQueryListener(String, Map, ContinuousQueryListener) - Method in interface org.infinispan.commons.api.query.ContinuousQuery
Add a listener for a continuous query.
addContinuousQueryListener(String, ContinuousQueryListener) - Method in interface org.infinispan.commons.api.query.ContinuousQuery
Add a listener for a continuous query.
addContinuousQueryListener(Query, ContinuousQueryListener) - Method in interface org.infinispan.commons.api.query.ContinuousQuery
Add a listener for a continuous query.
addHexByte(StringBuilder, byte) - Static method in class org.infinispan.commons.util.Util
 
addListener(AttributeListener) - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
addProfile(MavenSettings.Profile) - Method in class org.infinispan.commons.maven.MavenSettings
 
addProxy(MavenSettings.Proxy) - Method in class org.infinispan.commons.maven.MavenSettings
 
addRegexps(String...) - Method in class org.infinispan.commons.configuration.ClassAllowList
 
addTasks(long) - Method in class org.infinispan.commons.util.ProgressTracker
 
addToFilter(E) - Method in class org.infinispan.commons.util.BloomFilter
Adds a value to the filter setting up to a number of bits equal to the number of hash functions.
AdminFlag$___Marshaller_d042df9d13bce20b74c1256a2834d696c0a291f4eb7b9d1ab7bf9d01f16c276f - Class in org.infinispan.commons.api
 
AdminFlag$___Marshaller_d042df9d13bce20b74c1256a2834d696c0a291f4eb7b9d1ab7bf9d01f16c276f() - Constructor for class org.infinispan.commons.api.AdminFlag$___Marshaller_d042df9d13bce20b74c1256a2834d696c0a291f4eb7b9d1ab7bf9d01f16c276f
 
afterCompletionFailed(String, Throwable) - Method in class org.infinispan.commons.logging.Log_$logger
 
afterCompletionFailed(String, Throwable) - Method in interface org.infinispan.commons.logging.Log
 
afterCompletionFailed$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
aggregateCompletionStage() - Static method in class org.infinispan.commons.util.concurrent.CompletionStages
Returns a CompletionStage that also can be composed of many other CompletionStages.
aggregateCompletionStage(R) - Static method in class org.infinispan.commons.util.concurrent.CompletionStages
Same as CompletionStages.aggregateCompletionStage() except that when this stage completes normally it will return the value provided.
AggregateCompletionStage<R> - Interface in org.infinispan.commons.util.concurrent
Aggregation of multiple CompletionStage instances where their count is not known or when a large amount of stages are required, as it uses less memory foot print per stage.
AggregatedClassLoader - Class in org.infinispan.commons.util
A ClassLoader that delegates loading of classes and resources to a list of delegate ClassLoaders.
AggregatedClassLoader(Collection) - Constructor for class org.infinispan.commons.util.AggregatedClassLoader
Create an aggregated ClassLoader from a Collection of ClassLoaders
ALL_MATCH_REDUCER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
allOf(CompletionStage...) - Static method in class org.infinispan.commons.util.concurrent.CompletionStages
Returns a CompletionStage that completes when all of the provided stages complete, either normally or via exception.
allOf(CompletionStage, CompletionStage) - Static method in class org.infinispan.commons.util.concurrent.CompletionStages
Returns a CompletableStage that completes when both of the provides CompletionStages complete.
allowMethodsToBlock(BlockHound.Builder, Class, boolean) - Static method in class org.infinispan.commons.internal.CommonsBlockHoundIntegration
 
allowPublicMethodsToBlock(BlockHound.Builder, Class) - Static method in class org.infinispan.commons.internal.CommonsBlockHoundIntegration
 
ALWAYS_TRUE_PREDICATE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
alwaysTrue() - Static method in interface org.infinispan.commons.configuration.attributes.AttributeMatcher
 
AND_FINALIZER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ANY_MATCH_REDUCER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
anyAddress(String) - Static method in class org.infinispan.commons.util.NetworkAddress
 
append(char) - Method in class org.infinispan.commons.io.StringBuilderWriter
 
append(CharSequence) - Method in class org.infinispan.commons.io.StringBuilderWriter
 
append(CharSequence, int, int) - Method in class org.infinispan.commons.io.StringBuilderWriter
 
APPLICATION_GZIP - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_GZIP_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_JAVASCRIPT - Static variable in class org.infinispan.commons.dataconversion.MediaType
Deprecated.
APPLICATION_JAVASCRIPT_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
Deprecated.
APPLICATION_JBOSS_MARSHALLING - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_JBOSS_MARSHALLING_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_JS - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_JSON - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_JSON_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_OBJECT - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_OBJECT_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_OCTET_STREAM - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_OCTET_STREAM_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_OPENMETRICS - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_OPENMETRICS_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_PDF - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_PDF_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_PROTOSTREAM - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_PROTOSTREAM_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_RTF - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_RTF_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_SERIALIZED_OBJECT - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_SERIALIZED_OBJECT_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_UNKNOWN - Static variable in class org.infinispan.commons.dataconversion.MediaType
Deprecated, for removal: This API element is subject to removal in a future version.
Since 11.0, without replacement.
APPLICATION_UNKNOWN_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
Deprecated, for removal: This API element is subject to removal in a future version.
Since 11.0, without replacement.
APPLICATION_WWW_FORM_URLENCODED - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_XML - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_XML_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_YAML - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_YAML_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_ZIP - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
APPLICATION_ZIP_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
apply(Consumer) - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
apply(T) - Method in interface org.infinispan.commons.dataconversion.internal.Json.Function
Applies this function to the given argument.
applyTo(BlockHound.Builder) - Method in class org.infinispan.commons.internal.CommonsBlockHoundIntegration
 
array() - Static method in class org.infinispan.commons.dataconversion.internal.Json
 
array() - Method in class org.infinispan.commons.dataconversion.internal.Json.DefaultFactory
 
array() - Method in interface org.infinispan.commons.dataconversion.internal.Json.Factory
Construct and return a JSON object.
array(Object...) - Static method in class org.infinispan.commons.dataconversion.internal.Json
Return a new JSON array filled up with the list of arguments.
array(Collection) - Static method in class org.infinispan.commons.dataconversion.internal.Json
 
ArrayCollector - Class in org.infinispan.commons.util
 
ArrayCollector(Object[]) - Constructor for class org.infinispan.commons.util.ArrayCollector
 
ArrayMap<K,V> - Class in org.infinispan.commons.util
Base for classes that implement hash map by storing keys in one array and values in another.
ArrayMap() - Constructor for class org.infinispan.commons.util.ArrayMap
 
ArrayRingBuffer<T> - Class in org.infinispan.commons.util
It's a growable ring buffer that allows to move tail/head sequences, clear, append, set/replace at specific positions.
ArrayRingBuffer() - Constructor for class org.infinispan.commons.util.ArrayRingBuffer
 
ArrayRingBuffer(int) - Constructor for class org.infinispan.commons.util.ArrayRingBuffer
 
ArrayRingBuffer(int, long) - Constructor for class org.infinispan.commons.util.ArrayRingBuffer
 
arraysEqual(byte[], int, int, byte[], int, int) - Static method in class org.infinispan.commons.util.Util
This method is to be replaced by Java 9 Arrays#equals with the same arguments.
Artifact - Interface in org.infinispan.commons.maven
 
asBoolean() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
asByte() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
asChar() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
asCompletionException(Throwable) - Static method in class org.infinispan.commons.util.concurrent.CompletableFutures
 
asDouble() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
asFloat() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
asInteger() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
asJsonList() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
asJsonMap() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
asList() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
asLong() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
asMap() - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader
 
asMap() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
assertKeyNotNull(Object) - Static method in class org.infinispan.commons.util.AbstractMap
 
assertNotNullEntries(Collection, String) - Static method in class org.infinispan.commons.util.InfinispanCollections
 
assertNotNullEntries(Map, String) - Static method in class org.infinispan.commons.util.InfinispanCollections
 
asSet(T...) - Static method in class org.infinispan.commons.util.Util
 
asShort() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
assignAlias(String, String) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
Assign an alias to a cache.
asString() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
asyncAfterCompletion(int) - Method in interface org.infinispan.commons.tx.AsyncSynchronization
 
asyncBeforeCompletion() - Method in interface org.infinispan.commons.tx.AsyncSynchronization
 
AsyncCache<K,V> - Interface in org.infinispan.commons.api
AsyncCache.
asyncCommit(XidImpl, boolean) - Method in interface org.infinispan.commons.tx.AsyncXaResource
 
asyncEnd(XidImpl, int) - Method in interface org.infinispan.commons.tx.AsyncXaResource
 
asyncPrepare(XidImpl) - Method in interface org.infinispan.commons.tx.AsyncXaResource
 
asyncRollback(XidImpl) - Method in interface org.infinispan.commons.tx.AsyncXaResource
 
AsyncSynchronization - Interface in org.infinispan.commons.tx
Non-blocking Synchronization.
AsyncXaResource - Interface in org.infinispan.commons.tx
Non-blocking XAResource.
at(int) - Method in class org.infinispan.commons.dataconversion.internal.Json
Return the Json element at the specified index of this Json array.
at(String) - Method in class org.infinispan.commons.dataconversion.internal.Json
Return the specified property of a Json object or null if there's no such property.
at(String, Object) - Method in class org.infinispan.commons.dataconversion.internal.Json
Return the specified property of a Json object if it exists.
at(String, Json) - Method in class org.infinispan.commons.dataconversion.internal.Json
Return the specified property of a Json object if it exists.
atDel(int) - Method in class org.infinispan.commons.dataconversion.internal.Json
Remove the element at the specified index from a Json array and return that element.
atDel(String) - Method in class org.infinispan.commons.dataconversion.internal.Json
Remove the specified property from a Json object and return that property.
attachFactory(Json.Factory) - Static method in class org.infinispan.commons.dataconversion.internal.Json
Attach a thread-local Json Json.Factory to be used specifically by this thread.
attachTo(Json) - Method in class org.infinispan.commons.dataconversion.internal.Json
Explicitly set the parent of this element.
attribute(Enum) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
Returns the named attribute
attribute(String) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
Returns the named attribute
attribute(AttributeDefinition) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
Returns the attribute identified by the supplied AttributeDefinition
Attribute<T> - Class in org.infinispan.commons.configuration.attributes
Attribute.
attributeChanged(Attribute, Object) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
attributeChanged(Attribute, T) - Method in interface org.infinispan.commons.configuration.attributes.AttributeListener
 
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.
AttributeMatcher<T> - Interface in org.infinispan.commons.configuration.attributes
A way to match attributes to works with types without the need to subclass them to add the @Matchable interface.
attributeMustBeAnInteger(Number, Enum) - Method in class org.infinispan.commons.logging.Log_$logger
 
attributeMustBeAnInteger(Number, Enum) - Method in interface org.infinispan.commons.logging.Log
 
attributeMustBeAnInteger$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
attributeMustBeGreaterThanZero(Number, Enum) - Method in class org.infinispan.commons.logging.Log_$logger
 
attributeMustBeGreaterThanZero(Number, Enum) - Method in interface org.infinispan.commons.logging.Log
 
attributeMustBeGreaterThanZero$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
AttributeParser<T> - Interface in org.infinispan.commons.configuration.attributes
AttributeParser.
attributes - Variable in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
attributes - Variable in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
attributes() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
attributes() - Method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
attributes() - Method in interface org.infinispan.commons.configuration.Builder
 
attributes() - Method in class org.infinispan.commons.configuration.Combine
 
AttributeSerializer<T> - Interface in org.infinispan.commons.configuration.attributes
AttributeSerializer.
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, Enum, AttributeDefinition...) - Constructor for class org.infinispan.commons.configuration.attributes.AttributeSet
 
AttributeSet(Class, String, AttributeSet, AttributeDefinition[]) - Constructor for class org.infinispan.commons.configuration.attributes.AttributeSet
 
AttributeSet(Class, String, AttributeSet, AttributeDefinition[], AttributeSet.RemovedAttribute[]) - Constructor for class org.infinispan.commons.configuration.attributes.AttributeSet
 
AttributeSet(Class, 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, AttributeDefinition...) - Constructor for class org.infinispan.commons.configuration.attributes.AttributeSet
 
AttributeSet(String, AttributeSet, AttributeDefinition[]) - Constructor for class org.infinispan.commons.configuration.attributes.AttributeSet
 
AttributeSet.RemovedAttribute - Class in org.infinispan.commons.configuration.attributes
 
attributeSetDuplicateAttribute(String, String) - Method in class org.infinispan.commons.logging.Log_$logger
 
attributeSetDuplicateAttribute(String, String) - Method in interface org.infinispan.commons.logging.Log
 
attributeSetDuplicateAttribute$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
AttributeValidator<T> - Interface in org.infinispan.commons.configuration.attributes
AttributeValidator.
AUTHORIZATION_PERMISSION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
autoPersist(boolean) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder
 
AVAILABILITY_MODE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
available() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
availableCapacityWithoutResizing() - Method in class org.infinispan.commons.util.ArrayRingBuffer
 
availableProcessors() - Static method in class org.infinispan.commons.jdkspecific.ProcessorInfo
 
availableProcessors() - Static method in class org.infinispan.commons.util.ProcessorInfo
Returns the number of processors available to this process.
await(CompletableFuture, long, TimeUnit) - Static method in class org.infinispan.commons.util.concurrent.CompletableFutures
It waits until the CompletableFuture is completed.
await(CompletableFuture) - Static method in class org.infinispan.commons.util.concurrent.CompletableFutures
Wait for a long time until the CompletableFuture is completed.
await(CompletionStage) - Static method in class org.infinispan.commons.util.concurrent.CompletionStages
 

B

B - Enum constant in enum class org.infinispan.commons.util.ByteQuantity.Unit
 
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.
BACKUP_MULTI_KEY_ACK_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
BACKUP_NOOP_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
BARE_COLLECTIONS - Enum constant in enum class org.infinispan.commons.configuration.io.ConfigurationFormatFeature
The underlying format supports collections without the need for wrapping in a container element.
BASE_64 - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
Base16Codec - Class in org.infinispan.commons.dataconversion
 
BaseQuery<T> - Class in org.infinispan.commons.query
 
BaseQuery(String) - Constructor for class org.infinispan.commons.query.BaseQuery
 
BaseQuery(String, Map, String[], long, int, boolean) - Constructor for class org.infinispan.commons.query.BaseQuery
 
BaseQueryResponse<T> - Interface in org.infinispan.query.remote.client.impl
 
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 BasicCache.
BasicConfiguration - Interface in org.infinispan.commons.configuration
BasicConfiguration provides the basis for concrete configurations.
BasicMultimapCache<K,V> - Interface in org.infinispan.commons.api.multimap
BasicMultimapCache provides the common API for the two different types of multimap caches that Infinispan provides: embedded and remote.
BatchingCache - Interface in org.infinispan.commons.api
The BatchingCache is implemented by all caches which support batching
batchSize - Variable in class org.infinispan.commons.reactive.AbstractAsyncPublisherHandler
 
beforeCompletionFailed(String, Throwable) - Method in class org.infinispan.commons.logging.Log_$logger
 
beforeCompletionFailed(String, Throwable) - Method in interface org.infinispan.commons.logging.Log
 
beforeCompletionFailed$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
begin() - Method in class org.infinispan.commons.tx.TransactionManagerImpl
 
BI_FUNCTION_MAPPER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
BinaryTranscoder - Class in org.infinispan.commons.dataconversion
Deprecated, for removal: This API element is subject to removal in a future version.
since 13.0. Will be removed in a future version together with MediaType.APPLICATION_UNKNOWN.
BinaryTranscoder(Marshaller) - Constructor for class org.infinispan.commons.dataconversion.BinaryTranscoder
Deprecated.
 
bitSetOf(Enum) - Static method in class org.infinispan.commons.util.EnumUtil
 
bitSetOf(Enum[]) - Static method in class org.infinispan.commons.util.EnumUtil
 
bitSetOf(Enum, Enum) - Static method in class org.infinispan.commons.util.EnumUtil
 
bitSetOf(Enum, Enum, Enum...) - Static method in class org.infinispan.commons.util.EnumUtil
 
bitSetOf(Collection) - Static method in class org.infinispan.commons.util.EnumUtil
 
bitSetSize(long) - Static method in class org.infinispan.commons.util.EnumUtil
 
BlockHoundUtil - Class in org.infinispan.commons.internal
 
BlockHoundUtil() - Constructor for class org.infinispan.commons.internal.BlockHoundUtil
 
BLOCKING_GROUP - Static variable in interface org.infinispan.commons.ThreadGroups
 
BlockingRejectedExecutionHandler - Class in org.infinispan.commons.util.concurrent
A handler for rejected tasks that runs the task if the current thread is a blocking thread otherwise it rejects the task.
BlockingResource - Interface in org.infinispan.commons.executors
Interface to designate the resource is a blocking one.
BloomFilter<E> - Class in org.infinispan.commons.util
 
bool(boolean) - Method in class org.infinispan.commons.dataconversion.internal.Json.DefaultFactory
 
bool(boolean) - Method in interface org.infinispan.commons.dataconversion.internal.Json.Factory
Construct and return a JSON boolean.
Boolean(boolean) - Constructor for class org.infinispan.commons.util.ByRef.Boolean
 
booleanStage(boolean) - Static method in class org.infinispan.commons.util.concurrent.CompletableFutures
 
BORLAND_SUN - Enum constant in enum class org.infinispan.commons.tx.lookup.LookupNames.JndiTransactionManager
 
branchQualifierLength() - Method in class org.infinispan.commons.tx.XidImpl
 
branchQualifierOffset() - Method in class org.infinispan.commons.tx.XidImpl
 
brandName() - Method in class org.infinispan.commons.util.Version
 
brandVersion() - Method in class org.infinispan.commons.util.Version
 
BufferSizePredictor - Interface in org.infinispan.commons.marshall
Buffer size predictor
build() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder
 
build() - Method in class org.infinispan.commons.configuration.io.ConfigurationReader.Builder
 
build() - Method in class org.infinispan.commons.configuration.io.ConfigurationWriter.Builder
 
build() - Method in interface org.infinispan.commons.marshall.MarshallUtil.UnboundedCollectionBuilder
 
build() - Method in class org.infinispan.commons.util.SslContextFactory
 
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
 
builder(Enum, T) - Static method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
builder(Enum, T, Class) - Static method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
builder(String, T) - Static method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
builder(String, T, Class) - 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 Interface 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
ByRef.Integer - Class in org.infinispan.commons.util
 
ByRef.Long - Class in org.infinispan.commons.util
 
BYTE_ARRAY_WRAPPER - Static variable in interface org.infinispan.commons.dataconversion.WrapperIds
 
BYTE_STRING - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ByteArrayWrapper - Class in org.infinispan.commons.dataconversion
Wraps byte[] on a WrappedByteArray to provide equality and hashCode support, leaving other objects unchanged.
ByteArrayWrapper() - Constructor for class org.infinispan.commons.dataconversion.ByteArrayWrapper
 
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
ByteQuantity - Class in org.infinispan.commons.util
Parser human-readable quantity of bytes.
ByteQuantity() - Constructor for class org.infinispan.commons.util.ByteQuantity
 
ByteQuantity.Unit - Enum Class in org.infinispan.commons.util
 

C

CACHE_AVAILABILITY_UPDATE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_BACKUP_ENTRY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_COLLECTORS_COLLECTOR_SUPPLIER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_CONTAINER_ADMIN_FLAG - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_DISTRIBUTION_INFO - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_ENTRY_GROUP_PREDICATE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_EVENT_CONVERTER_AS_CONVERTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_EVENT_FILTER_AS_KEY_VALUE_FILTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_FILTERS_CONVERTER_AS_CACHE_ENTRY_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_FILTERS_FILTER_CONVERTER_AS_CACHE_ENTRY_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_FILTERS_FILTER_CONVERTER_AS_KEY_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_FILTERS_FILTER_CONVERTER_AS_VALUE_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_FILTERS_KEY_VALUE_FILTER_AS_PREDICATE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_FILTERS_NOT_NULL_CACHE_ENTRY_PREDICATE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_INTERMEDIATE_PUBLISHER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_JOIN_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_JOIN_INFO - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_LEAVE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_MODE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_NOT_FOUND_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_SHUTDOWN_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_SHUTDOWN_REQUEST_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_STATE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_STATUS_REQUEST_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_STATUS_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_STREAM_INTERMEDIATE_REDUCER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_TOPOLOGY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CACHE_TOPOLOGY_PHASE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CacheBackpressureFullException - Exception Class in org.infinispan.commons.util.concurrent
A CacheException that is thrown when the backpressure has been filled an unable to process the request.
CacheBackpressureFullException() - Constructor for exception class org.infinispan.commons.util.concurrent.CacheBackpressureFullException
 
CacheBackpressureFullException(String) - Constructor for exception class org.infinispan.commons.util.concurrent.CacheBackpressureFullException
 
CacheConfigurationException - Exception Class in org.infinispan.commons
An exception that represents an error in the configuration.
CacheConfigurationException(Exception) - Constructor for exception class org.infinispan.commons.CacheConfigurationException
 
CacheConfigurationException(String) - Constructor for exception class org.infinispan.commons.CacheConfigurationException
 
CacheConfigurationException(String, Throwable) - Constructor for exception class org.infinispan.commons.CacheConfigurationException
 
CacheContainerAdmin<C,A> - Interface in org.infinispan.commons.api
Administrative cache container operations.
CacheContainerAdmin.AdminFlag - Enum Class in org.infinispan.commons.api
Flags which affect only administrative operations
CachedThreadPoolExecutorFactory - Enum Class in org.infinispan.commons.executors
 
CacheException - Exception Class in org.infinispan.commons
Thrown when operations fail unexpectedly.
CacheException() - Constructor for exception class org.infinispan.commons.CacheException
 
CacheException(String) - Constructor for exception class org.infinispan.commons.CacheException
 
CacheException(String, Throwable) - Constructor for exception class org.infinispan.commons.CacheException
 
CacheException(String, Throwable, boolean, boolean) - Constructor for exception class org.infinispan.commons.CacheException
 
CacheException(Throwable) - Constructor for exception class org.infinispan.commons.CacheException
 
cacheExceptionWrapper() - Static method in class org.infinispan.commons.reactive.RxJavaInterop
 
CacheListenerException - Exception Class in org.infinispan.commons
Wraps exceptions produced by listener implementations.
CacheListenerException() - Constructor for exception class org.infinispan.commons.CacheListenerException
 
CacheListenerException(String) - Constructor for exception class org.infinispan.commons.CacheListenerException
 
CacheListenerException(String, Throwable) - Constructor for exception class org.infinispan.commons.CacheListenerException
 
CacheListenerException(Throwable) - Constructor for exception class org.infinispan.commons.CacheListenerException
 
calculateSize(K, V) - Method in interface org.infinispan.commons.util.EntrySizeCalculator
Method used to calculate how much memory in size the key and value use.
CallerId - Class in org.infinispan.commons.jdkspecific
 
CallerId() - Constructor for class org.infinispan.commons.jdkspecific.CallerId
 
CallerRunsRejectOnShutdownPolicy - Class in org.infinispan.commons.util.concurrent
A handler for rejected tasks that runs the rejected task directly in the calling thread of the execute method.
CallerRunsRejectOnShutdownPolicy() - Constructor for class org.infinispan.commons.util.concurrent.CallerRunsRejectOnShutdownPolicy
 
CAMEL_CASE - Enum constant in enum class org.infinispan.commons.configuration.io.NamingStrategy
 
CANCEL_PUBLISHER_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
cannotDecodeFormURLContent(Object) - Method in class org.infinispan.commons.logging.Log_$logger
 
cannotDecodeFormURLContent(Object) - Method in interface org.infinispan.commons.logging.Log
 
cannotDecodeFormURLContent$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
cannotFindResource(String) - Method in class org.infinispan.commons.logging.Log_$logger
 
cannotFindResource(String) - Method in interface org.infinispan.commons.logging.Log
 
cannotFindResource$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
cannotInstantiateClass(String, Throwable) - Method in class org.infinispan.commons.logging.Log_$logger
 
cannotInstantiateClass(String, Throwable) - Method in interface org.infinispan.commons.logging.Log
 
cannotInstantiateClass$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
cannotLoadMimeTypes(String) - Method in class org.infinispan.commons.logging.Log_$logger
 
cannotLoadMimeTypes(String) - Method in interface org.infinispan.commons.logging.Log
 
cannotLoadMimeTypes$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
cannotParseQuantity(String) - Method in class org.infinispan.commons.logging.Log_$logger
 
cannotParseQuantity(String) - Method in interface org.infinispan.commons.logging.Log
 
cannotParseQuantity$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
CDSECT - Static variable in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
A CDATA sections was just read; this token is available only from calls to nextToken().
certificateReloadError(Exception) - Method in class org.infinispan.commons.logging.Log_$logger
 
certificateReloadError(Exception) - Method in interface org.infinispan.commons.logging.Log
 
certificateReloadError$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
characteristics() - Method in class org.infinispan.commons.dataconversion.internal.JsonArrayCollector
 
characteristics() - Method in class org.infinispan.commons.util.ArrayCollector
 
characteristics() - Method in class org.infinispan.commons.util.FilterSpliterator
 
characteristics() - Method in class org.infinispan.commons.util.FlattenSpliterator
 
characteristics() - Method in class org.infinispan.commons.util.SpliteratorMapper
 
CHECK_TRANSACTION_RPC_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
checkCancelled() - Method in class org.infinispan.commons.reactive.AbstractAsyncPublisherHandler
This method returns whether this subscription has been cancelled
checkClientTrusted(X509Certificate[], String) - Method in class org.infinispan.commons.util.ReloadingX509TrustManager
 
checkClientTrusted(X509Certificate[], String, Socket) - Method in class org.infinispan.commons.util.ReloadingX509TrustManager
 
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class org.infinispan.commons.util.ReloadingX509TrustManager
 
CheckedInputStream - Class in org.infinispan.commons.marshall
 
CheckedInputStream(InputStream, ClassAllowList) - Constructor for class org.infinispan.commons.marshall.CheckedInputStream
 
checkProtection() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
checkServerTrusted(X509Certificate[], String) - Method in class org.infinispan.commons.util.ReloadingX509TrustManager
 
checkServerTrusted(X509Certificate[], String, Socket) - Method in class org.infinispan.commons.util.ReloadingX509TrustManager
 
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class org.infinispan.commons.util.ReloadingX509TrustManager
 
child(Attribute) - Static method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
CHILDLESS - Static variable in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
children - Variable in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
children() - Method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
children(Collection) - Static method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
chooseClientAlias(String[], Principal[], Socket) - Method in class org.infinispan.commons.util.ReloadingX509KeyManager
 
chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.infinispan.commons.util.ReloadingX509KeyManager
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.infinispan.commons.util.ReloadingX509KeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.infinispan.commons.util.ReloadingX509KeyManager
 
cidr() - Method in class org.infinispan.commons.util.NetworkAddress
 
CLASS_NAME - Static variable in interface org.infinispan.commons.configuration.attributes.AttributeSerializer
 
ClassAllowList - Class in org.infinispan.commons.configuration
The ClassAllowList maintains classes definitions either by name or regular expression and is used for permissioning.
ClassAllowList() - Constructor for class org.infinispan.commons.configuration.ClassAllowList
 
ClassAllowList(Collection, List, ClassLoader) - Constructor for class org.infinispan.commons.configuration.ClassAllowList
 
ClassAllowList(List) - Constructor for class org.infinispan.commons.configuration.ClassAllowList
 
classBuilder(String, Class) - Static method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
ClassFinder - Class in org.infinispan.commons.util
Find infinispan classes utility
ClassFinder() - Constructor for class org.infinispan.commons.util.ClassFinder
 
classLoader(ClassLoader) - Method in class org.infinispan.commons.util.SslContextFactory
 
classNotInAllowList(String) - Method in class org.infinispan.commons.logging.Log_$logger
 
classNotInAllowList(String) - Method in interface org.infinispan.commons.logging.Log
 
classNotInAllowList$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
ClasspathURLStreamHandler - Class in org.infinispan.commons.util
A URLStreamHandlerFactory which can handle classpath: URI schemes.
ClasspathURLStreamHandler() - Constructor for class org.infinispan.commons.util.ClasspathURLStreamHandler
 
ClasspathURLStreamHandlerProvider - Class in org.infinispan.commons.jdkspecific
A URLStreamHandlerProvider which handles URLs with protocol "classpath".
ClasspathURLStreamHandlerProvider() - Constructor for class org.infinispan.commons.jdkspecific.ClasspathURLStreamHandlerProvider
 
clear() - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
Clear the cached marshallable type hints.
clear() - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
clear() - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
clear() - Method in class org.infinispan.commons.util.EmptyIntSet
 
clear() - Method in class org.infinispan.commons.util.SingletonIntSet
 
clear() - Method in class org.infinispan.commons.util.ArrayMap
 
clear() - Method in class org.infinispan.commons.util.ArrayRingBuffer
 
clear() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
clear() - Method in class org.infinispan.commons.util.CollectionMapper
 
clear() - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
clear() - Method in class org.infinispan.commons.util.ForwardingList
 
clear() - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
 
clear() - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapper
 
clear() - Method in class org.infinispan.commons.util.KeyMapperMap
 
clear() - Method in class org.infinispan.commons.util.RangeSet
 
clear() - Method in class org.infinispan.commons.util.SmallIntSet
 
clear() - Method in class org.infinispan.commons.util.WeakValueHashMap
 
CLEAR_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
clearAsync() - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of Map.clear().
clearTextSecrets - Variable in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
clearTextSecrets() - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
clearTextSecrets() - Method in class org.infinispan.commons.configuration.io.ConfigurationWriter.Builder
 
clearTextSecrets() - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
clearTextSecrets(boolean) - Method in class org.infinispan.commons.configuration.io.ConfigurationWriter.Builder
 
clone() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
ClosableIteratorWithCount<E> - Interface in org.infinispan.commons.api.query
 
close() - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
close() - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
close() - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
close() - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationReader
 
close() - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
close() - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader
 
close() - Method in class org.infinispan.commons.io.FileWatcher
 
close() - Method in class org.infinispan.commons.io.StringBuilderWriter
 
close() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
close() - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
close() - Method in interface org.infinispan.commons.util.CloseableIterable
 
close() - Method in interface org.infinispan.commons.util.CloseableIterator
 
close() - Method in interface org.infinispan.commons.util.CloseableSpliterator
 
close() - Method in class org.infinispan.commons.util.ConcatIterator
 
close() - Method in class org.infinispan.commons.util.FilterIterator
 
close() - Method in class org.infinispan.commons.util.FilterSpliterator
 
close() - Method in class org.infinispan.commons.util.IteratorMapper
 
close() - Method in class org.infinispan.commons.util.ReloadingX509KeyManager
 
close() - Method in class org.infinispan.commons.util.ReloadingX509TrustManager
 
close() - Method in class org.infinispan.commons.util.RemovableCloseableIterator
 
close() - Method in class org.infinispan.commons.util.SpliteratorMapper
 
close(AutoCloseable) - Static method in class org.infinispan.commons.util.Util
 
close(AutoCloseable...) - Static method in class org.infinispan.commons.util.Util
 
close(Socket) - 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) - Constructor for class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
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) - 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.
CLUSTER_DISTRIBUTION_INFO - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CLUSTER_EVENT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CLUSTER_EVENT_TYPE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CLUSTER_LISTENER_REMOVE_CALLABLE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CLUSTER_LISTENER_REPLICATE_CALLABLE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CLUSTERED_GET_ALL_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CLUSTERED_GET_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CLUSTERED_LOCK_FILTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CLUSTERED_LOCK_FUNCTION_IS_LOCKED - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CLUSTERED_LOCK_FUNCTION_LOCK - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CLUSTERED_LOCK_FUNCTION_UNLOCK - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CLUSTERED_LOCK_KEY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CLUSTERED_LOCK_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CLUSTERED_LOCK_STATE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CLUSTERED_LOCK_VALUE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CLUSTERED_QUERY_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COLLECT_REDUCER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CollectionAttributeCopier<T> - Class in org.infinispan.commons.configuration.attributes
CollectionAttributeCopier.
CollectionAttributeCopier() - Constructor for class org.infinispan.commons.configuration.attributes.CollectionAttributeCopier
 
collectionCopier() - Static method in class org.infinispan.commons.configuration.attributes.CollectionAttributeCopier
 
CollectionMapper<E,R> - Class in org.infinispan.commons.util
A collection that maps another one to a new one of a possibly different type.
CollectionMapper(Collection, Function) - Constructor for class org.infinispan.commons.util.CollectionMapper
 
COLLECTOR_FINALIZER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COLLECTOR_FINALIZER_SUPPLIER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COLLECTOR_REDUCER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COLLECTOR_REDUCER_SUPPLIER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
collectWithOptions(Json...) - Method in class org.infinispan.commons.dataconversion.internal.Json
Return an object representing the complete configuration of a merge.
combine(JsonArrayCollector) - Method in class org.infinispan.commons.dataconversion.internal.JsonArrayCollector
 
Combine - Class in org.infinispan.commons.configuration
Defines how Attributes and ConfigurationElements are combined when overlaying a configuration (the overlay) on top of another (the template) using Builder.read(Object, Combine).
Combine(Combine.RepeatedAttributes, Combine.Attributes) - Constructor for class org.infinispan.commons.configuration.Combine
 
Combine.Attributes - Enum Class in org.infinispan.commons.configuration
 
Combine.RepeatedAttributes - Enum Class in org.infinispan.commons.configuration
 
combiner() - Method in class org.infinispan.commons.dataconversion.internal.JsonArrayCollector
 
combiner() - Method in class org.infinispan.commons.util.ArrayCollector
 
COMBINER_FINALIZER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COMMAND_INVOCATION_ID - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COMMENT - Static variable in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
An XML comment was just read.
commit() - Method in class org.infinispan.commons.tx.TransactionImpl
Attempt to commit this transaction.
commit() - Method in class org.infinispan.commons.tx.TransactionManagerImpl
 
COMMIT_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
commitAsync(TransactionResourceConverter) - Method in class org.infinispan.commons.tx.TransactionImpl
 
COMMONS_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CommonsBlockHoundIntegration - Class in org.infinispan.commons.internal
 
CommonsBlockHoundIntegration() - Constructor for class org.infinispan.commons.internal.CommonsBlockHoundIntegration
 
compareTo(byte[]) - Static method in class org.infinispan.commons.util.Version
 
CompletableFutures - Class in org.infinispan.commons.util.concurrent
Utility methods connecting CompletableFuture futures.
COMPLETE_TRANSACTION_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
completedEmptyMap() - Static method in class org.infinispan.commons.util.concurrent.CompletableFutures
 
completedFalse() - Static method in class org.infinispan.commons.util.concurrent.CompletableFutures
 
completedFlowableProcessor() - Static method in class org.infinispan.commons.reactive.RxJavaInterop
Returns a FlowableProcessor that is already complete and will ignore any value submitted to it and will immediately cancel any subscriptions it receives.
completedNull() - Static method in class org.infinispan.commons.util.concurrent.CompletableFutures
 
completedTrue() - Static method in class org.infinispan.commons.util.concurrent.CompletableFutures
 
CompletionStages - Class in org.infinispan.commons.util.concurrent
Utility methods for handling CompletionStage instances.
composeWithExceptions(Runnable, Runnable) - Static method in class org.infinispan.commons.util.Util
Given two Runnables, return a Runnable that executes both in sequence, even if the first throws an exception, and if both throw exceptions, add any exceptions thrown by the second as suppressed exceptions of the first.
COMPOSITE_KEY_VALUE_FILTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
compute(K, BiFunction) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
compute(K, BiFunction, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of ConcurrentMap.compute(Object, BiFunction) which takes in lifespan parameters.
compute(K, BiFunction, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of ConcurrentMap.compute(Object, BiFunction) which takes in lifespan and maxIdleTime parameters.
compute(R, BiFunction) - Method in class org.infinispan.commons.util.KeyMapperMap
 
COMPUTE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COMPUTE_IF_ABSENT_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
computeAsync(K, BiFunction) - Method in interface org.infinispan.commons.api.AsyncCache
computeAsync(K, BiFunction, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
computeAsync(K, BiFunction, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
computeIfAbsent(Supplier) - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
computeIfAbsent(K, Function) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
computeIfAbsent(K, Function, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of ConcurrentMap.computeIfAbsent(Object, Function) which takes in lifespan parameters.
computeIfAbsent(K, Function, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of ConcurrentMap.computeIfAbsent(Object, Function) which takes in lifespan and maxIdleTime parameters.
computeIfAbsent(R, Function) - Method in class org.infinispan.commons.util.KeyMapperMap
 
computeIfAbsentAsync(K, Function) - Method in interface org.infinispan.commons.api.AsyncCache
computeIfAbsentAsync(K, Function, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
computeIfAbsentAsync(K, Function, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
computeIfPresent(K, BiFunction) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
computeIfPresent(K, BiFunction, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of ConcurrentMap.computeIfPresent(Object, BiFunction) which takes in lifespan parameters.
computeIfPresent(K, BiFunction, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of ConcurrentMap.computeIfPresent(Object, BiFunction) which takes in lifespan and maxIdleTime parameters.
computeIfPresent(R, BiFunction) - Method in class org.infinispan.commons.util.KeyMapperMap
 
computeIfPresentAsync(K, BiFunction) - Method in interface org.infinispan.commons.api.AsyncCache
computeIfPresentAsync(K, BiFunction, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
computeIfPresentAsync(K, BiFunction, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
concat(byte[], byte[]) - Static method in class org.infinispan.commons.util.Util
 
concat(T[], T) - Static method in class org.infinispan.commons.util.Util
 
ConcatIterator<E> - Class in org.infinispan.commons.util
Iterator that concatenates a bunch of iterables into 1 big iterator.
ConcatIterator(Iterable) - Constructor for class org.infinispan.commons.util.ConcatIterator
 
concurrentCopyFrom(IntSet, int) - Static method in class org.infinispan.commons.util.IntSets
Returns a copy of the given set that supports concurrent operations.
concurrentSet(int) - Static method in class org.infinispan.commons.util.IntSets
Returns a concurrent mutable IntSet that can store values in the range of 0..maxExclusive-1
ConcurrentSmallIntSet - Class in org.infinispan.commons.util
Concurrent implementation of an IntSet.
ConcurrentSmallIntSet(int) - Constructor for class org.infinispan.commons.util.ConcurrentSmallIntSet
Creates a new, empty map which can accommodate ints in value up to maxCapacityExclusive - 1.
ConcurrentSmallIntSet$___Marshaller_9215944852c2d8634e08931b35ea515a0ce98515764f63ee33fe4a0adcece666 - Class in org.infinispan.commons.util
WARNING: Generated code!
ConcurrentSmallIntSet$___Marshaller_9215944852c2d8634e08931b35ea515a0ce98515764f63ee33fe4a0adcece666() - Constructor for class org.infinispan.commons.util.ConcurrentSmallIntSet$___Marshaller_9215944852c2d8634e08931b35ea515a0ce98515764f63ee33fe4a0adcece666
 
CONFIG - Static variable in interface org.infinispan.commons.logging.Log
 
CONFIG_STATE_CACHE_NAME - Static variable in class org.infinispan.commons.internal.InternalCacheNames
 
ConfigurationElement<T> - Class in org.infinispan.commons.configuration.attributes
An abstract class which represents a configuration element, with attributes and child elements.
ConfigurationElement(Enum, AttributeSet, ConfigurationElement...) - Constructor for class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
ConfigurationElement(String, boolean, AttributeSet, ConfigurationElement...) - Constructor for class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
ConfigurationElement(String, AttributeSet, ConfigurationElement...) - Constructor for class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
ConfigurationFor - Annotation Interface in org.infinispan.commons.configuration
ConfigurationFor.
ConfigurationFormatFeature - Enum Class in org.infinispan.commons.configuration.io
 
ConfigurationReader - Interface in org.infinispan.commons.configuration.io
 
ConfigurationReader.Builder - Class in org.infinispan.commons.configuration.io
 
ConfigurationReader.ElementType - Enum Class in org.infinispan.commons.configuration.io
 
ConfigurationReaderContext - Interface in org.infinispan.commons.configuration.io
 
ConfigurationReaderException - Exception Class in org.infinispan.commons.configuration.io
 
ConfigurationReaderException(String, Location) - Constructor for exception class org.infinispan.commons.configuration.io.ConfigurationReaderException
 
ConfigurationReaderException(Throwable, Location) - Constructor for exception class org.infinispan.commons.configuration.io.ConfigurationReaderException
 
ConfigurationResourceResolver - Interface in org.infinispan.commons.configuration.io
ConfigurationResourceResolver.
ConfigurationResourceResolvers - Class in org.infinispan.commons.configuration.io
 
ConfigurationSchemaVersion - Interface in org.infinispan.commons.configuration.io
 
ConfigurationUtils - Class in org.infinispan.commons.configuration
ConfigurationUtils.
ConfigurationWriter - Interface in org.infinispan.commons.configuration.io
 
ConfigurationWriter.Builder - Class in org.infinispan.commons.configuration.io
 
ConfigurationWriterException - Exception Class in org.infinispan.commons.configuration.io
ConfigurationWriterException.
ConfigurationWriterException(String) - Constructor for exception class org.infinispan.commons.configuration.io.ConfigurationWriterException
 
ConfigurationWriterException(Throwable) - Constructor for exception class org.infinispan.commons.configuration.io.ConfigurationWriterException
 
ConfiguredBy - Annotation Interface in org.infinispan.commons.configuration
Defines the configuration used to configure the given class instances
CONFLICT_RESOLUTION_START_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
Constructing and Modifying JSON Structures - Section in class org.infinispan.commons.dataconversion.internal.Json
 
consumer - Variable in class org.infinispan.commons.util.RemovableIterator
 
CONTAINER - Static variable in interface org.infinispan.commons.logging.Log
 
contains(int) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
contains(int) - Method in class org.infinispan.commons.util.EmptyIntSet
 
contains(int) - Method in interface org.infinispan.commons.util.IntSet
Whether this set contains the given int
contains(int) - Method in class org.infinispan.commons.util.RangeSet
 
contains(int) - Method in class org.infinispan.commons.util.SingletonIntSet
 
contains(int) - Method in class org.infinispan.commons.util.SmallIntSet
Check if the set contains an integer without boxing the parameter.
contains(long) - Method in class org.infinispan.commons.util.ArrayRingBuffer
 
contains(Object) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
contains(Object) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
contains(Object) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
contains(Object) - Method in class org.infinispan.commons.util.EmptyIntSet
 
contains(Object) - Method in class org.infinispan.commons.util.ForwardingList
 
contains(Object) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
 
contains(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
contains(Object) - Method in class org.infinispan.commons.util.RangeSet
 
contains(Object) - Method in class org.infinispan.commons.util.SingletonIntSet
 
contains(Object) - Method in class org.infinispan.commons.util.SmallIntSet
 
contains(String) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
Returns whether this attribute set contains the specified named attribute
contains(AttributeDefinition) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
Returns whether this set contains the specified attribute definition
containsAll(long, long) - Static method in class org.infinispan.commons.util.EnumUtil
 
containsAll(Collection) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
containsAll(Collection) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
containsAll(Collection) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
containsAll(Collection) - Method in class org.infinispan.commons.util.EmptyIntSet
 
containsAll(Collection) - Method in class org.infinispan.commons.util.ForwardingList
 
containsAll(Collection) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
 
containsAll(Collection) - Method in class org.infinispan.commons.util.RangeSet
 
containsAll(Collection) - Method in class org.infinispan.commons.util.SingletonIntSet
 
containsAll(Collection) - Method in class org.infinispan.commons.util.SmallIntSet
 
containsAll(IntSet) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
containsAll(IntSet) - Method in class org.infinispan.commons.util.EmptyIntSet
 
containsAll(IntSet) - Method in interface org.infinispan.commons.util.IntSet
Whether this set contains all ints in the given IntSet
containsAll(IntSet) - Method in class org.infinispan.commons.util.RangeSet
 
containsAll(IntSet) - Method in class org.infinispan.commons.util.SingletonIntSet
 
containsAll(IntSet) - Method in class org.infinispan.commons.util.SmallIntSet
 
containsAny(long, long) - Static method in class org.infinispan.commons.util.EnumUtil
 
containsAny(Collection, Collection) - Static method in class org.infinispan.commons.util.InfinispanCollections
 
containsEntry(K, V) - Method in interface org.infinispan.commons.api.multimap.BasicMultimapCache
Returns Boolean.TRUE if this multimap cache contains the key-value pair.
containsKey(Object) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
containsKey(Object) - Method in class org.infinispan.commons.util.ArrayMap
 
containsKey(Object) - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapper
 
containsKey(Object) - Method in class org.infinispan.commons.util.KeyMapperMap
 
containsKey(Object) - Method in class org.infinispan.commons.util.WeakValueHashMap
 
containsKey(K) - Method in interface org.infinispan.commons.api.multimap.BasicMultimapCache
Returns Boolean.TRUE if this multimap cache contains the key.
containsKeyAsync(K) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of Map.containsKey(Object)
containsValue(Object) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
containsValue(Object) - Method in class org.infinispan.commons.util.ArrayMap
 
containsValue(Object) - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapper
 
containsValue(V) - Method in interface org.infinispan.commons.api.multimap.BasicMultimapCache
Asynchronous method that returns Boolean.TRUE if this multimap cache contains the value at any key.
Context(SSLContext, KeyManager, TrustManager) - Constructor for record class org.infinispan.commons.util.SslContextFactory.Context
Creates an instance of a Context record class.
continuousQuery() - Method in interface org.infinispan.commons.api.BasicCache
 
ContinuousQuery<K,V> - Interface in org.infinispan.commons.api.query
 
ContinuousQueryListener<K,V> - Interface in org.infinispan.commons.api.query
 
ContinuousQueryResult - Class in org.infinispan.query.remote.client.impl
 
ContinuousQueryResult(ContinuousQueryResult.ResultType, byte[], byte[], Object[]) - Constructor for class org.infinispan.query.remote.client.impl.ContinuousQueryResult
 
ContinuousQueryResult(ContinuousQueryResult.ResultType, byte[], byte[], List) - Constructor for class org.infinispan.query.remote.client.impl.ContinuousQueryResult
 
ContinuousQueryResult.ResultType - Enum Class in org.infinispan.query.remote.client.impl
 
ContinuousQueryResult$___Marshaller_982fd9bafbf3b579418593abef2f210ca32f47574193b272b76b3b046a917647 - Class in org.infinispan.query.remote.client.impl
WARNING: Generated code!
ContinuousQueryResult$___Marshaller_982fd9bafbf3b579418593abef2f210ca32f47574193b272b76b3b046a917647() - Constructor for class org.infinispan.query.remote.client.impl.ContinuousQueryResult$___Marshaller_982fd9bafbf3b579418593abef2f210ca32f47574193b272b76b3b046a917647
 
conversionNotSupported(Object, String, String) - Method in class org.infinispan.commons.logging.Log_$logger
 
conversionNotSupported(Object, String, String) - Method in interface org.infinispan.commons.logging.Log
 
conversionNotSupported$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
convert(String) - Method in enum class org.infinispan.commons.configuration.io.NamingStrategy
 
convertCharset(Object, Charset, Charset) - Static method in class org.infinispan.commons.dataconversion.StandardConversions
Convert text content.
Converting to String - Section in class org.infinispan.commons.dataconversion.internal.Json
 
convertJavaToProtoStream(Object, MediaType, ImmutableSerializationContext) - Static method in class org.infinispan.commons.dataconversion.StandardConversions
Converts a java object to a sequence of bytes using a ProtoStream ImmutableSerializationContext.
convertSynchronization(Synchronization) - Method in enum class org.infinispan.commons.tx.DefaultResourceConverter
 
convertSynchronization(Synchronization) - Method in interface org.infinispan.commons.tx.TransactionResourceConverter
 
convertTextToObject(Object, MediaType) - Static method in class org.infinispan.commons.dataconversion.StandardConversions
Converts text content to the Java representation (String).
convertTextToText(Object, MediaType, MediaType) - Static method in class org.infinispan.commons.dataconversion.StandardConversions
Convert text content to a different encoding.
convertToOctetStream(Object, MediaType, MediaType) - Method in class org.infinispan.commons.dataconversion.DefaultTranscoder
 
convertXaResource(XAResource) - Method in enum class org.infinispan.commons.tx.DefaultResourceConverter
 
convertXaResource(XAResource) - Method in interface org.infinispan.commons.tx.TransactionResourceConverter
 
copier() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
copier(AttributeCopier) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder
 
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
 
copy(Xid) - Static method in class org.infinispan.commons.tx.XidImpl
 
copyAttribute(TypedProperties) - Method in class org.infinispan.commons.configuration.attributes.TypedPropertiesAttributeCopier
 
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.CopyConstructorAttributeCopier
 
copyAttribute(T) - Method in class org.infinispan.commons.configuration.attributes.IdentityAttributeCopier
 
copyAttribute(T) - Method in class org.infinispan.commons.configuration.attributes.SimpleInstanceAttributeCopier
 
CopyConstructorAttributeCopier<T> - Class in org.infinispan.commons.configuration.attributes
CopyConstructorAttributeCopier.
CORE_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
count() - Method in interface org.infinispan.commons.api.query.ClosableIteratorWithCount
 
count() - Method in interface org.infinispan.commons.api.query.QueryResult
 
count() - Method in class org.infinispan.commons.stat.DefaultSimpleStat
 
count() - Method in record class org.infinispan.commons.stat.micrometer.MicrometerTimerTracker
 
count() - Method in interface org.infinispan.commons.stat.SimpleStat
 
count() - Method in class org.infinispan.commons.stat.SimpleTimerTracker
 
count() - Method in interface org.infinispan.commons.stat.TimerTracker
 
count() - Method in interface org.infinispan.query.dsl.QueryResult
Deprecated.
 
counter() - Method in record class org.infinispan.commons.stat.micrometer.MicrometerCounterTracker
Returns the value of the counter record component.
COUNTER_BACKUP_ENTRY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COUNTER_CONFIGURATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COUNTER_FUNCTION_ADD - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COUNTER_FUNCTION_CAS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COUNTER_FUNCTION_CREATE_AND_ADD - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COUNTER_FUNCTION_CREATE_AND_CAS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COUNTER_FUNCTION_CREATE_AND_SET - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COUNTER_FUNCTION_INITIALIZE_COUNTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COUNTER_FUNCTION_READ - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COUNTER_FUNCTION_REMOVE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COUNTER_FUNCTION_RESET - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COUNTER_FUNCTION_SET - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COUNTER_STATE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COUNTER_STORAGE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COUNTER_TYPE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
COUNTER_VALUE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CounterMetricInfo<T> - Class in org.infinispan.commons.stat
Represents a counter.
CounterMetricInfo(String, String, Map, BiConsumer) - Constructor for class org.infinispan.commons.stat.CounterMetricInfo
 
COUNTERS_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CounterTracker - Interface in org.infinispan.commons.stat
Tracks a monotonically increasing values.
CQ_COMMAND_TYPE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
CRC16 - Class in org.infinispan.commons.hash
A CRC16 implementation in Java.
create() - Method in interface org.infinispan.commons.configuration.Builder
Create the configuration bean
create() - Static method in enum class org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
 
create() - Static method in enum class org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
 
create(byte) - Static method in class org.infinispan.commons.io.ByteBufferImpl
 
create(byte[]) - Static method in class org.infinispan.commons.io.ByteBufferImpl
 
create(byte[], int, int) - Static method in class org.infinispan.commons.io.ByteBufferImpl
 
create(int, byte[], byte[]) - Static method in class org.infinispan.commons.tx.XidImpl
 
create(String) - Method in interface org.infinispan.query.dsl.QueryFactory
Deprecated.
create(ByteBuffer) - Static method in class org.infinispan.commons.io.ByteBufferImpl
 
create(T) - Static method in class org.infinispan.commons.util.ByRef
 
createBlockingExecutorService() - Static method in class org.infinispan.commons.jdkspecific.ThreadCreator
 
createCache(String, A) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
Creates a cache on the container using the specified template.
createCache(String, String) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
Creates a cache on the container using the specified template.
createConcurrentFilter(int) - Static method in class org.infinispan.commons.util.MurmurHash3BloomFilter
 
createConcurrentFilter(int, int) - Static method in class org.infinispan.commons.util.MurmurHash3BloomFilter
 
createConcurrentFilter(int, Iterable) - Static method in class org.infinispan.commons.util.BloomFilter
Same as BloomFilter.createFilter(int, Iterable) except the returned {code BloomFilter} instance may be used concurrently without additional synchronization.
createExecutor(ThreadFactory) - Method in enum class org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
 
createExecutor(ThreadFactory) - Method in enum class org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
 
createExecutor(ThreadFactory) - Method in interface org.infinispan.commons.executors.ThreadPoolExecutorFactory
 
createExternal(Class, ObjectInput) - Method in class org.infinispan.query.remote.client.impl.Externalizers.NamedParameterExternalizer
 
createExternal(Class, ObjectInput) - Method in class org.infinispan.query.remote.client.impl.Externalizers.QueryRequestExternalizer
 
createExternal(Class, ObjectInput) - Method in class org.infinispan.query.remote.client.impl.Externalizers.QueryResponseExternalizer
 
createFilter(int) - Static method in class org.infinispan.commons.util.MurmurHash3BloomFilter
 
createFilter(int, int) - Static method in class org.infinispan.commons.util.MurmurHash3BloomFilter
 
createFilter(int, Iterable) - Static method in class org.infinispan.commons.util.BloomFilter
 
createJsonArray(Collection) - Static method in class org.infinispan.commons.dataconversion.internal.JsonUtils
 
createJsonArray(Collection, Function) - Static method in class org.infinispan.commons.dataconversion.internal.JsonUtils
 
createJsonArray(Stream) - Static method in class org.infinispan.commons.dataconversion.internal.JsonUtils
 
createJsonArray(Stream, Function) - Static method in class org.infinispan.commons.dataconversion.internal.JsonUtils
 
createMap() - Method in class org.infinispan.commons.util.WeakValueHashMap
Create map.
createsNonBlockingThreads() - Method in interface org.infinispan.commons.executors.ThreadPoolExecutorFactory
 
createTemplate(String, A) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
Creates a template on the container using the provided configuration.
createThread(ThreadGroup, Runnable, boolean) - Static method in class org.infinispan.commons.jdkspecific.ThreadCreator
 
createTransaction() - Method in class org.infinispan.commons.tx.TransactionManagerImpl
 
createURLStreamHandler(String) - Method in class org.infinispan.commons.jdkspecific.ClasspathURLStreamHandlerProvider
 
createURLStreamHandler(String) - Method in class org.infinispan.commons.util.ClasspathURLStreamHandler
 
CrossSiteIllegalLifecycleStateException - Exception Class in org.infinispan.commons
This exception is thrown when the cache or cache manager does not have the right lifecycle state for cross-site operations to be called on it.
CrossSiteIllegalLifecycleStateException() - Constructor for exception class org.infinispan.commons.CrossSiteIllegalLifecycleStateException
 
CrossSiteIllegalLifecycleStateException(String) - Constructor for exception class org.infinispan.commons.CrossSiteIllegalLifecycleStateException
 
CrossSiteIllegalLifecycleStateException(String, Throwable) - Constructor for exception class org.infinispan.commons.CrossSiteIllegalLifecycleStateException
 
CrossSiteIllegalLifecycleStateException(Throwable) - Constructor for exception class org.infinispan.commons.CrossSiteIllegalLifecycleStateException
 
currentIndent - Variable in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
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.
currentTaskStatus() - Method in class org.infinispan.commons.util.ProgressTracker
 
currentValue - Variable in class org.infinispan.commons.util.RemovableIterator
 

D

d - Enum constant in enum class org.infinispan.commons.util.TimeQuantity.Unit
 
DATA_CONVERSION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
DATA_DISTRIBUTION_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
dec() - Method in class org.infinispan.commons.util.ByRef.Integer
 
dec() - Method in class org.infinispan.commons.util.ByRef.Long
 
decode(int) - Method in class org.infinispan.commons.api.AdminFlag$___Marshaller_d042df9d13bce20b74c1256a2834d696c0a291f4eb7b9d1ab7bf9d01f16c276f
 
decode(int) - Static method in class org.infinispan.commons.io.SignedNumeric
 
decode(int) - Method in class org.infinispan.query.remote.client.impl.ResultType$___Marshaller_146c731a3d5e2aa6cd35d029be19485ac6e85bfb618f98703150af167e181337
 
decode(String) - Static method in class org.infinispan.commons.dataconversion.Base16Codec
 
decodeContent(Object, MediaType) - Method in class org.infinispan.commons.dataconversion.AbstractTranscoder
Decodes content before doing the transcoding.
decodeVersion(short) - Static method in class org.infinispan.commons.util.Version
 
decodeVersionForSerialization(short) - Static method in class org.infinispan.commons.util.Version
Serialization only looks at major and minor, not micro or below.
DEFAULT - Static variable in interface org.infinispan.commons.configuration.attributes.AttributeParser
 
DEFAULT - Static variable in interface org.infinispan.commons.configuration.attributes.AttributeSerializer
 
DEFAULT - Static variable in class org.infinispan.commons.configuration.Combine
 
DEFAULT - Static variable in interface org.infinispan.commons.configuration.io.ConfigurationResourceResolver
Deprecated, for removal: This API element is subject to removal in a future version.
DEFAULT - Static variable in class org.infinispan.commons.configuration.io.ConfigurationResourceResolvers
 
DEFAULT - Static variable in interface org.infinispan.commons.configuration.io.PropertyReplacer
 
DEFAULT_CONSISTENT_HASH - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
DEFAULT_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
DEFAULT_DOUBLING_SIZE - Static variable in class org.infinispan.commons.io.LazyByteArrayOutputStream
Default buffer size after which if more buffer capacity is needed the buffer will grow by 25% rather than 100%
DEFAULT_SIZE - Static variable in class org.infinispan.commons.io.LazyByteArrayOutputStream
 
defaultFactory - Static variable in class org.infinispan.commons.dataconversion.internal.Json
 
DefaultFactory() - Constructor for class org.infinispan.commons.dataconversion.internal.Json.DefaultFactory
 
DefaultFileLookup() - Constructor for class org.infinispan.commons.util.FileLookupFactory.DefaultFileLookup
 
DefaultResourceConverter - Enum Class in org.infinispan.commons.tx
A default blocking implementation of TransactionResourceConverter.
DefaultSimpleStat - Class in org.infinispan.commons.stat
A default SimpleStat implementation.
DefaultSimpleStat() - Constructor for class org.infinispan.commons.stat.DefaultSimpleStat
 
DefaultTimeService - Class in org.infinispan.commons.time
The default implementation of TimeService.
DefaultTimeService() - Constructor for class org.infinispan.commons.time.DefaultTimeService
 
DefaultTranscoder - Class in org.infinispan.commons.dataconversion
Handle conversions between text/plain, url-encoded, java objects, and octet-stream contents.
DefaultTranscoder(Marshaller) - Constructor for class org.infinispan.commons.dataconversion.DefaultTranscoder
 
defer() - Method in interface org.infinispan.commons.configuration.attributes.AttributeSerializer
 
defer() - Method in class org.infinispan.commons.configuration.attributes.PropertiesAttributeSerializer
 
defineEntityReplacementText(String, String) - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
defineEntityReplacementText(String, String) - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Set new value for entity replacement text as defined in XML 1.0 Section 4.5 Construction of Internal Entity Replacement Text.
delAt(int) - Method in class org.infinispan.commons.dataconversion.internal.Json
Remove the element at the specified index from a Json array.
delAt(String) - Method in class org.infinispan.commons.dataconversion.internal.Json
Delete the specified property from a Json object.
delegate - Variable in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
delegate() - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
delegate() - Method in class org.infinispan.commons.util.AbstractDelegatingConcurrentMap
 
delegate() - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
delegate() - Method in class org.infinispan.commons.util.AbstractDelegatingSet
 
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
 
delistResource(XAResource, int) - Method in class org.infinispan.commons.tx.TransactionImpl
De-list an XA resource from this transaction.
DELIVERY_GUARANTEE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
dependsOn(CompletionStage) - Method in interface org.infinispan.commons.util.concurrent.AggregateCompletionStage
Adds another CompletionStage for this stage to be reliant upon.
deprecated(int, int) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder
 
deprecatedProperty(String, String) - Method in class org.infinispan.commons.logging.Log_$logger
 
deprecatedProperty(String, String) - Method in interface org.infinispan.commons.logging.Log
 
deprecatedProperty$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
detachFactory() - Static method in class org.infinispan.commons.dataconversion.internal.Json
Clear the thread-local factory previously attached to this thread via the Json.attachFactory(Factory) method.
diffBitSets(long, long) - Static method in class org.infinispan.commons.util.EnumUtil
 
difference(Set, Set) - 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.
discoverSecurityProviders(ClassLoader) - Static method in class org.infinispan.commons.util.SecurityProviders
 
dissociateTransaction() - Static method in class org.infinispan.commons.tx.TransactionManagerImpl
 
DISTRIBUTED_CACHE_STATS_CALLABLE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
DISTRIBUTED_SCRIPT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
DISTRIBUTED_SERVER_TASK - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
DISTRIBUTED_SERVER_TASK_CONTEXT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
DISTRIBUTED_SERVER_TASK_PARAMETER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
DistributionSummaryMetricInfo<T> - Class in org.infinispan.commons.stat
Represents a distribution summary (histogram).
DistributionSummaryMetricInfo(String, String, Map, BiConsumer) - Constructor for class org.infinispan.commons.stat.DistributionSummaryMetricInfo
 
DistributionSummaryTracker - Interface in org.infinispan.commons.stat
Track the sample distribution of events.
DOCDECL - Static variable in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
An XML document type declaration was just read.
DONE - Enum constant in enum class org.infinispan.commons.util.ProgressTracker.Progression
 
doTranscode(Object, MediaType, MediaType) - Method in class org.infinispan.commons.dataconversion.AbstractTranscoder
 
doTranscode(Object, MediaType, MediaType) - Method in class org.infinispan.commons.dataconversion.BinaryTranscoder
Deprecated.
 
doTranscode(Object, MediaType, MediaType) - Method in class org.infinispan.commons.dataconversion.DefaultTranscoder
 
doTranscode(Object, MediaType, MediaType) - Method in class org.infinispan.commons.dataconversion.TranscoderMarshallerAdapter
 
doubleValue() - Method in class org.infinispan.commons.util.TimeQuantity
 
downloadFile(URL, Path, boolean, boolean) - Static method in class org.infinispan.commons.maven.AbstractArtifact
 
dropHeadUntil(long) - Method in class org.infinispan.commons.util.ArrayRingBuffer
Remove all elements from headSequence to at least indexExclusive until a non null value is found if present.
At the end of this operation headSequence will be greater than or equal indexExclusive.
dropTailTo(long) - Method in class org.infinispan.commons.util.ArrayRingBuffer
Remove all elements from tailSequence back to indexInclusive.
At the end of this operation tailSequence is equals to indexInclusive.
dropTailToHead() - Method in class org.infinispan.commons.util.ArrayRingBuffer
 
dup() - Method in class org.infinispan.commons.dataconversion.internal.Json
 

E

Either<A,B> - Class in org.infinispan.commons.util
 
Either() - Constructor for class org.infinispan.commons.util.Either
 
Either.Type - Enum Class in org.infinispan.commons.util
 
element - Variable in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
elementName() - Method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
EMBEDDED_EXPIRABLE_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
EMBEDDED_LIFESPAN_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
EMBEDDED_MAX_IDLE_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
EMBEDDED_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
EMPTY - Static variable in class org.infinispan.commons.configuration.attributes.AttributeSet
 
EMPTY - Static variable in record class org.infinispan.commons.query.TotalHitCount
 
EMPTY - Static variable in interface org.infinispan.commons.stat.SimpleStat
 
EMPTY_ARRAY - Static variable in class org.infinispan.commons.util.ImmutableListCopy
 
EMPTY_BIT_SET - Static variable in class org.infinispan.commons.util.EnumUtil
 
EMPTY_BYTE_ARRAY - Static variable in class org.infinispan.commons.util.Util
 
EMPTY_BYTE_ARRAY_ARRAY - Static variable in class org.infinispan.commons.util.Util
 
EMPTY_BYTES - Static variable in class org.infinispan.commons.marshall.WrappedByteArray
 
EMPTY_CLASS_ARRAY - Static variable in class org.infinispan.commons.util.ReflectionUtil
 
EMPTY_INSTANCE - Static variable in class org.infinispan.commons.io.ByteBufferImpl
 
EMPTY_OBJECT_ARRAY - Static variable in class org.infinispan.commons.util.Util
 
EMPTY_STRING_ARRAY - Static variable in class org.infinispan.commons.util.Util
 
EMPTY_THROWABLE_ARRAY - Static variable in class org.infinispan.commons.util.Util
 
emptyConsumer() - Static method in class org.infinispan.commons.reactive.RxJavaInterop
 
EmptyIntSet - Class in org.infinispan.commons.util
Immutable empty IntSet
EmptyIntSet() - Constructor for class org.infinispan.commons.util.EmptyIntSet
 
EmptyIntSet$___Marshaller_262af438bef9117d19542ae5ac072e6a559b6147655ee1a6ca1f6c10c3246793 - Class in org.infinispan.commons.util
WARNING: Generated code!
EmptyIntSet$___Marshaller_262af438bef9117d19542ae5ac072e6a559b6147655ee1a6ca1f6c10c3246793() - Constructor for class org.infinispan.commons.util.EmptyIntSet$___Marshaller_262af438bef9117d19542ae5ac072e6a559b6147655ee1a6ca1f6c10c3246793
 
encode(byte[]) - Static method in class org.infinispan.commons.dataconversion.Base16Codec
 
encode(int) - Static method in class org.infinispan.commons.io.SignedNumeric
 
encode(CacheContainerAdmin.AdminFlag) - Method in class org.infinispan.commons.api.AdminFlag$___Marshaller_d042df9d13bce20b74c1256a2834d696c0a291f4eb7b9d1ab7bf9d01f16c276f
 
encode(ContinuousQueryResult.ResultType) - Method in class org.infinispan.query.remote.client.impl.ResultType$___Marshaller_146c731a3d5e2aa6cd35d029be19485ac6e85bfb618f98703150af167e181337
 
encodeContent(Object, MediaType) - Method in class org.infinispan.commons.dataconversion.AbstractTranscoder
Encode the content after transcoding if necessary.
ENCODER_ENTRY_MAPPER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ENCODER_KEY_MAPPER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ENCODER_VALUE_MAPPER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
EncodingException - Exception Class in org.infinispan.commons.dataconversion
Exception thrown when an error occurs during data encoding.
EncodingException(String) - Constructor for exception class org.infinispan.commons.dataconversion.EncodingException
 
EncodingException(String, Throwable) - Constructor for exception class org.infinispan.commons.dataconversion.EncodingException
 
encodingNotSupported(String) - Method in class org.infinispan.commons.logging.Log_$logger
 
encodingNotSupported(String) - Method in interface org.infinispan.commons.logging.Log
 
encodingNotSupported$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
END_DOCUMENT - Enum constant in enum class org.infinispan.commons.configuration.io.ConfigurationReader.ElementType
 
END_DOCUMENT - Static variable in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Logical end of the xml document.
END_ELEMENT - Enum constant in enum class org.infinispan.commons.configuration.io.ConfigurationReader.ElementType
 
END_TAG - Static variable in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returned from getEventType(), next(), or nextToken() when an end tag was read.
endBatch(boolean) - Method in interface org.infinispan.commons.api.BatchingCache
Completes a batch if one has been started using BatchingCache.startBatch().
endMapItem() - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
endMapItem() - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationReader
 
endMapItem() - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
endMapItem() - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader
 
enlistResource(XAResource) - Method in class org.infinispan.commons.tx.TransactionImpl
Enlist an XA resource with this transaction.
ENTITY_REF - Static variable in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
An entity reference was just read; this token is available from nextToken() only.
EntityEntry<K,E> - Record Class in org.infinispan.commons.api.query
 
EntityEntry(K, E, float, Object) - Constructor for record class org.infinispan.commons.api.query.EntityEntry
Creates an instance of a EntityEntry record class.
ENTRY_FUNCTION_ENCODER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ENTRY_KEY_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ENTRY_VALUE_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ENTRY_VIEWS_NO_VALUE_READ_ONLY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ENTRY_VIEWS_READ_ONLY_SNAPSHOT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ENTRY_VIEWS_READ_WRITE_SNAPSHOT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
entryIterator() - Method in interface org.infinispan.commons.api.query.Query
Returns a ClosableIteratorWithCount over the results, including both key and value.
entryIterator(boolean) - Method in interface org.infinispan.commons.api.query.Query
Returns a ClosableIteratorWithCount over the results, including both key and value.
entryIterator(boolean) - Method in class org.infinispan.commons.query.BaseQuery
 
entrySet - Variable in class org.infinispan.commons.util.AbstractMap
 
entrySet() - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
entrySet() - Method in class org.infinispan.commons.util.ArrayMap
 
entrySet() - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapper
 
entrySet() - Method in class org.infinispan.commons.util.KeyMapperMap
 
entrySet() - Method in class org.infinispan.commons.util.WeakValueHashMap
 
EntrySizeCalculator<K,V> - Interface in org.infinispan.commons.util
 
entryToKeyFunction() - Static method in class org.infinispan.commons.reactive.RxJavaInterop
Provides a Function that can be used to convert from an instance of Map.Entry to the key of the entry.
entryToValueFunction() - Static method in class org.infinispan.commons.reactive.RxJavaInterop
Provides a Function that can be used to convert from an instance of Map.Entry to the value of the entry.
ENUM_COLLECTION - Static variable in interface org.infinispan.commons.configuration.attributes.AttributeSerializer
 
ENUM_SET - Static variable in interface org.infinispan.commons.configuration.attributes.AttributeSerializer
 
enumArrayOf(long, Class) - Static method in class org.infinispan.commons.util.EnumUtil
 
EnumerationList<T> - Class in org.infinispan.commons.util
An Enumeration → List adaptor
EnumerationList(Enumeration) - Constructor for class org.infinispan.commons.util.EnumerationList
Constructor
enumSetOf(long, Class) - Static method in class org.infinispan.commons.util.EnumUtil
 
EnumUtil - Class in org.infinispan.commons.util
Utilities method to Enums.
eq(Object, Object) - Static method in class org.infinispan.commons.util.AbstractMap
 
EQUALITY_PREDICATE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
equals(Object) - Method in record class org.infinispan.commons.api.query.EntityEntry
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.infinispan.commons.api.query.geo.LatLng
Indicates whether some other object is "equal to" this one.
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.AttributeDefinition
 
equals(Object) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
equals(Object) - Method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
equals(Object) - Method in record class org.infinispan.commons.configuration.io.AbstractConfigurationWriter.Tag
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.infinispan.commons.dataconversion.MediaType
 
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 record class org.infinispan.commons.query.TotalHitCount
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.infinispan.commons.stat.micrometer.MicrometerCounterTracker
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.infinispan.commons.stat.micrometer.MicrometerDistributionSummary
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.infinispan.commons.stat.micrometer.MicrometerTimerTracker
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.infinispan.commons.tx.TransactionImpl
 
equals(Object) - Method in class org.infinispan.commons.tx.XidImpl
 
equals(Object) - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
 
equals(Object) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
equals(Object) - Method in class org.infinispan.commons.util.EmptyIntSet
 
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.Immutables.ImmutableMapWrapper
 
equals(Object) - Method in class org.infinispan.commons.util.KeyValueWithPrevious
 
equals(Object) - Method in class org.infinispan.commons.util.RangeSet
 
equals(Object) - Method in class org.infinispan.commons.util.SegmentAwareKey
 
equals(Object) - Method in class org.infinispan.commons.util.SimpleImmutableEntry
 
equals(Object) - Method in class org.infinispan.commons.util.SingletonIntSet
 
equals(Object) - Method in class org.infinispan.commons.util.SmallIntSet
 
equals(Object) - Method in record class org.infinispan.commons.util.SslContextFactory.Context
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.infinispan.commons.util.TimeQuantity
 
equalsWrappedBytes(WrappedBytes) - Method in class org.infinispan.commons.marshall.WrappedByteArray
 
equalsWrappedBytes(WrappedBytes) - Method in interface org.infinispan.commons.marshall.WrappedBytes
 
errorCommittingTx(Throwable) - Method in class org.infinispan.commons.logging.Log_$logger
 
errorCommittingTx(Throwable) - Method in interface org.infinispan.commons.logging.Log
 
errorCommittingTx$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
errorEncoding(Object, MediaType) - Method in class org.infinispan.commons.logging.Log_$logger
 
errorEncoding(Object, MediaType) - Method in interface org.infinispan.commons.logging.Log
 
errorEncoding$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
errorEnlistingResource(Throwable) - Method in class org.infinispan.commons.logging.Log_$logger
 
errorEnlistingResource(Throwable) - Method in interface org.infinispan.commons.logging.Log
 
errorEnlistingResource$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
errorOnLoadingTelemetry(Throwable) - Method in class org.infinispan.commons.logging.Log_$logger
 
errorOnLoadingTelemetry(Throwable) - Method in interface org.infinispan.commons.logging.Log
 
errorOnLoadingTelemetry$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
errorOnParsingPrometheusURLForTracing(Throwable) - Method in class org.infinispan.commons.logging.Log_$logger
 
errorOnParsingPrometheusURLForTracing(Throwable) - Method in interface org.infinispan.commons.logging.Log
 
errorOnParsingPrometheusURLForTracing$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
errorRollingBack(Throwable) - Method in class org.infinispan.commons.logging.Log_$logger
 
errorRollingBack(Throwable) - Method in interface org.infinispan.commons.logging.Log
 
errorRollingBack$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
ERRORS_KEY_SUFFIX - Static variable in interface org.infinispan.query.remote.client.ProtobufMetadataManagerConstants
Deprecated.
All error status keys end with this suffix.
errorTranscoding(String, MediaType, MediaType, Throwable) - Method in class org.infinispan.commons.logging.Log_$logger
 
errorTranscoding(String, MediaType, MediaType, Throwable) - Method in interface org.infinispan.commons.logging.Log
 
errorTranscoding$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
escape(CharSequence, Appendable) - Static method in class org.infinispan.commons.dataconversion.internal.Json
 
escape(String) - Static method in class org.infinispan.commons.dataconversion.internal.Json.help
Perform JSON escaping so that ", < > etc. characters are properly encoded in the JSON string representation before returning to the client code.
estimateSize() - Method in class org.infinispan.commons.util.FilterSpliterator
 
estimateSize() - Method in class org.infinispan.commons.util.FlattenSpliterator
 
estimateSize() - Method in class org.infinispan.commons.util.SpliteratorMapper
 
EVENT_LOG_CATEGORY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
EVENT_LOG_LEVEL - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
EVENT_LOGGER_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
Eviction - Section in interface org.infinispan.commons.api.multimap.BasicMultimapCache
 
exact() - Method in interface org.infinispan.commons.api.query.HitCount
For efficiency reasons, the computation of the hit count could be limited to some upper bound.
exact() - Method in record class org.infinispan.commons.query.TotalHitCount
Returns the value of the exact record component.
Example - Section in interface org.infinispan.commons.api.multimap.BasicMultimapCache
 
EXCEPTION_ACK_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
EXCEPTION_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
EXCEPTION_WRITE_SKEW - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
execute() - Method in interface org.infinispan.commons.api.query.Query
Executes the query (a SELECT statement).
execute() - Method in interface org.infinispan.query.dsl.Query
Deprecated.
 
executeAsync() - Method in interface org.infinispan.commons.api.query.Query
Reactive version of Query.execute().
executeAsync() - Method in interface org.infinispan.query.dsl.Query
Deprecated.
Due to Generic limitations the erased type must stay as the commons QueryResult.
executeStatement() - Method in interface org.infinispan.commons.api.query.Query
Executes a data modifying statement (typically a DELETE) that does not return results; instead it returns the count of affected entries.
executeStatement() - Method in class org.infinispan.commons.query.BaseQuery
 
executeStatementAsync() - Method in interface org.infinispan.commons.api.query.Query
Reactive version of Query.executeStatement()
EXECUTION_MODE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ExecutorFactory - Interface in org.infinispan.commons.executors
Used to configure and create executors
expectedEndTime(long, TimeUnit) - Method in class org.infinispan.commons.time.DefaultTimeService
 
expectedEndTime(long, TimeUnit) - Method in interface org.infinispan.commons.time.TimeService
 
Experimental - Annotation Interface in org.infinispan.commons.util
An experimental user-facing API.
explicitInner() - Method in record class org.infinispan.commons.configuration.io.AbstractConfigurationWriter.Tag
Returns the value of the explicitInner record component.
explicitOuter() - Method in record class org.infinispan.commons.configuration.io.AbstractConfigurationWriter.Tag
Returns the value of the explicitOuter record component.
Externalizers - Class in org.infinispan.query.remote.client.impl
jboss-marshalling externalizers for QueryRequest and QueryResponse objects.
Externalizers.NamedParameterExternalizer - Class in org.infinispan.query.remote.client.impl
 
Externalizers.QueryRequestExternalizer - Class in org.infinispan.query.remote.client.impl
 
Externalizers.QueryResponseExternalizer - Class in org.infinispan.query.remote.client.impl
 
extractAttributes(AttributeSet, AttributeDefinition...) - Static method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
extractException(Throwable) - Static method in class org.infinispan.commons.util.concurrent.CompletableFutures
 
extractFieldName(String) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
extractResults(SerializationContext) - Method in interface org.infinispan.query.remote.client.impl.BaseQueryResponse
 
extractResults(SerializationContext) - Method in class org.infinispan.query.remote.client.impl.JsonClientQueryResponse
 
extractResults(SerializationContext) - Method in class org.infinispan.query.remote.client.impl.QueryResponse
 

F

factory() - Static method in class org.infinispan.commons.dataconversion.internal.Json
Return the Json.Factory currently in effect.
failedToCreateInitialCtx(Throwable) - Method in class org.infinispan.commons.logging.Log_$logger
 
failedToCreateInitialCtx(Throwable) - Method in interface org.infinispan.commons.logging.Log
 
failedToCreateInitialCtx$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
FEATURE_PREFIX - Static variable in class org.infinispan.commons.util.Features
 
FEATURE_PROCESS_DOCDECL - Static variable in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
This feature determines whether the document declaration is processed.
FEATURE_PROCESS_NAMESPACES - Static variable in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
This feature determines whether the parser processes namespaces.
FEATURE_REPORT_NAMESPACE_ATTRIBUTES - Static variable in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
This feature determines whether namespace attributes are exposed via the attribute access methods.
FEATURE_VALIDATION - Static variable in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
If this feature is activated, all validation errors as defined in the XML 1.0 sepcification are reported.
featureDisabled(String) - Method in class org.infinispan.commons.logging.Log_$logger
 
featureDisabled(String) - Method in interface org.infinispan.commons.logging.Log
 
featureDisabled$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
Features - Class in org.infinispan.commons.util
Features allow conditional enabling/disabling of Infinispan's functionality.
Features() - Constructor for class org.infinispan.commons.util.Features
 
Features(ClassLoader) - Constructor for class org.infinispan.commons.util.Features
 
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
 
FileSystemLock - Class in org.infinispan.commons.util.concurrent
A simplified global lock backed by the file system.
FileSystemLock(Path, String) - Constructor for class org.infinispan.commons.util.concurrent.FileSystemLock
Creates new instance of the lock.
FileWatcher - Class in org.infinispan.commons.io
 
FileWatcher() - Constructor for class org.infinispan.commons.io.FileWatcher
 
fillInStackTrace() - Method in exception class org.infinispan.commons.marshall.NotSerializableException
 
FilterIterator<E> - Class in org.infinispan.commons.util
Iterator that also filters out entries based on the provided predicate.
FilterIterator(Iterator, Predicate) - Constructor for class org.infinispan.commons.util.FilterIterator
 
FilterResult - Class in org.infinispan.query.remote.client
When using Ickle based filters with client event listeners you will get the event data (see org.infinispan.client.hotrod.event.ClientCacheEntryCustomEvent.getEventData) wrapped by this FilterResult.
FilterResult(Object, Object[], Comparable[]) - Constructor for class org.infinispan.query.remote.client.FilterResult
 
FilterResult$___Marshaller_ca1ed197611eb2769083c2c9cbc694f7d689168017559e5876dada846b0a5601 - Class in org.infinispan.query.remote.client
WARNING: Generated code!
FilterResult$___Marshaller_ca1ed197611eb2769083c2c9cbc694f7d689168017559e5876dada846b0a5601() - Constructor for class org.infinispan.query.remote.client.FilterResult$___Marshaller_ca1ed197611eb2769083c2c9cbc694f7d689168017559e5876dada846b0a5601
 
FilterSpliterator<T> - Class in org.infinispan.commons.util
Spliterator that only returns entries that pass the given predicate.
FilterSpliterator(Spliterator, Predicate) - Constructor for class org.infinispan.commons.util.FilterSpliterator
 
FIND_FIRST_REDUCER_FINALIZER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
findAttribute(String) - Method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
findClass(String) - Method in class org.infinispan.commons.util.AggregatedClassLoader
 
findGetterForField(Class, String) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
findInterfaceAddressMatchingInetAddress(byte[]) - Static method in class org.infinispan.commons.util.NetworkAddress
 
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.
findProvider(String, String, String) - Static method in class org.infinispan.commons.util.SecurityProviders
 
findResource(String) - Method in class org.infinispan.commons.util.AggregatedClassLoader
 
findSetterForField(Class, String) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
finishedAllTasks() - Method in class org.infinispan.commons.util.ProgressTracker
 
finisher() - Method in class org.infinispan.commons.dataconversion.internal.JsonArrayCollector
 
finisher() - Method in class org.infinispan.commons.util.ArrayCollector
 
FLAG - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
FlattenSpliterator<E> - Class in org.infinispan.commons.util
Composes an array of Collections into a spliterator.
FlattenSpliterator(IntFunction, int, int) - Constructor for class org.infinispan.commons.util.FlattenSpliterator
 
floatValue() - Method in class org.infinispan.commons.util.TimeQuantity
 
flush() - Method in class org.infinispan.commons.io.StringBuilderWriter
 
flush() - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
force - Variable in class org.infinispan.commons.maven.AbstractArtifact
 
force(boolean) - Method in class org.infinispan.commons.maven.AbstractArtifact
 
force(boolean) - Method in interface org.infinispan.commons.maven.Artifact
 
forEach(BiConsumer) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
forEach(Consumer) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
forEach(Consumer) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
 
forEach(Consumer) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
forEach(Consumer) - Method in class org.infinispan.commons.util.RangeSet
 
forEach(Consumer) - Method in class org.infinispan.commons.util.SingletonIntSet
 
forEach(Consumer) - Method in class org.infinispan.commons.util.SmallIntSet
 
forEach(Consumer) - Method in class org.infinispan.commons.util.CollectionMapper
 
forEach(IntConsumer) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
forEach(IntConsumer) - Method in interface org.infinispan.commons.util.IntSet
Performs the given action for each int of the IntSet until all elements have been processed or the action throws an exception.
forEach(IntConsumer) - Method in class org.infinispan.commons.util.RangeSet
 
forEach(IntConsumer) - Method in class org.infinispan.commons.util.SingletonIntSet
 
forEach(IntConsumer) - Method in class org.infinispan.commons.util.SmallIntSet
 
forEach(ObjLongConsumer) - Method in class org.infinispan.commons.util.ArrayRingBuffer
 
forEach(T[], Consumer) - Static method in class org.infinispan.commons.util.InfinispanCollections
 
forEachRemaining(Consumer) - Method in class org.infinispan.commons.util.AbstractIterator
 
forEachRemaining(Consumer) - Method in class org.infinispan.commons.util.FlattenSpliterator
 
forEachRemaining(Consumer) - Method in class org.infinispan.commons.util.Immutables.ImmutableIteratorWrapper
 
forEachRemaining(Consumer) - Method in class org.infinispan.commons.util.SpliteratorMapper
 
forEachRemaining(Consumer) - Method in class org.infinispan.commons.util.FilterSpliterator
 
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.
freeze() - Method in interface org.infinispan.commons.util.concurrent.AggregateCompletionStage
Marks this composed stage as frozen, allowing it to complete when all stages it depends on complete
from(byte[]) - Static method in class org.infinispan.commons.util.IntSets
 
from(InputStream) - Static method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
from(InputStream) - Static method in class org.infinispan.commons.util.Version
 
from(Reader) - Static method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
from(String) - Static method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
from(PrimitiveIterator.OfInt) - Static method in class org.infinispan.commons.util.IntSets
Returns an IntSet based on the ints in the iterator.
from(Set) - Static method in class org.infinispan.commons.util.IntSets
Returns an IntSet based on the provided Set.
fromExtension(String) - Static method in class org.infinispan.commons.dataconversion.MediaType
 
fromJson(Json) - Static method in class org.infinispan.query.remote.client.impl.QueryRequest
 
fromJson(Json) - Static method in class org.infinispan.query.remote.client.impl.QueryRequest.NamedParameter
 
fromMultipleRuntimeExceptions(List) - Static method in exception class org.infinispan.commons.CacheConfigurationException
 
fromProperties(TypedProperties, String) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
fromString(Class, String) - Static method in class org.infinispan.commons.util.Util
 
fromString(String) - Static method in enum class org.infinispan.commons.api.CacheContainerAdmin.AdminFlag
 
fromString(String) - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
fromString(String) - Static method in class org.infinispan.commons.dataconversion.MediaType
 
fromString(String) - Static method in interface org.infinispan.commons.maven.Artifact
 
fromString(String) - Static method in class org.infinispan.commons.maven.MavenArtifact
Parse a string and produce artifact coordinates from it.
fromString(String, String) - Static method in class org.infinispan.commons.util.NetworkAddress
 
FUNCTION_MAPPER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
FUNCTIONAL_PARAMS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
FUNCTIONAL_STATS_ENVELOPE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
FunctionTimerMetricInfo<T> - Class in org.infinispan.commons.stat
Represents a duration metric.
FunctionTimerMetricInfo(String, String, Map, BiConsumer) - Constructor for class org.infinispan.commons.stat.FunctionTimerMetricInfo
 

G

GaugeMetricInfo<T> - Class in org.infinispan.commons.stat
Represents a gauge metric.
GaugeMetricInfo(String, String, Map, Function) - Constructor for class org.infinispan.commons.stat.GaugeMetricInfo
 
GB - Enum constant in enum class org.infinispan.commons.util.ByteQuantity.Unit
 
generateThreadDump() - Static method in class org.infinispan.commons.util.TimedThreadDump
 
GENERIC_JBOSS_MARSHALLING_CLASS - Static variable in class org.infinispan.commons.util.Util
 
get() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
get() - Method in class org.infinispan.commons.util.ArrayCollector
 
get() - Method in class org.infinispan.commons.util.ByRef.Boolean
 
get() - Method in class org.infinispan.commons.util.ByRef
 
get() - Method in class org.infinispan.commons.util.ByRef.Integer
 
get() - Method in class org.infinispan.commons.util.ByRef.Long
 
get() - Method in class org.infinispan.commons.util.InstanceSupplier
 
get() - Method in interface org.infinispan.commons.util.WeakValueHashMap.ValueRef
Get underlying value.
get(int) - Method in class org.infinispan.commons.util.ForwardingList
 
get(int) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
get(int) - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
 
get(int) - Method in interface org.infinispan.commons.util.Util.ByteGetter
 
get(long) - Method in class org.infinispan.commons.util.ArrayRingBuffer
 
get(Object) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
get(Object) - Method in class org.infinispan.commons.util.ArrayMap
 
get(Object) - Method in class org.infinispan.commons.util.HopscotchHashMap
 
get(Object) - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapper
 
get(Object) - Method in class org.infinispan.commons.util.KeyMapperMap
 
get(Object) - Method in class org.infinispan.commons.util.WeakValueHashMap
 
get(AtomicLongFieldUpdater) - Method in class org.infinispan.commons.util.concurrent.StripedCounters
 
get(K) - Method in interface org.infinispan.commons.api.multimap.BasicMultimapCache
Returns a view collection of the values associated with key in this multimap cache, if any.
GET_IN_DOUBT_TRANSACTIONS_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
GET_IN_DOUBT_TX_INFO_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
getAcceptedIssuers() - Method in class org.infinispan.commons.util.ReloadingX509TrustManager
 
getAddress() - Method in class org.infinispan.commons.util.NetworkAddress
The IP address
getAllAsync(Set) - Method in interface org.infinispan.commons.api.AsyncCache
TODO This should be in AdvancedCache with getAll
getAllMethods(Class, Class) - Static method in class org.infinispan.commons.util.ReflectionUtil
Returns a set of Methods that contain the given method annotation.
getAndAdd(long) - Method in class org.infinispan.commons.util.ByRef.Long
 
getAnnotation(Class, Class) - Static method in class org.infinispan.commons.util.ReflectionUtil
Inspects the class passed in for the class level annotation specified.
getArguments() - Method in class org.infinispan.commons.jdkspecific.ProcessInfo
 
getArray() - Method in class org.infinispan.commons.dataconversion.internal.JsonArrayCollector
 
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 Map.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.
getAttributeCount() - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getAttributeCount() - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationReader
 
getAttributeCount() - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getAttributeCount() - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
getAttributeCount() - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns the number of attributes of the current start tag, or -1 if the current event type is not START_TAG
getAttributeCount() - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader
 
getAttributeDefinition() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
getAttributeName(int) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationReader
 
getAttributeName(int) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getAttributeName(int) - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getAttributeName(int) - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns the local name of the specified attribute if namespaces are enabled or just attribute name if namespaces are disabled.
getAttributeName(int, NamingStrategy) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getAttributeName(int, NamingStrategy) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationReader
 
getAttributeName(int, NamingStrategy) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
getAttributeName(int, NamingStrategy) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader
 
getAttributeNamespace(int) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getAttributeNamespace(int) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationReader
 
getAttributeNamespace(int) - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getAttributeNamespace(int) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
getAttributeNamespace(int) - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns the namespace URI of the attribute with the given index (starts from 0).
getAttributeNamespace(int) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader
 
getAttributePrefix(int) - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getAttributePrefix(int) - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns the prefix of the specified attribute Returns null if the element has no prefix.
getAttributeType(int) - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getAttributeType(int) - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns the type of the specified attribute If parser is non-validating it MUST return CDATA.
getAttributeValue(int) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getAttributeValue(int) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationReader
 
getAttributeValue(int) - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getAttributeValue(int) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
getAttributeValue(int) - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns the given attributes value.
getAttributeValue(int) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader
 
getAttributeValue(Enum) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getAttributeValue(Enum, NamingStrategy) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getAttributeValue(String) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationReader
 
getAttributeValue(String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getAttributeValue(String, String) - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getAttributeValue(String, String) - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns the attributes value identified by namespace URI and namespace localName.
getAttributeValue(String, NamingStrategy) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getAttributeValue(String, NamingStrategy) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationReader
 
getAttributeValue(String, NamingStrategy) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
getAttributeValue(String, NamingStrategy) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader
 
getAverage(long) - Method in class org.infinispan.commons.stat.DefaultSimpleStat
 
getAverage(long) - Method in interface org.infinispan.commons.stat.SimpleStat
 
getBooleanProperty(String, boolean) - Method in class org.infinispan.commons.util.TypedProperties
Retrieves a boolean property value.
getBooleanProperty(String, boolean, boolean) - Method in class org.infinispan.commons.util.TypedProperties
Retrieves a boolean property value.
getBranchQualifier() - Method in class org.infinispan.commons.tx.XidImpl
 
getBranchQualifierAsByteBuffer() - Method in class org.infinispan.commons.tx.XidImpl
 
getBrandName() - Static method in class org.infinispan.commons.util.Version
 
getBrandVersion() - Static method in class org.infinispan.commons.util.Version
 
getBuf() - Method in interface org.infinispan.commons.io.ByteBuffer
Returns the underlying buffer.
getBuf() - Method in class org.infinispan.commons.io.ByteBufferImpl
 
getBufferPools() - Method in class org.infinispan.commons.util.JVMMemoryInfoInfo
 
getBufferSizePredictor(Class) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
Get the serialized form size predictor for a particular type.
getBufferSizePredictor(Object) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
 
getBufferSizePredictor(Object) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
 
getBufferSizePredictor(Object) - Method in interface org.infinispan.commons.marshall.Marshaller
Returns a marshalled payload size predictor for a particular type.
getBuilder() - Method in class org.infinispan.commons.io.StringBuilderWriter
 
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 cache by name.
getCacheNames() - Method in interface org.infinispan.commons.api.BasicCacheContainer
This method returns a collection of all cache names.
getCallerClass(int) - Static method in class org.infinispan.commons.jdkspecific.CallerId
 
getCallerMethodName(int) - Static method in class org.infinispan.commons.jdkspecific.CallerId
 
getCertificateChain(String) - Method in class org.infinispan.commons.util.ReloadingX509KeyManager
 
getCharset() - Method in class org.infinispan.commons.dataconversion.MediaType
 
getClassForName(String, ClassLoader) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
getClassLoader() - Method in class org.infinispan.commons.configuration.ClassAllowList
 
getClassLoaders(ClassLoader) - Static method in class org.infinispan.commons.util.Util
 
getClassType() - Method in class org.infinispan.commons.dataconversion.MediaType
 
getClientAliases(String, Principal[]) - Method in class org.infinispan.commons.util.ReloadingX509KeyManager
 
getCodename() - Static method in class org.infinispan.commons.util.Version
 
getColumn() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
getColumn() - Method in exception class org.infinispan.commons.dataconversion.internal.Json.MalformedJsonException
 
getColumnNumber() - Method in class org.infinispan.commons.configuration.io.Location
 
getColumnNumber() - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getColumnNumber() - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns the current column number, starting from 0.
getColumnNumber() - Method in exception class org.infinispan.commons.configuration.io.xml.XmlPullParserException
 
getConfiguration(LoggerContext, ConfigurationSource) - Method in class org.infinispan.commons.logging.log4j.XmlConfigurationFactory
Returns the Configuration.
getContext() - Method in interface org.infinispan.commons.configuration.io.ConfigurationResourceResolver
 
getContext() - Method in class org.infinispan.commons.configuration.io.URLConfigurationResourceResolver
 
getCurrentOs() - Static method in enum class org.infinispan.commons.util.OS
 
getDefaultValue() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
getDepth() - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getDepth() - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns the current depth of the element.
getDescription() - Method in class org.infinispan.commons.stat.CounterMetricInfo
 
getDescription() - Method in class org.infinispan.commons.stat.DistributionSummaryMetricInfo
 
getDescription() - Method in class org.infinispan.commons.stat.FunctionTimerMetricInfo
 
getDescription() - Method in class org.infinispan.commons.stat.GaugeMetricInfo
 
getDescription() - Method in class org.infinispan.commons.stat.TimeGaugeMetricInfo
 
getDescription() - Method in class org.infinispan.commons.stat.TimerMetricInfo
 
getDescription() - Method in interface org.infinispan.commons.stat.MetricInfo
 
getDetail() - Method in exception class org.infinispan.commons.configuration.io.xml.XmlPullParserException
 
getDurationProperty(String, long) - Method in class org.infinispan.commons.util.TypedProperties
Retrieves a duration property value in long.
getDurationProperty(String, long, boolean) - Method in class org.infinispan.commons.util.TypedProperties
Retrieves a duration property value in long.
getElementText() - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getElementText() - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationReader
 
getElementText() - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
getElementText() - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader
 
getEncoding() - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
getEncoding() - Method in class org.infinispan.commons.dataconversion.MediaType
 
getEngine(SSLContext, boolean, boolean) - Static method in class org.infinispan.commons.util.SslContextFactory
 
getEnlistedResources() - Method in class org.infinispan.commons.tx.TransactionImpl
 
getEnlistedSynchronization() - Method in class org.infinispan.commons.tx.TransactionImpl
 
getEnumProperty(String, Class, T) - Method in class org.infinispan.commons.util.TypedProperties
Retrieves an enum property value.
getEnumProperty(String, Class, T, boolean) - Method in class org.infinispan.commons.util.TypedProperties
Retrieves an enum property value.
getEventType() - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getEventType() - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns the type of the current event (START_TAG, END_TAG, TEXT, etc.)
getExactSizeIfKnown() - Method in class org.infinispan.commons.util.SpliteratorMapper
 
getExecutor(Properties) - Method in interface org.infinispan.commons.executors.ExecutorFactory
 
getFactoryClazz() - Method in enum class org.infinispan.commons.tx.lookup.LookupNames.TransactionManagerFactory
 
getFeature(String) - Method in class org.infinispan.commons.configuration.io.xml.MXParser
Unknown properties are always returned as false
getFeature(String) - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns the current value of the given feature.
getField(String, Class) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
getFileErrors(String) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
Gets the error messages (caused by parsing, linking, etc) associated to a *.proto schema file.
getFilenameFromURL(URL) - Static method in class org.infinispan.commons.maven.AbstractArtifact
 
getFilesWithErrors() - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
Get the full names of all files with errors.
getFormatId() - Method in class org.infinispan.commons.tx.XidImpl
 
getGauge(T) - Method in class org.infinispan.commons.stat.GaugeMetricInfo
 
getGauge(T) - Method in class org.infinispan.commons.stat.TimeGaugeMetricInfo
 
getGc() - Method in class org.infinispan.commons.util.JVMMemoryInfoInfo
 
getGlobalTransactionId() - Method in class org.infinispan.commons.tx.XidImpl
 
getGlobalTransactionIdAsByteBuffer() - Method in class org.infinispan.commons.tx.XidImpl
 
getHeadSequence() - Method in class org.infinispan.commons.util.ArrayRingBuffer
 
getHeap() - Method in class org.infinispan.commons.util.JVMMemoryInfoInfo
 
getId(MediaType) - Static method in class org.infinispan.commons.dataconversion.MediaTypeIds
 
getInitialValue() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
getInputEncoding() - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getInputEncoding() - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns the input encoding if known, null otherwise.
getInstance() - Static method in class org.infinispan.commons.hash.CRC16
 
getInstance() - Static method in class org.infinispan.commons.hash.MurmurHash3
 
getInstance() - Static method in class org.infinispan.commons.jdkspecific.OffHeapMemory
 
getInstance() - Static method in class org.infinispan.commons.jdkspecific.ProcessInfo
 
getInstance() - Static method in class org.infinispan.commons.util.concurrent.BlockingRejectedExecutionHandler
 
getInstance() - Static method in class org.infinispan.commons.util.concurrent.LifecycleRejectedExecutionHandler
 
getInstance() - Static method in class org.infinispan.commons.util.concurrent.NonBlockingRejectedExecutionHandler
 
getInstance() - Static method in class org.infinispan.commons.util.EmptyIntSet
 
getInstance() - Static method in class org.infinispan.commons.util.NullValue
 
getInstance() - Method in class org.infinispan.query.remote.client.FilterResult
Returns the matched object.
getInstance(Class) - 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) - 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.
getInstanceSupplier(String, ClassLoader) - Static method in class org.infinispan.commons.util.Util
 
getIntAccessibly(Field, Object) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
getIntProperty(String, int) - Method in class org.infinispan.commons.util.TypedProperties
Retrieves an integer property value.
getIntProperty(String, int, boolean) - Method in class org.infinispan.commons.util.TypedProperties
Retrieves an integer property value.
getIntSet() - Method in class org.infinispan.commons.util.BloomFilter
 
getJavaClass() - Method in class org.infinispan.commons.api.AdminFlag$___Marshaller_d042df9d13bce20b74c1256a2834d696c0a291f4eb7b9d1ab7bf9d01f16c276f
 
getJavaClass() - Method in class org.infinispan.commons.api.query.geo.LatLng$___Marshaller_e1b8dd1a830bb2278315e14e5d7082175c9d7ee98c59468925b113fbd02a2b3f
 
getJavaClass() - Method in class org.infinispan.commons.dataconversion.MediaType$___Marshaller_f2fc301543ca54d0326b5d8ce3b7199226a678253252e7ac46f1fad54bd90568
 
getJavaClass() - Method in class org.infinispan.commons.marshall.WrappedByteArray$___Marshaller_dd5f1f82b70f419159a02b94c2ffa39a035efa36bc3f94e3bec8f1fb78d5e078
 
getJavaClass() - Method in class org.infinispan.commons.tx.XidImpl$___Marshaller_d5b74a84882baf69bb0a3c73d307a86007202ccabc768ea941405ef47790a4eb
 
getJavaClass() - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet$___Marshaller_9215944852c2d8634e08931b35ea515a0ce98515764f63ee33fe4a0adcece666
 
getJavaClass() - Method in class org.infinispan.commons.util.EmptyIntSet$___Marshaller_262af438bef9117d19542ae5ac072e6a559b6147655ee1a6ca1f6c10c3246793
 
getJavaClass() - Method in class org.infinispan.commons.util.KeyValueWithPrevious$___Marshaller_9145896a24b67e12a03ab245b027743214e8f0a00cff4e94594e6701c8f07ff1
 
getJavaClass() - Method in class org.infinispan.commons.util.NullValue$___Marshaller_a83283d4dbbe8b8520f457699d99f19344b973d04786829de1e22c08915e6e56
 
getJavaClass() - Method in class org.infinispan.commons.util.RangeSet$___Marshaller_b592c6fe1f098d0ae5039cd3292615a2e09b70a1801a229fc23e9b8551d011d7
 
getJavaClass() - Method in class org.infinispan.commons.util.SingletonIntSet$___Marshaller_1279f84774a8da32326fa3054e7ad4d6f47d73031ea087742e1d2defd6fc2470
 
getJavaClass() - Method in class org.infinispan.commons.util.SmallIntSet$___Marshaller_65a160d496d228152e64d1317172a7b720eec69ee9984b5537fa992183d03acf
 
getJavaClass() - Method in class org.infinispan.query.remote.client.FilterResult$___Marshaller_ca1ed197611eb2769083c2c9cbc694f7d689168017559e5876dada846b0a5601
 
getJavaClass() - Method in class org.infinispan.query.remote.client.impl.ContinuousQueryResult$___Marshaller_982fd9bafbf3b579418593abef2f210ca32f47574193b272b76b3b046a917647
 
getJavaClass() - Method in class org.infinispan.query.remote.client.impl.NamedParameter$___Marshaller_a1264d0ccd9ebae12b0230d5eaa94550d9cec71591b9eb9515872fb8528c1daf
 
getJavaClass() - Method in class org.infinispan.query.remote.client.impl.QueryRequest$___Marshaller_eef0801e446d4f458a7fdb8085010afab763ae564d999ef3d9b8fe7e10c129d4
 
getJavaClass() - Method in class org.infinispan.query.remote.client.impl.QueryResponse$___Marshaller_f8c407446294b9638db603b267bd4e30399caed3263fb8a51aded7b4cef103e4
 
getJavaClass() - Method in class org.infinispan.query.remote.client.impl.ResultType$___Marshaller_146c731a3d5e2aa6cd35d029be19485ac6e85bfb618f98703150af167e181337
 
getJBossMarshaller(ClassLoader, ClassAllowList) - Static method in class org.infinispan.commons.util.Util
 
getJndiLookup() - Method in enum class org.infinispan.commons.tx.lookup.LookupNames.JndiTransactionManager
 
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.SegmentAwareKey
 
getKey() - Method in class org.infinispan.commons.util.SimpleImmutableEntry
 
getKey() - Method in class org.infinispan.query.remote.client.impl.ContinuousQueryResult
 
getKlass() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
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.
getLine() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
getLineNumber() - Method in class org.infinispan.commons.configuration.io.Location
 
getLineNumber() - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getLineNumber() - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns the current line number, starting from 1.
getLineNumber() - Method in exception class org.infinispan.commons.configuration.io.xml.XmlPullParserException
 
getListAttributeValue(int) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
Get the value of an attribute as a space-delimited string list.
getListAttributeValue(int) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationReader
 
getListeners() - Method in interface org.infinispan.commons.api.query.ContinuousQuery
Get the list of currently registered listeners.
getLocalName() - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationReader
 
getLocalName() - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getLocalName(NamingStrategy) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getLocalName(NamingStrategy) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationReader
 
getLocalName(NamingStrategy) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
getLocalName(NamingStrategy) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader
 
getLocalRepository() - Method in class org.infinispan.commons.maven.MavenSettings
 
getLocation() - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getLocation() - Method in exception class org.infinispan.commons.configuration.io.ConfigurationReaderException
 
getLocation() - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationReader
 
getLocation() - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
getLocation() - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader
 
getLog(Class) - Static method in class org.infinispan.commons.logging.LogFactory
 
getLog(String) - Static method in class org.infinispan.commons.logging.LogFactory
 
getLoggingLocale() - Method in class org.infinispan.commons.logging.Log_$logger
 
getLongProperty(String, long) - Method in class org.infinispan.commons.util.TypedProperties
Retrieves a long property value.
getLongProperty(String, long, boolean) - Method in class org.infinispan.commons.util.TypedProperties
Retrieves a long property value.
getMajor() - Method in interface org.infinispan.commons.configuration.io.ConfigurationSchemaVersion
 
getMajor() - Static method in class org.infinispan.commons.util.Version
 
getMajorMinor() - Static method in class org.infinispan.commons.util.Version
 
getMapItem(Enum) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationReader
 
getMapItem(Enum) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getMapItem(String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getMapItem(String) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationReader
 
getMapItem(String) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
getMapItem(String) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader
 
getMarshallVersion() - Static method in class org.infinispan.commons.util.Version
 
getMax(long) - Method in class org.infinispan.commons.stat.DefaultSimpleStat
 
getMax(long) - Method in interface org.infinispan.commons.stat.SimpleStat
 
getMaxDoublingSize() - Method in class org.infinispan.commons.io.LazyByteArrayOutputStream
Gets the highest internal buffer size after which if more capacity is needed the buffer will grow in 25% increments rather than 100%.
getMaxResults() - Method in interface org.infinispan.commons.api.query.Query
Returns the maximum number of results configured for this query.
getMaxResults() - Method in class org.infinispan.commons.query.BaseQuery
 
getMaxResults() - Method in class org.infinispan.query.remote.client.impl.QueryRequest
 
getMBeanServer() - Method in interface org.infinispan.commons.jmx.MBeanServerLookup
 
getMBeanServer(Properties) - Method in interface org.infinispan.commons.jmx.MBeanServerLookup
Retrieves an MBeanServer instance.
getMBeanServer(Properties) - Method in class org.infinispan.commons.jmx.PlatformMBeanServerLookup
 
getMediaType(Short) - Static method in class org.infinispan.commons.dataconversion.MediaTypeIds
 
getMediaType(String) - Static method in class org.infinispan.commons.dataconversion.MediaTypeResolver
 
getMemoryPools() - Method in class org.infinispan.commons.util.JVMMemoryInfoInfo
 
getMin(long) - Method in class org.infinispan.commons.stat.DefaultSimpleStat
 
getMin(long) - Method in interface org.infinispan.commons.stat.SimpleStat
 
getMinor() - Method in interface org.infinispan.commons.configuration.io.ConfigurationSchemaVersion
 
getMinor() - Static method in class org.infinispan.commons.util.Version
 
getModuleSlot() - Static method in class org.infinispan.commons.util.Version
 
getName() - Method in interface org.infinispan.commons.api.BasicCache
Retrieves the name of the cache
getName() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
getName() - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationReader
 
getName() - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getName() - Method in class org.infinispan.commons.configuration.io.Location
 
getName() - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getName() - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
For START_TAG or END_TAG events, the (local) name of the current element is returned when namespaces are enabled.
getName() - Method in class org.infinispan.commons.jdkspecific.ProcessInfo
 
getName() - Method in class org.infinispan.commons.stat.CounterMetricInfo
 
getName() - Method in class org.infinispan.commons.stat.DistributionSummaryMetricInfo
 
getName() - Method in class org.infinispan.commons.stat.FunctionTimerMetricInfo
 
getName() - Method in class org.infinispan.commons.stat.GaugeMetricInfo
 
getName() - Method in class org.infinispan.commons.stat.TimeGaugeMetricInfo
 
getName() - Method in class org.infinispan.commons.stat.TimerMetricInfo
 
getName() - Method in interface org.infinispan.commons.stat.MetricInfo
 
getName() - Method in class org.infinispan.commons.util.NetworkAddress
The name of this address
getName() - Method in class org.infinispan.query.remote.client.impl.QueryRequest.NamedParameter
 
getNamedParameters() - Method in class org.infinispan.query.remote.client.impl.QueryRequest
 
getNamedParametersMap() - Method in class org.infinispan.query.remote.client.impl.QueryRequest
 
getNamespace() - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getNamespace() - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationReader
 
getNamespace() - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getNamespace() - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
getNamespace() - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns the namespace URI of the current element.
getNamespace() - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader
 
getNamespace(String) - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getNamespace(String) - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns the URI corresponding to the given prefix, depending on current state of the parser.
getNamespaceCount(int) - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getNamespaceCount(int) - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns the numbers of elements in the namespace stack for the given depth.
getNamespacePrefix(int) - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getNamespacePrefix(int) - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns the namespace prefix for the given position in the namespace stack.
getNamespaceUri(int) - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getNamespaceUri(int) - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns the namespace URI for the given position in the namespace stack If the position is out of range, an exception is thrown.
getNamingStrategy() - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationReader
 
getNamingStrategy() - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getNewBufferSize(int, int) - Method in class org.infinispan.commons.io.LazyByteArrayOutputStream
Gets the number of bytes to which the internal buffer should be resized.
getNext() - Method in class org.infinispan.commons.util.AbstractIterator
Method to implement to provide an iterator implementation.
getNext() - Method in class org.infinispan.commons.util.ConcatIterator
 
getNext() - Method in class org.infinispan.commons.util.FilterIterator
 
getNextFromIterator() - Method in class org.infinispan.commons.util.RemovableIterator
 
getNonHeap() - Method in class org.infinispan.commons.util.JVMMemoryInfoInfo
 
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.
getNumResults() - Method in class org.infinispan.query.remote.client.impl.QueryResponse
 
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
 
getOrCreateCache(String, A) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
Retrieves an existing cache or creates one using the specified template if it doesn't exist
getOrCreateCache(String, String) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
Retrieves an existing cache or creates one using the specified template if it doesn't exist
getOrDefault(Object, V) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
getParameter(String) - Method in class org.infinispan.commons.dataconversion.MediaType
 
getParameters() - Method in interface org.infinispan.commons.api.query.Query
Returns the named parameters Map.
getParameters() - Method in class org.infinispan.commons.dataconversion.MediaType
 
getParameters() - Method in class org.infinispan.commons.query.BaseQuery
 
getParent() - Method in class org.infinispan.commons.jdkspecific.ProcessInfo
 
getPatch() - Static method in class org.infinispan.commons.util.Version
 
getPid() - Method in class org.infinispan.commons.jdkspecific.ProcessInfo
 
getPositionDescription() - Method in class org.infinispan.commons.configuration.io.xml.MXParser
Return string describing current position of parsers as text 'STATE [seen %s...]
getPositionDescription() - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns a short text describing the current parser state, including the position, a description of the current event and the data source if known.
getPrefix() - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getPrefix() - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns the prefix of the current element.
getPrefixLength() - Method in class org.infinispan.commons.util.NetworkAddress
 
getPrettyName() - Method in enum class org.infinispan.commons.tx.lookup.LookupNames.JndiTransactionManager
 
getPrettyName() - Method in enum class org.infinispan.commons.tx.lookup.LookupNames.TransactionManagerFactory
 
getPrev() - Method in class org.infinispan.commons.util.KeyValueWithPrevious
 
getPrivateKey(String) - Method in class org.infinispan.commons.util.ReloadingX509KeyManager
 
getProjection() - Method in class org.infinispan.commons.query.BaseQuery
 
getProjection() - Method in interface org.infinispan.query.dsl.Query
Deprecated.
since 11.0. This method will be removed in next major version. To find out if a query uses projections use Query.hasProjections()
getProjection() - Method in class org.infinispan.query.remote.client.FilterResult
Returns the projection, if a projection was requested or null otherwise.
getProjection() - Method in class org.infinispan.query.remote.client.impl.ContinuousQueryResult
 
getProjectionSize() - Method in class org.infinispan.query.remote.client.impl.QueryResponse
 
getProperties() - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationReader
 
getProperties() - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getProperty(String) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationReader
 
getProperty(String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getProperty(String) - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getProperty(String) - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Look up the value of a property.
getProperty(String) - Static method in class org.infinispan.commons.util.Version
 
getProperty(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(String) to the result.
getProperty(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(String) to the result.
getProperty(String, String, String) - Static method in class org.infinispan.commons.util.LegacyKeySupportSystemProperties
 
getProtofile(String) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
Gets the contents of a registered *.proto schema file.
getProtoFile() - Method in class org.infinispan.commons.api.query.geo.LatLngSchemaImpl
 
getProtoFile() - Method in class org.infinispan.commons.GlobalContextInitializerImpl
 
getProtoFile() - Method in class org.infinispan.commons.marshall.PersistenceContextInitializerImpl
 
getProtoFile() - Method in class org.infinispan.commons.marshall.UserContextInitializerImpl
 
getProtoFile() - Method in class org.infinispan.query.remote.client.impl.GlobalContextInitializerImpl
 
getProtoFileName() - Method in class org.infinispan.commons.api.query.geo.LatLngSchemaImpl
 
getProtoFileName() - Method in class org.infinispan.commons.GlobalContextInitializerImpl
 
getProtoFileName() - Method in class org.infinispan.commons.marshall.PersistenceContextInitializerImpl
 
getProtoFileName() - Method in class org.infinispan.commons.marshall.UserContextInitializerImpl
 
getProtoFileName() - Method in class org.infinispan.query.remote.client.impl.GlobalContextInitializerImpl
 
getProtofileNames() - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
Get the full names of all registered schema files.
getProtoFileReader() - Method in class org.infinispan.commons.GlobalContextInitializerImpl
 
getProtoFileReader() - Method in class org.infinispan.commons.marshall.PersistenceContextInitializerImpl
 
getProtoFileReader() - Method in class org.infinispan.commons.marshall.UserContextInitializerImpl
 
getProtoFileReader() - Method in class org.infinispan.query.remote.client.impl.GlobalContextInitializerImpl
 
getProxies() - Method in class org.infinispan.commons.maven.MavenSettings
 
getProxyFor(URL) - Method in class org.infinispan.commons.maven.MavenSettings
 
getQueryString() - Method in interface org.infinispan.commons.api.query.Query
Returns the Ickle query string.
getQueryString() - Method in class org.infinispan.commons.query.BaseQuery
Returns the Ickle query string.
getQueryString() - Method in class org.infinispan.query.remote.client.impl.QueryRequest
 
getRawBuffer() - Method in class org.infinispan.commons.io.LazyByteArrayOutputStream
Gets the internal buffer array.
getRemoteRepositories() - Method in class org.infinispan.commons.maven.MavenSettings
 
getResourceAsStream(String, ClassLoader) - Static method in class org.infinispan.commons.util.Util
 
getResourceAsString(String, ClassLoader) - Static method in class org.infinispan.commons.util.Util
 
getResourceResolver() - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationReader
 
getResourceResolver() - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getResourceResolver() - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
getResources(String) - Method in class org.infinispan.commons.util.AggregatedClassLoader
 
getResults() - Method in class org.infinispan.query.remote.client.impl.QueryResponse
 
getResultSize() - Method in interface org.infinispan.query.dsl.Query
Deprecated.
since 10.1. This will be removed in 12. It's closest replacement is QueryResult.hitCount() which returns an optional long.
getResultType() - Method in class org.infinispan.query.remote.client.impl.ContinuousQueryResult
 
getRollbackException() - Method in class org.infinispan.commons.tx.TransactionImpl
 
getRootCause(Throwable) - Static method in class org.infinispan.commons.util.Util
 
getRow() - Method in exception class org.infinispan.commons.dataconversion.internal.Json.MalformedJsonException
 
getSaslClientFactories(ClassLoader, Provider[], boolean) - Static method in class org.infinispan.commons.util.SaslUtils
Returns a collection of all the registered SaslClientFactorys where the order is based on the order of the Provider registration and/or class path order.
getSaslClientFactory(ClassLoader, String) - Static method in class org.infinispan.commons.util.SaslUtils
 
getSaslServerFactories(ClassLoader, Provider[], boolean) - Static method in class org.infinispan.commons.util.SaslUtils
Returns a collection of all the registered SaslServerFactorys where the order is based on the order of the Provider registration and/or class path order.
getSchema() - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationReader
 
getSchema() - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
getSchemaVersion() - Static method in class org.infinispan.commons.util.Version
 
getSegment() - Method in class org.infinispan.commons.util.SegmentAwareKey
 
getSegmentSize(int, int) - Static method in class org.infinispan.commons.util.Util
 
getSegmentSize(Hash, int) - Static method in class org.infinispan.commons.util.Util
 
getSerializationContext() - Method in class org.infinispan.commons.marshall.ImmutableProtoStreamMarshaller
 
getSerializationContext() - Method in class org.infinispan.commons.marshall.ProtoStreamMarshaller
 
getServerAliases(String, Principal[]) - Method in class org.infinispan.commons.util.ReloadingX509KeyManager
 
getSortProjection() - Method in class org.infinispan.query.remote.client.FilterResult
Returns the projection of fields that appear in the 'order by' clause, if any, or null otherwise.
getSslProvider() - Static method in class org.infinispan.commons.util.SslContextFactory
Deprecated, for removal: This API element is subject to removal in a future version.
getStackTrace() - Static method in class org.infinispan.commons.jdkspecific.CallerId
 
getStandalone() - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
getStartOffset() - Method in interface org.infinispan.commons.api.query.Query
Returns the start offset configured for this query.
getStartOffset() - Method in class org.infinispan.commons.query.BaseQuery
 
getStartOffset() - Method in class org.infinispan.query.remote.client.impl.QueryRequest
 
getStatus() - Method in class org.infinispan.commons.tx.TransactionImpl
Get the status of the transaction.
getStatus() - Method in class org.infinispan.commons.tx.TransactionManagerImpl
 
getStream() - Method in interface org.infinispan.commons.io.ByteBuffer
 
getStream() - Method in class org.infinispan.commons.io.ByteBufferImpl
 
getSubType() - Method in class org.infinispan.commons.dataconversion.MediaType
 
getSupportedMediaTypes() - Method in class org.infinispan.commons.dataconversion.DefaultTranscoder
 
getSupportedMediaTypes() - Method in class org.infinispan.commons.dataconversion.OneToManyTranscoder
 
getSupportedMediaTypes() - Method in interface org.infinispan.commons.dataconversion.Transcoder
 
getSupportedTypes() - Method in class org.infinispan.commons.logging.log4j.XmlConfigurationFactory
Returns the file suffixes for XML files.
getTags() - Method in class org.infinispan.commons.stat.CounterMetricInfo
 
getTags() - Method in class org.infinispan.commons.stat.DistributionSummaryMetricInfo
 
getTags() - Method in class org.infinispan.commons.stat.FunctionTimerMetricInfo
 
getTags() - Method in class org.infinispan.commons.stat.GaugeMetricInfo
 
getTags() - Method in class org.infinispan.commons.stat.TimeGaugeMetricInfo
 
getTags() - Method in class org.infinispan.commons.stat.TimerMetricInfo
 
getTags() - Method in interface org.infinispan.commons.stat.MetricInfo
 
getTailSequence() - Method in class org.infinispan.commons.util.ArrayRingBuffer
 
getterOf(MethodHandles.Lookup, Class, String, Class) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
getText() - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getText() - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns the text content of the current event as String.
getTextCharacters(int[]) - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
getTextCharacters(int[]) - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns the buffer that contains the text of the current event, as well as the start offset and length relevant for the current event.
getTimeUnit() - Method in class org.infinispan.commons.stat.TimeGaugeMetricInfo
 
getTransaction() - Method in class org.infinispan.commons.tx.TransactionManagerImpl
 
getTransactionManager() - Method in interface org.infinispan.commons.api.TransactionalCache
 
getTransactionManager() - Method in interface org.infinispan.commons.tx.lookup.TransactionManagerLookup
Returns a new TransactionManager.
getTrimmedBuffer() - Method in class org.infinispan.commons.io.LazyByteArrayOutputStream
Gets a buffer that is trimmed so that there are no excess bytes.
getType() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
getType() - Method in class org.infinispan.commons.dataconversion.MediaType
 
getType() - Method in class org.infinispan.commons.stat.CounterMetricInfo
 
getType() - Method in class org.infinispan.commons.stat.DistributionSummaryMetricInfo
 
getType() - Method in class org.infinispan.commons.stat.FunctionTimerMetricInfo
 
getType() - Method in class org.infinispan.commons.stat.GaugeMetricInfo
 
getType() - Method in interface org.infinispan.commons.stat.MetricInfo
 
getType() - Method in class org.infinispan.commons.stat.TimeGaugeMetricInfo
 
getType() - Method in class org.infinispan.commons.stat.TimerMetricInfo
 
getTypeName() - Method in class org.infinispan.commons.api.AdminFlag$___Marshaller_d042df9d13bce20b74c1256a2834d696c0a291f4eb7b9d1ab7bf9d01f16c276f
 
getTypeName() - Method in class org.infinispan.commons.api.query.geo.LatLng$___Marshaller_e1b8dd1a830bb2278315e14e5d7082175c9d7ee98c59468925b113fbd02a2b3f
 
getTypeName() - Method in class org.infinispan.commons.dataconversion.MediaType$___Marshaller_f2fc301543ca54d0326b5d8ce3b7199226a678253252e7ac46f1fad54bd90568
 
getTypeName() - Method in class org.infinispan.commons.marshall.WrappedByteArray$___Marshaller_dd5f1f82b70f419159a02b94c2ffa39a035efa36bc3f94e3bec8f1fb78d5e078
 
getTypeName() - Method in class org.infinispan.commons.tx.XidImpl$___Marshaller_d5b74a84882baf69bb0a3c73d307a86007202ccabc768ea941405ef47790a4eb
 
getTypeName() - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet$___Marshaller_9215944852c2d8634e08931b35ea515a0ce98515764f63ee33fe4a0adcece666
 
getTypeName() - Method in class org.infinispan.commons.util.EmptyIntSet$___Marshaller_262af438bef9117d19542ae5ac072e6a559b6147655ee1a6ca1f6c10c3246793
 
getTypeName() - Method in class org.infinispan.commons.util.KeyValueWithPrevious$___Marshaller_9145896a24b67e12a03ab245b027743214e8f0a00cff4e94594e6701c8f07ff1
 
getTypeName() - Method in class org.infinispan.commons.util.NullValue$___Marshaller_a83283d4dbbe8b8520f457699d99f19344b973d04786829de1e22c08915e6e56
 
getTypeName() - Method in class org.infinispan.commons.util.RangeSet$___Marshaller_b592c6fe1f098d0ae5039cd3292615a2e09b70a1801a229fc23e9b8551d011d7
 
getTypeName() - Method in class org.infinispan.commons.util.SingletonIntSet$___Marshaller_1279f84774a8da32326fa3054e7ad4d6f47d73031ea087742e1d2defd6fc2470
 
getTypeName() - Method in class org.infinispan.commons.util.SmallIntSet$___Marshaller_65a160d496d228152e64d1317172a7b720eec69ee9984b5537fa992183d03acf
 
getTypeName() - Method in class org.infinispan.query.remote.client.FilterResult$___Marshaller_ca1ed197611eb2769083c2c9cbc694f7d689168017559e5876dada846b0a5601
 
getTypeName() - Method in class org.infinispan.query.remote.client.impl.ContinuousQueryResult$___Marshaller_982fd9bafbf3b579418593abef2f210ca32f47574193b272b76b3b046a917647
 
getTypeName() - Method in class org.infinispan.query.remote.client.impl.NamedParameter$___Marshaller_a1264d0ccd9ebae12b0230d5eaa94550d9cec71591b9eb9515872fb8528c1daf
 
getTypeName() - Method in class org.infinispan.query.remote.client.impl.QueryRequest$___Marshaller_eef0801e446d4f458a7fdb8085010afab763ae564d999ef3d9b8fe7e10c129d4
 
getTypeName() - Method in class org.infinispan.query.remote.client.impl.QueryResponse$___Marshaller_f8c407446294b9638db603b267bd4e30399caed3263fb8a51aded7b4cef103e4
 
getTypeName() - Method in class org.infinispan.query.remote.client.impl.ResultType$___Marshaller_146c731a3d5e2aa6cd35d029be19485ac6e85bfb618f98703150af167e181337
 
getTypeSubtype() - Method in class org.infinispan.commons.dataconversion.MediaType
 
getUnbrandedVersion() - Static method in class org.infinispan.commons.util.Version
 
getURI() - Method in interface org.infinispan.commons.configuration.io.ConfigurationSchemaVersion
 
getValue() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
getValue() - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
 
getValue() - Method in class org.infinispan.commons.util.KeyValueWithPrevious
 
getValue() - Method in class org.infinispan.commons.util.SimpleImmutableEntry
 
getValue() - Method in class org.infinispan.query.remote.client.impl.ContinuousQueryResult
 
getValue() - Method in class org.infinispan.query.remote.client.impl.QueryRequest.NamedParameter
 
getValue(Object, String) - Static method in class org.infinispan.commons.util.ReflectionUtil
Retrieves the value of a field of an object instance via reflection
getVersion() - Method in interface org.infinispan.commons.api.BasicCache
Retrieves the version of Infinispan
getVersion() - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
getVersion() - Static method in class org.infinispan.commons.util.Version
 
getVersionShort() - Static method in class org.infinispan.commons.util.Version
 
getVersionShort(String) - Static method in class org.infinispan.commons.util.Version
 
getWeight() - Method in class org.infinispan.commons.dataconversion.MediaType
 
getXid() - Method in class org.infinispan.commons.tx.TransactionImpl
 
GiB - Enum constant in enum class org.infinispan.commons.util.ByteQuantity.Unit
 
GLASSFISH - Enum constant in enum class org.infinispan.commons.tx.lookup.LookupNames.JndiTransactionManager
 
global(boolean) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder
 
GLOBAL_STATE_INTERNAL_CACHES - Static variable in class org.infinispan.commons.internal.InternalCacheNames
 
GLOBAL_TRANSACTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
globalAddress(String) - Static method in class org.infinispan.commons.util.NetworkAddress
 
GlobalContextInitializer - Interface in org.infinispan.commons
Interface used to initialise the global SerializationContext using the specified Pojos, and the generated proto files and marshallers.
GlobalContextInitializer - Interface in org.infinispan.query.remote.client.impl
 
GlobalContextInitializerImpl - Class in org.infinispan.commons
WARNING: Generated code!
GlobalContextInitializerImpl - Class in org.infinispan.query.remote.client.impl
WARNING: Generated code!
GlobalContextInitializerImpl() - Constructor for class org.infinispan.commons.GlobalContextInitializerImpl
 
GlobalContextInitializerImpl() - Constructor for class org.infinispan.query.remote.client.impl.GlobalContextInitializerImpl
 
globalIdLength() - Method in class org.infinispan.commons.tx.XidImpl
 
globalIdOffset() - Method in class org.infinispan.commons.tx.XidImpl
 
GlobMatcher - Class in org.infinispan.commons.util
A matcher for glob patterns.
globToRegex(String) - Static method in class org.infinispan.commons.util.GlobUtils
 
GlobUtils - Class in org.infinispan.commons.util
Utility functions for globs
GlobUtils() - Constructor for class org.infinispan.commons.util.GlobUtils
 
greaterThanZero(Enum) - Static method in interface org.infinispan.commons.configuration.attributes.AttributeValidator
 

H

h - Enum constant in enum class org.infinispan.commons.util.TimeQuantity.Unit
 
handleAndCompose(CompletionStage, BiFunction) - Static method in class org.infinispan.commons.util.concurrent.CompletionStages
Extend CompletionStage.thenCompose(Function) to also handle exceptions.
handleAndComposeAsync(CompletionStage, BiFunction, Executor) - Static method in class org.infinispan.commons.util.concurrent.CompletionStages
 
handleAny(ConfigurationReaderContext) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationReader
 
handleAny(ConfigurationReaderContext) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
handleAnyAttribute(ConfigurationReader, int) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReaderContext
 
handleAnyElement(ConfigurationReader) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReaderContext
 
handleAttribute(ConfigurationReaderContext, int) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationReader
 
handleAttribute(ConfigurationReaderContext, int) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
handleInitialResponse(InitialResponse, Target) - Method in class org.infinispan.commons.reactive.AbstractAsyncPublisherHandler
 
handleInitialResponse(QueryResult, Query) - Method in class org.infinispan.commons.api.query.impl.QuerySubscription
 
handleNextResponse(NextResponse, Target) - Method in class org.infinispan.commons.reactive.AbstractAsyncPublisherHandler
 
handleNextResponse(QueryResult, Query) - Method in class org.infinispan.commons.api.query.impl.QuerySubscription
 
handleThrowableInResponse(Throwable, Target) - Method in class org.infinispan.commons.reactive.AbstractAsyncPublisherHandler
Allows any implementor to handle what happens when a Throwable is encountered.
HANG - Enum constant in enum class org.infinispan.commons.util.ProgressTracker.Progression
 
has(String) - Method in class org.infinispan.commons.dataconversion.internal.Json
Return true if this Json object has the specified property and false otherwise.
hasCharacteristics(int) - Method in class org.infinispan.commons.util.SpliteratorMapper
 
hasEnum(long, Enum) - Static method in class org.infinispan.commons.util.EnumUtil
 
hasFeature(ConfigurationFormatFeature) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
hasFeature(ConfigurationFormatFeature) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
hasFeature(ConfigurationFormatFeature) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationReader
 
hasFeature(ConfigurationFormatFeature) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
hasFeature(ConfigurationFormatFeature) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
hasFeature(ConfigurationFormatFeature) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
hasFeature(ConfigurationFormatFeature) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader
 
hasFeature(ConfigurationFormatFeature) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
hash(byte[]) - Method in class org.infinispan.commons.hash.CRC16
 
hash(byte[]) - Method in interface org.infinispan.commons.hash.Hash
Hashes a byte array efficiently.
hash(byte[]) - Method in class org.infinispan.commons.hash.MurmurHash3
 
hash(int) - Method in class org.infinispan.commons.hash.CRC16
 
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(int) - 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(Object) - Method in class org.infinispan.commons.hash.CRC16
 
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(Object) - Method in class org.infinispan.commons.hash.MurmurHash3
 
hash(Object) - Static method in class org.infinispan.commons.util.AbstractMap
 
Hash - Interface in org.infinispan.commons.hash
Interface that governs implementations
hashCode() - Method in record class org.infinispan.commons.api.query.EntityEntry
Returns a hash code value for this object.
hashCode() - Method in record class org.infinispan.commons.api.query.geo.LatLng
Returns a hash code value for this object.
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.AttributeDefinition
 
hashCode() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
hashCode() - Method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
hashCode() - Method in record class org.infinispan.commons.configuration.io.AbstractConfigurationWriter.Tag
Returns a hash code value for this object.
hashCode() - Method in class org.infinispan.commons.dataconversion.MediaType
 
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 record class org.infinispan.commons.query.TotalHitCount
Returns a hash code value for this object.
hashCode() - Method in record class org.infinispan.commons.stat.micrometer.MicrometerCounterTracker
Returns a hash code value for this object.
hashCode() - Method in record class org.infinispan.commons.stat.micrometer.MicrometerDistributionSummary
Returns a hash code value for this object.
hashCode() - Method in record class org.infinispan.commons.stat.micrometer.MicrometerTimerTracker
Returns a hash code value for this object.
hashCode() - Method in class org.infinispan.commons.tx.TransactionImpl
Must be defined for increased performance
hashCode() - Method in class org.infinispan.commons.tx.XidImpl
 
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.ConcurrentSmallIntSet
 
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.Immutables.ImmutableMapWrapper
 
hashCode() - Method in class org.infinispan.commons.util.KeyValueWithPrevious
 
hashCode() - Method in class org.infinispan.commons.util.RangeSet
 
hashCode() - Method in class org.infinispan.commons.util.SegmentAwareKey
 
hashCode() - Method in class org.infinispan.commons.util.SimpleImmutableEntry
 
hashCode() - Method in class org.infinispan.commons.util.SingletonIntSet
 
hashCode() - Method in class org.infinispan.commons.util.SmallIntSet
 
hashCode() - Method in record class org.infinispan.commons.util.SslContextFactory.Context
Returns a hash code value for this object.
hashCode() - Method in class org.infinispan.commons.util.TimeQuantity
 
hasNext() - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
hasNext() - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationReader
 
hasNext() - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
hasNext() - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader
 
hasNext() - Method in class org.infinispan.commons.util.AbstractIterator
 
hasNext() - Method in class org.infinispan.commons.util.Immutables.ImmutableIteratorWrapper
 
hasNext() - Method in class org.infinispan.commons.util.IteratorMapper
 
hasNext() - Method in class org.infinispan.commons.util.RemovableIterator
 
hasParameters() - Method in class org.infinispan.commons.dataconversion.MediaType
 
hasProjections() - Method in interface org.infinispan.commons.api.query.Query
Indicates if the parsed query has projections (a SELECT clause) and consequently, the returned results will actually be Object[] containing the projected values rather than the target entity.
hasProjections() - Method in class org.infinispan.commons.query.BaseQuery
 
hasStringType() - Method in class org.infinispan.commons.dataconversion.MediaType
 
HEADER_AND_CLASS_REFERENCE - Static variable in class org.infinispan.commons.util.AbstractEntrySizeCalculatorHelper
 
heapDump(Path, boolean) - Method in class org.infinispan.commons.util.JVMMemoryInfoInfo
 
HEART_BEAT_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
help() - Constructor for class org.infinispan.commons.dataconversion.internal.Json.help
 
HEX - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
HEX_DUMP_LIMIT - Static variable in class org.infinispan.commons.util.Util
 
hexDump(byte[]) - Static method in class org.infinispan.commons.util.Util
 
hexDump(byte[], int, int) - Static method in class org.infinispan.commons.util.Util
 
hexDump(ByteBuffer) - Static method in class org.infinispan.commons.util.Util
 
hexDump(Util.ByteGetter, int, int) - 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.
HIBERNATE_EVICT_ALL_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
HIBERNATE_FUTURE_UPDATE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
HIBERNATE_INVALIDATE_COMMAND_BEGIN - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
HIBERNATE_INVALIDATE_COMMAND_END - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
HIBERNATE_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
HIBERNATE_POJO_RAW_TYPE_IDENTIFIER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
HIBERNATE_TOMBSTONE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
HIBERNATE_TOMBSTONE_EXCLUDE_EMPTY_VERSIONED_ENTRY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
HIBERNATE_TOMBSTONE_UPDATE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
HIBERNATE_VERSIONED_ENTRY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
HIBERNATE_VERSIONED_ENTRY_EXCLUDE_EMPTY_FILTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
HIT_COUNT_ACCURACY - Static variable in class org.infinispan.query.remote.client.impl.QueryRequest
 
hitCount() - Method in interface org.infinispan.query.dsl.QueryResult
Deprecated.
hitCount() - Method in interface org.infinispan.query.remote.client.impl.BaseQueryResponse
 
hitCount() - Method in class org.infinispan.query.remote.client.impl.JsonClientQueryResponse
 
hitCount() - Method in class org.infinispan.query.remote.client.impl.QueryResponse
 
hitCount(int) - Method in class org.infinispan.query.remote.client.impl.QueryResponse
 
HitCount - Interface in org.infinispan.commons.api.query
 
hitCountAccuracy - Variable in class org.infinispan.commons.query.BaseQuery
 
hitCountAccuracy() - Method in interface org.infinispan.commons.api.query.Query
 
hitCountAccuracy() - Method in class org.infinispan.commons.query.BaseQuery
 
hitCountAccuracy() - Method in class org.infinispan.query.remote.client.impl.QueryRequest
 
hitCountAccuracy(int) - Method in interface org.infinispan.commons.api.query.Query
Limits the required accuracy of the hit count for the indexed queries to an upper-bound.
hitCountAccuracy(int) - Method in class org.infinispan.commons.query.BaseQuery
 
hitCountAccuracy(int) - Method in interface org.infinispan.query.dsl.Query
Deprecated.
 
hitCountAccuracy(Integer) - Method in class org.infinispan.query.remote.client.impl.QueryRequest
 
hitCountExact() - Method in interface org.infinispan.query.remote.client.impl.BaseQueryResponse
 
hitCountExact() - Method in class org.infinispan.query.remote.client.impl.JsonClientQueryResponse
 
hitCountExact() - Method in class org.infinispan.query.remote.client.impl.QueryResponse
 
hitCountExact(boolean) - Method in class org.infinispan.query.remote.client.impl.QueryResponse
 
HopscotchHashMap<K,V> - Class in org.infinispan.commons.util
Lookup on a table without collisions will require only single access, if there are collisions it will be limited to (number of collisions to particular bin + 1) and all those will lie in proximity (32 * reference size).
HopscotchHashMap(int) - Constructor for class org.infinispan.commons.util.HopscotchHashMap
 

I

ICKLE_CACHE_EVENT_FILTER_CONVERTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ICKLE_CONTINOUS_QUERY_CACHE_EVENT_FILTER_CONVERTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ICKLE_CONTINOUS_QUERY_RESULT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ICKLE_CONTINOUS_QUERY_RESULT_TYPE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ICKLE_DELETE_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ICKLE_FILTER_AND_CONVERTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ICKLE_FILTER_RESULT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ICKLE_PARSING_RESULT_STATEMENT_TYPE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
id() - Method in class org.infinispan.commons.dataconversion.ByteArrayWrapper
 
id() - Method in class org.infinispan.commons.dataconversion.IdentityWrapper
 
id() - Method in interface org.infinispan.commons.dataconversion.Wrapper
 
identity() - Static method in class org.infinispan.commons.util.concurrent.CompletableFutures
 
IDENTITY - Enum constant in enum class org.infinispan.commons.configuration.io.NamingStrategy
 
IDENTITY_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IDENTITY_WRAPPER - Static variable in interface org.infinispan.commons.dataconversion.WrapperIds
 
IdentityAttributeCopier<T> - Class in org.infinispan.commons.configuration.attributes
IdentityAttributeCopier.
IdentityAttributeCopier() - Constructor for class org.infinispan.commons.configuration.attributes.IdentityAttributeCopier
 
identityCopier() - Static method in class org.infinispan.commons.configuration.attributes.IdentityAttributeCopier
 
identityFunction() - Static method in class org.infinispan.commons.reactive.RxJavaInterop
 
IdentityMarshaller - Class in org.infinispan.commons.marshall
A marshaller that does not transform the content, only applicable to byte[] payloads.
IdentityMarshaller() - Constructor for class org.infinispan.commons.marshall.IdentityMarshaller
 
IdentityWrapper - Class in org.infinispan.commons.dataconversion
A wrapper that does not change the content.
IDLE - Enum constant in enum class org.infinispan.commons.util.ProgressTracker.Progression
 
IGNORABLE_WHITESPACE - Static variable in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Ignorable whitespace was just read.
IGNORED_CACHES - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ignoreValue(CompletionStage) - Static method in class org.infinispan.commons.util.concurrent.CompletionStages
 
ignoringException(String, String, Throwable) - Method in class org.infinispan.commons.logging.Log_$logger
 
ignoringException(String, String, Throwable) - Method in interface org.infinispan.commons.logging.Log
 
ignoringException$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
illegalBooleanValue(String) - Method in class org.infinispan.commons.logging.Log_$logger
 
illegalBooleanValue(String) - Method in interface org.infinispan.commons.logging.Log
 
illegalBooleanValue$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
illegalEnumValue(String, EnumSet) - Method in class org.infinispan.commons.logging.Log_$logger
 
illegalEnumValue(String, EnumSet) - Method in interface org.infinispan.commons.logging.Log
 
illegalEnumValue$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
IllegalLifecycleStateException - Exception Class in org.infinispan.commons
This exception is thrown when the cache or cache manager does not have the right lifecycle state for operations to be called on it.
IllegalLifecycleStateException() - Constructor for exception class org.infinispan.commons.IllegalLifecycleStateException
 
IllegalLifecycleStateException(String) - Constructor for exception class org.infinispan.commons.IllegalLifecycleStateException
 
IllegalLifecycleStateException(String, Throwable) - Constructor for exception class org.infinispan.commons.IllegalLifecycleStateException
 
IllegalLifecycleStateException(Throwable) - Constructor for exception class org.infinispan.commons.IllegalLifecycleStateException
 
illegalValueThreadPoolParameter(String, String) - Method in class org.infinispan.commons.logging.Log_$logger
 
illegalValueThreadPoolParameter(String, String) - Method in interface org.infinispan.commons.logging.Log
 
illegalValueThreadPoolParameter$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
IMAGE_GIF - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
IMAGE_GIF_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
IMAGE_JPEG - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
IMAGE_JPEG_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
IMAGE_PNG - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
IMAGE_PNG_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
IMMORTAL_CACHE_ENTRY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IMMORTAL_CACHE_VALUE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
immutable() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder
 
immutableEmptySet() - Static method in class org.infinispan.commons.util.IntSets
Returns an immutable IntSet containing no values
ImmutableHopscotchHashSet<E> - Class in org.infinispan.commons.util
Wrap a HopscotchHashMap and allow using it as a Set.
ImmutableHopscotchHashSet(Collection) - Constructor for class org.infinispan.commons.util.ImmutableHopscotchHashSet
 
ImmutableIteratorWrapper(Iterator) - Constructor for class org.infinispan.commons.util.Immutables.ImmutableIteratorWrapper
 
immutableListAdd(List, int, T) - Static method in class org.infinispan.commons.util.Immutables
 
immutableListConvert(Collection) - 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 an empty ImmutableListCopy.
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) - Constructor for class org.infinispan.commons.util.ImmutableListCopy
Only one copy constructor since the list is immutable.
ImmutableListCopy(Collection, Collection) - Constructor for class org.infinispan.commons.util.ImmutableListCopy
Utility constructors to allow combining collections
ImmutableListCopy.ImmutableSubList - Class in org.infinispan.commons.util
 
immutableListRemove(List, int) - Static method in class org.infinispan.commons.util.Immutables
 
immutableListReplace(List, int, T) - Static method in class org.infinispan.commons.util.Immutables
 
immutableListWrap(T...) - Static method in class org.infinispan.commons.util.Immutables
Wraps an array with an immutable list.
immutableMapWrap(Map) - Static method in class org.infinispan.commons.util.Immutables
Wraps a map with an immutable map.
ImmutableMapWrapper(Map) - Constructor for class org.infinispan.commons.util.Immutables.ImmutableMapWrapper
 
immutableOffsetIntSet(int, int) - Static method in class org.infinispan.commons.util.IntSets
Creates an immutable IntSet containing all values from to .
ImmutableProtoStreamMarshaller - Class in org.infinispan.commons.marshall
A ProtoStream Marshaller implementation that uses Protobuf encoding.
ImmutableProtoStreamMarshaller(ImmutableSerializationContext) - Constructor for class org.infinispan.commons.marshall.ImmutableProtoStreamMarshaller
 
immutableRangeSet(int) - Static method in class org.infinispan.commons.util.IntSets
Returns an immutable IntSet containing all values from 0 to endExclusive - 1.
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.ImmutableIteratorWrapper<E> - Class in org.infinispan.commons.util
 
Immutables.ImmutableMapWrapper<K,V> - Class in org.infinispan.commons.util
 
immutableSet(int) - Static method in class org.infinispan.commons.util.IntSets
Returns an immutable IntSet containing a single value
immutableSet(IntSet) - Static method in class org.infinispan.commons.util.IntSets
Returns an immutable IntSet that wraps the given IntSet to prevent modifications.
immutableSetWrap(Set) - 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.
IN_DOUBT_TX_INFO - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
inc() - Method in class org.infinispan.commons.util.ByRef.Integer
 
inc() - Method in class org.infinispan.commons.util.ByRef.Long
 
incompatibleAttribute(String, String, String, String) - Method in class org.infinispan.commons.logging.Log_$logger
 
incompatibleAttribute(String, String, String, String) - Method in interface org.infinispan.commons.logging.Log
 
incompatibleAttribute$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
increment() - Method in interface org.infinispan.commons.stat.CounterTracker
Update the counter by one.
increment() - Method in record class org.infinispan.commons.stat.micrometer.MicrometerCounterTracker
 
increment(double) - Method in interface org.infinispan.commons.stat.CounterTracker
Update the counter by amount.
increment(double) - Method in record class org.infinispan.commons.stat.micrometer.MicrometerCounterTracker
 
increment(AtomicLongFieldUpdater, T) - Method in class org.infinispan.commons.util.concurrent.StripedCounters
 
indent() - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
indent() - Method in class org.infinispan.commons.configuration.io.ConfigurationWriter.Builder
 
indent(int) - Method in class org.infinispan.commons.configuration.io.ConfigurationWriter.Builder
 
INDEX_INFO - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
INDEX_INFO_ENTRY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
INDEX_WORKER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
indexOf(Object) - Method in class org.infinispan.commons.util.ForwardingList
 
indexOf(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
inetAddress(String, String) - Static method in class org.infinispan.commons.util.NetworkAddress
 
inetAddressMatchesInterfaceAddress(byte[], byte[], int) - Static method in class org.infinispan.commons.util.NetworkAddress
 
INFINISPAN_BRAND_NAME - Static variable in class org.infinispan.commons.util.Version
 
INFINISPAN_BRAND_VERSION - Static variable in class org.infinispan.commons.util.Version
 
INFINISPAN_CODENAME - Static variable in class org.infinispan.commons.util.Version
 
INFINISPAN_CORE_SCHEMA_VERSION - Static variable in class org.infinispan.commons.util.Version
 
INFINISPAN_MODULE_SLOT_PREFIX - Static variable in class org.infinispan.commons.util.Version
 
INFINISPAN_MODULE_SLOT_VERSION - Static variable in class org.infinispan.commons.util.Version
 
INFINISPAN_UNBRANDED_VERSION - Static variable in class org.infinispan.commons.util.Version
 
INFINISPAN_VERSION - Static variable in class org.infinispan.commons.util.Version
 
Infinispan changes on top of 1.4.2: - Section in class org.infinispan.commons.dataconversion.internal.Json
 
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.
init() - Static method in class org.infinispan.commons.maven.MavenSettings
 
init(Path) - Static method in class org.infinispan.commons.maven.MavenSettings
 
init(SerializationContext) - Static method in class org.infinispan.query.remote.client.impl.MarshallerRegistration
Registers proto files and marshallers.
INITIAL_PUBLISHER_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
initialize() - Method in interface org.infinispan.commons.configuration.attributes.AttributeInitializer
 
initialize(ClassAllowList) - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
 
initialize(ClassAllowList) - Method in interface org.infinispan.commons.marshall.Marshaller
An optional method which allows an implementation to respect the ClassAllowList associated with the context, for example the EmbeddedCacheManager or RemoteCacheManager.
initializer() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
initializer(AttributeInitializer) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder
 
InjectiveFunction<T,R> - Interface in org.infinispan.commons.util
This is a marker interface to be used with Function which signals to some implementors that the function returns distinct values.
instance() - Static method in class org.infinispan.commons.util.TimedThreadDump
 
INSTANCE - Enum constant in enum class org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
 
INSTANCE - Enum constant in enum class org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
 
INSTANCE - Enum constant in enum class org.infinispan.commons.tx.DefaultResourceConverter
 
INSTANCE - Static variable in class org.infinispan.commons.configuration.attributes.CopyConstructorAttributeCopier
 
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.dataconversion.ByteArrayWrapper
 
INSTANCE - Static variable in class org.infinispan.commons.dataconversion.IdentityWrapper
 
INSTANCE - Static variable in interface org.infinispan.commons.GlobalContextInitializer
 
INSTANCE - Static variable in class org.infinispan.commons.marshall.IdentityMarshaller
 
INSTANCE - Static variable in class org.infinispan.commons.time.DefaultTimeService
 
INSTANCE - Static variable in interface org.infinispan.query.remote.client.impl.GlobalContextInitializer
 
INSTANCE_CLASS_NAME - Static variable in interface org.infinispan.commons.configuration.attributes.AttributeSerializer
 
InstanceSupplier<T> - Class in org.infinispan.commons.util
 
InstanceSupplier(T) - Constructor for class org.infinispan.commons.util.InstanceSupplier
 
instant() - Method in class org.infinispan.commons.time.DefaultTimeService
 
instant() - Method in interface org.infinispan.commons.time.TimeService
 
inTag() - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
inTag(Enum) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
inTag(String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
Integer(int) - Constructor for class org.infinispan.commons.util.ByRef.Integer
 
INTERNAL_METADATA_IMPL - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
InternalCacheNames - Class in org.infinispan.commons.internal
 
IntSet - Interface in org.infinispan.commons.util
A set that represents primitive ints.
INTSET_CONCURRENT_SMALL - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
INTSET_EMPTY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
INTSET_RANGE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
INTSET_SINGLETON - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
INTSET_SMALL - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IntSets - Class in org.infinispan.commons.util
Static utility class for creating various IntSet objects.
intSpliterator() - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
intSpliterator() - Method in interface org.infinispan.commons.util.IntSet
Creates a Spliterator.OfInt over the ints in this set.
intSpliterator() - Method in class org.infinispan.commons.util.RangeSet
 
intSpliterator() - Method in class org.infinispan.commons.util.SingletonIntSet
 
intSpliterator() - Method in class org.infinispan.commons.util.SmallIntSet
 
intStream() - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
intStream() - Method in class org.infinispan.commons.util.EmptyIntSet
 
intStream() - Method in interface org.infinispan.commons.util.IntSet
A stream of ints representing the data in this set
intStream() - Method in class org.infinispan.commons.util.RangeSet
 
intStream() - Method in class org.infinispan.commons.util.SingletonIntSet
 
intStream() - Method in class org.infinispan.commons.util.SmallIntSet
 
intValue() - Method in class org.infinispan.commons.util.TimeQuantity
 
INVALID_CHAR - Static variable in class org.infinispan.commons.hash.MurmurHash3
 
INVALIDATE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
INVALIDATE_L1_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
invalidConfiguration(String) - Method in class org.infinispan.commons.logging.Log_$logger
 
invalidConfiguration(String) - Method in interface org.infinispan.commons.logging.Log
 
invalidConfiguration$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
invalidMediaType(String, String) - Method in class org.infinispan.commons.logging.Log_$logger
 
invalidMediaType(String, String) - Method in interface org.infinispan.commons.logging.Log
 
invalidMediaType$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
invalidMediaTypeListCommaAtEnd(String) - Method in class org.infinispan.commons.logging.Log_$logger
 
invalidMediaTypeListCommaAtEnd(String) - Method in interface org.infinispan.commons.logging.Log
 
invalidMediaTypeListCommaAtEnd$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
invalidMediaTypeParam(String, String) - Method in class org.infinispan.commons.logging.Log_$logger
 
invalidMediaTypeParam(String, String) - Method in interface org.infinispan.commons.logging.Log
 
invalidMediaTypeParam$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
invalidMediaTypeSubtype(String) - Method in class org.infinispan.commons.logging.Log_$logger
 
invalidMediaTypeSubtype(String) - Method in interface org.infinispan.commons.logging.Log
 
invalidMediaTypeSubtype$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
invalidTextContent(Object) - Method in class org.infinispan.commons.logging.Log_$logger
 
invalidTextContent(Object) - Method in interface org.infinispan.commons.logging.Log
 
invalidTextContent$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
invalidWeight(Object) - Method in class org.infinispan.commons.logging.Log_$logger
 
invalidWeight(Object) - Method in interface org.infinispan.commons.logging.Log
 
invalidWeight$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
invokeAccessibly(Object, Method, Object...) - Static method in class org.infinispan.commons.util.ReflectionUtil
Invokes a method using reflection, in an accessible manner (by using Method.setAccessible(boolean)
invokeMethod(Object, Method, Object[]) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
IP_FILTER_RULE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IP_FILTER_RULES - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_CLEANUP_KEYS_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_CLEAR_KEYS_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_MANAGER_KEY_INFO - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_METADATA_REQUEST_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_PRIMARY_PENDING_KEY_CHECK - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_PUT_KEY_VALUE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_PUT_MANY_REQUEST - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_PUT_MANY_REQUEST_EXPIRE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_PUT_MANY_REQUEST_REMOVE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_PUT_MANY_REQUEST_WRITE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_REQUEST_STATE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_SITE_VERSION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_STATE_RESPONSE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_STATE_RESPONSE_COMMAND_STATE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_TOMBSTONE_CHECKOUT_REQUEST - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_TOMBSTONE_CLEANUP_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_TOMBSTONE_INFO - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_TOMBSTONE_PRIMARY_CHECK_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_TOMBSTONE_REMOTE_SITE_CHECK_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_TOMBSTONE_STATE_RESPONSE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_TOUCH_KEY_REQUEST - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_UPDATE_VERSION_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_VERSION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
IRAC_VERSION_ENTRY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
is(int, Object) - Method in class org.infinispan.commons.dataconversion.internal.Json
Return true if and only if this Json array has an element with the specified value at the specified index.
is(String, Object) - Method in class org.infinispan.commons.dataconversion.internal.Json
Return true if and only if this Json object has a property with the specified value.
isAcquired() - Method in class org.infinispan.commons.util.concurrent.FileSystemLock
Check whether the current instance holds the global lock.
isAnnotationPresent(Class, Class) - Static method in class org.infinispan.commons.util.ReflectionUtil
Tests whether an annotation is present on a class.
isArray() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
isAssignableFrom(Class) - Static method in class org.infinispan.commons.util.ClassFinder
 
isAssignableFrom(List, Class) - Static method in class org.infinispan.commons.util.ClassFinder
 
isAttributeDefault(int) - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
isAttributeDefault(int) - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns if the specified attribute was not in input was declared in XML.
isAutoPersist() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
isAvailable(String) - Method in class org.infinispan.commons.util.Features
 
isBinary() - Method in class org.infinispan.commons.dataconversion.MediaType
 
isBoolean() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
isCompletedSuccessfully(CompletionStage) - Static method in class org.infinispan.commons.util.concurrent.CompletionStages
Returns if the provided CompletionStage has already completed normally, that is not due to an exception.
isDeprecated(int, int) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
isEmpty() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
isEmpty() - Method in interface org.infinispan.commons.stat.SimpleStat
 
isEmpty() - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
isEmpty() - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
isEmpty() - Method in class org.infinispan.commons.util.ArrayRingBuffer
 
isEmpty() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
isEmpty() - Method in class org.infinispan.commons.util.CollectionMapper
 
isEmpty() - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
isEmpty() - Method in class org.infinispan.commons.util.EmptyIntSet
 
isEmpty() - Method in class org.infinispan.commons.util.ForwardingList
 
isEmpty() - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
 
isEmpty() - Method in class org.infinispan.commons.util.ImmutableListCopy
 
isEmpty() - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapper
 
isEmpty() - Method in class org.infinispan.commons.util.RangeSet
 
isEmpty() - Method in class org.infinispan.commons.util.SingletonIntSet
 
isEmpty() - Method in class org.infinispan.commons.util.SmallIntSet
 
isEmptyElementTag() - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
isEmptyElementTag() - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returns true if the current event is START_TAG and the tag is degenerated (e.g.
isFilterable() - Method in class org.infinispan.commons.dataconversion.ByteArrayWrapper
 
isFilterable() - Method in class org.infinispan.commons.dataconversion.IdentityWrapper
 
isFilterable() - Method in interface org.infinispan.commons.dataconversion.Wrapper
 
isGlob(String) - Static method in class org.infinispan.commons.util.GlobUtils
 
isGlobal() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
isImmutable() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
isImmutable() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
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.
isLocal() - Method in class org.infinispan.commons.query.BaseQuery
 
isLocal() - Method in class org.infinispan.query.remote.client.impl.QueryRequest
 
isMarshallable(Class) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
Returns whether a type can be serialized.
isMarshallable(Object) - Method in class org.infinispan.commons.marshall.IdentityMarshaller
 
isMarshallable(Object) - Method in class org.infinispan.commons.marshall.ImmutableProtoStreamMarshaller
 
isMarshallable(Object) - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
 
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 interface org.infinispan.commons.marshall.StreamAwareMarshaller
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
 
isMavenArtifact(String) - Static method in class org.infinispan.commons.maven.MavenArtifact
 
isModified() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
isModified() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
Returns whether any attributes in this set have been modified
isModified() - Method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
isNull() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
isNull() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
isNumber() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
isObject() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
isPersistent() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
ISPNBlockingThreadGroup(String) - Constructor for class org.infinispan.commons.ThreadGroups.ISPNBlockingThreadGroup
 
ISPNNonBlockingThreadGroup(String) - Constructor for class org.infinispan.commons.ThreadGroups.ISPNNonBlockingThreadGroup
 
isPow2(int) - Static method in class org.infinispan.commons.util.Util
Returns whether the provided integer is a power of two or not.
isPrimitive() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
isProtected() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
Returns whether this attribute set is protected
isRaw() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
isRemoved(String, int, int) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
isRepeated() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
isRepeated() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
isSafeClass(String) - Method in class org.infinispan.commons.configuration.ClassAllowList
 
isSafeClass(String, List) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Checks whether class name is matched by the class name white list regular expressions provided.
isSince(int, int) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
isString() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
isTimeExpired(long) - Method in class org.infinispan.commons.time.DefaultTimeService
 
isTimeExpired(long) - Method in interface org.infinispan.commons.time.TimeService
 
isTouched() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
isVirtual(Thread) - Static method in class org.infinispan.commons.jdkspecific.ThreadCreator
 
isVirtualThreadsEnabled() - Static method in class org.infinispan.commons.jdkspecific.ThreadCreator
 
isWhitespace() - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
isWhitespace() - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Checks whether the current TEXT event contains only whitespace characters.
iterator() - Method in interface org.infinispan.commons.api.query.Query
Returns a CloseableIterator over the results.
iterator() - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
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() - Method in class org.infinispan.commons.util.CollectionMapper
 
iterator() - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
iterator() - Method in class org.infinispan.commons.util.EmptyIntSet
 
iterator() - Method in class org.infinispan.commons.util.ForwardingList
 
iterator() - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
 
iterator() - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
 
iterator() - Method in class org.infinispan.commons.util.ImmutableListCopy
 
iterator() - Method in interface org.infinispan.commons.util.IntSet
A primtive iterator that allows iteration over the int values.
iterator() - Method in class org.infinispan.commons.util.RangeSet
 
iterator() - Method in class org.infinispan.commons.util.SingletonIntSet
 
iterator() - Method in class org.infinispan.commons.util.SmallIntSet
 
iterator(Iterator) - 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(BaseStream) - Static method in class org.infinispan.commons.util.Closeables
Creates a closeable iterator that when closed will close the underlying stream as well
iterator(Publisher, int) - Static method in class org.infinispan.commons.util.Closeables
Converts a Publisher to a CloseableIterator by utilizing items fetched into an array and refetched as they are consumed from the iterator.
IteratorMapper<E,S> - Class in org.infinispan.commons.util
A iterator that maps each value to the output of the Function.
IteratorMapper(Iterator, Function) - Constructor for class org.infinispan.commons.util.IteratorMapper
 
iteratorWithCount(BaseStream) - Static method in class org.infinispan.commons.util.Closeables
 

J

JavaSerializationMarshaller - Class in org.infinispan.commons.marshall
Standard Java serialization marshaller.
JavaSerializationMarshaller() - Constructor for class org.infinispan.commons.marshall.JavaSerializationMarshaller
 
JavaSerializationMarshaller(ClassAllowList) - Constructor for class org.infinispan.commons.marshall.JavaSerializationMarshaller
 
JBOSS_AS_4_6 - Enum constant in enum class org.infinispan.commons.tx.lookup.LookupNames.JndiTransactionManager
 
JBOSS_AS_7 - Enum constant in enum class org.infinispan.commons.tx.lookup.LookupNames.JndiTransactionManager
 
JBOSS_TM - Enum constant in enum class org.infinispan.commons.tx.lookup.LookupNames.TransactionManagerFactory
 
JBOSS_USER_MARSHALLER_CLASS - Static variable in class org.infinispan.commons.util.Util
 
JCACHE_GET_AND_PUT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
JCACHE_GET_AND_REMOVE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
JCACHE_GET_AND_REPLACE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
JCACHE_INVOKE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
JCACHE_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
JCACHE_MUTABLE_ENTRY_SNAPSHOT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
JCACHE_PUT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
JCACHE_PUT_IF_ABSENT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
JCACHE_READ_WITH_EXPIRY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
JCACHE_REMOVE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
JCACHE_REMOVE_CONDITIONALLY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
JCACHE_REPLACE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
JCACHE_REPLACE_CONDITIONALLY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
JDBC_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
JDBC_PERSISTED_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
JGROUPS_ADDRESS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
join(CompletionStage) - Static method in class org.infinispan.commons.util.concurrent.CompletionStages
Returns the result value when complete, or throws an (unchecked) exception if completed exceptionally.
JOINING - Enum constant in enum class org.infinispan.query.remote.client.impl.ContinuousQueryResult.ResultType
 
Json - Class in org.infinispan.commons.dataconversion.internal
Represents a JSON (JavaScript Object Notation) entity.
Json() - Constructor for class org.infinispan.commons.dataconversion.internal.Json
 
Json(Json) - Constructor for class org.infinispan.commons.dataconversion.internal.Json
 
Json.DefaultFactory - Class in org.infinispan.commons.dataconversion.internal
 
Json.Factory - Interface in org.infinispan.commons.dataconversion.internal
This interface defines how Json instances are constructed.
Json.Function<T,R> - Interface in org.infinispan.commons.dataconversion.internal
 
Json.help - Class in org.infinispan.commons.dataconversion.internal
Exposes some internal methods that are useful for Json.Factory implementations or other extension/layers of the library.
Json.MalformedJsonException - Exception Class in org.infinispan.commons.dataconversion.internal
 
Json.Schema - Interface in org.infinispan.commons.dataconversion.internal
Represents JSON schema - a specific data format that a JSON entity must follow.
JsonArrayCollector - Class in org.infinispan.commons.dataconversion.internal
A Collector implementation that create a Json array.
JsonArrayCollector() - Constructor for class org.infinispan.commons.dataconversion.internal.JsonArrayCollector
 
JsonClientQueryResponse - Class in org.infinispan.query.remote.client.impl
 
JsonClientQueryResponse(Json) - Constructor for class org.infinispan.query.remote.client.impl.JsonClientQueryResponse
 
JsonConfigurationReader - Class in org.infinispan.commons.configuration.io.json
 
JsonConfigurationReader(BufferedReader, ConfigurationResourceResolver, Properties, PropertyReplacer, NamingStrategy) - Constructor for class org.infinispan.commons.configuration.io.json.JsonConfigurationReader
 
JsonConfigurationWriter - Class in org.infinispan.commons.configuration.io.json
 
JsonConfigurationWriter(ConfigurationWriter.Builder) - Constructor for class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
JsonSerialization - Interface in org.infinispan.commons.dataconversion.internal
Interface for classes which can be serialized to JSON.
JsonUtils - Class in org.infinispan.commons.dataconversion.internal
Utility function for Json
JVMMemoryInfoInfo - Class in org.infinispan.commons.util
 
JVMMemoryInfoInfo() - Constructor for class org.infinispan.commons.util.JVMMemoryInfoInfo
 

K

KB - Enum constant in enum class org.infinispan.commons.util.ByteQuantity.Unit
 
KEBAB_CASE - Enum constant in enum class org.infinispan.commons.configuration.io.NamingStrategy
 
key() - Method in record class org.infinispan.commons.api.query.EntityEntry
Returns the value of the key record component.
KEY_DISTRIBUTION_INFO - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
KEY_ENTRY_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
KEY_FUNCTION_ENCODER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
KEY_PUBLISHER_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
KEY_VALUE_FILTER_AS_CACHE_EVENT_FILTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
KEY_VALUE_FILTER_CONVERTER_AS_CACHE_EVENT_FILTER_CONVERTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
KEY_VALUE_FILTER_CONVERTER_AS_CACHE_KEY_VALUE_CONVERTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
KEY_VALUE_PAIR - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
keyAlias(String) - Method in class org.infinispan.commons.util.SslContextFactory
 
keyManager() - Method in record class org.infinispan.commons.util.SslContextFactory.Context
Returns the value of the keyManager record component.
KeyMapperMap<K,R,V> - Class in org.infinispan.commons.util
A ConcurrentMap that wraps another ConcurrentMap, converting the key type on the fly.
KeyMapperMap(Map, Function, Function) - Constructor for class org.infinispan.commons.util.KeyMapperMap
 
keys - Variable in class org.infinispan.commons.util.ArrayMap
 
keySet - Variable in class org.infinispan.commons.util.AbstractMap
 
keySet() - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
keySet() - Method in class org.infinispan.commons.util.ArrayMap
 
keySet() - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapper
 
keySet() - Method in class org.infinispan.commons.util.KeyMapperMap
 
keyStoreFileName(String) - Method in class org.infinispan.commons.util.SslContextFactory
 
keyStorePassword(char[]) - Method in class org.infinispan.commons.util.SslContextFactory
 
keyStoreType(String) - Method in class org.infinispan.commons.util.SslContextFactory
 
KeyValueWithPrevious<K,V> - Class in org.infinispan.commons.util
 
KeyValueWithPrevious(K, V, V) - Constructor for class org.infinispan.commons.util.KeyValueWithPrevious
 
KeyValueWithPrevious$___Marshaller_9145896a24b67e12a03ab245b027743214e8f0a00cff4e94594e6701c8f07ff1 - Class in org.infinispan.commons.util
WARNING: Generated code!
KeyValueWithPrevious$___Marshaller_9145896a24b67e12a03ab245b027743214e8f0a00cff4e94594e6701c8f07ff1() - Constructor for class org.infinispan.commons.util.KeyValueWithPrevious$___Marshaller_9145896a24b67e12a03ab245b027743214e8f0a00cff4e94594e6701c8f07ff1
 
KiB - Enum constant in enum class org.infinispan.commons.util.ByteQuantity.Unit
 

L

lastIndexOf(Object) - Method in class org.infinispan.commons.util.ForwardingList
 
lastIndexOf(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
lastLoaded() - Method in class org.infinispan.commons.util.ReloadingX509KeyManager
 
lastLoaded() - Method in class org.infinispan.commons.util.ReloadingX509TrustManager
 
latitude() - Method in record class org.infinispan.commons.api.query.geo.LatLng
Returns the value of the latitude record component.
LatLng - Record Class in org.infinispan.commons.api.query.geo
A point in the geocentric coordinate system.
LatLng(double, double) - Constructor for record class org.infinispan.commons.api.query.geo.LatLng
Creates an instance of a LatLng record class.
LatLng.LatLngSchema - Interface in org.infinispan.commons.api.query.geo
 
LatLng$___Marshaller_e1b8dd1a830bb2278315e14e5d7082175c9d7ee98c59468925b113fbd02a2b3f - Class in org.infinispan.commons.api.query.geo
WARNING: Generated code!
LatLng$___Marshaller_e1b8dd1a830bb2278315e14e5d7082175c9d7ee98c59468925b113fbd02a2b3f() - Constructor for class org.infinispan.commons.api.query.geo.LatLng$___Marshaller_e1b8dd1a830bb2278315e14e5d7082175c9d7ee98c59468925b113fbd02a2b3f
 
LatLngSchemaImpl - Class in org.infinispan.commons.api.query.geo
WARNING: Generated code!
LatLngSchemaImpl() - Constructor for class org.infinispan.commons.api.query.geo.LatLngSchemaImpl
 
LazyByteArrayOutputStream - Class in org.infinispan.commons.io
ByteArrayOutputStream alternative exposing the internal buffer.
LazyByteArrayOutputStream() - Constructor for class org.infinispan.commons.io.LazyByteArrayOutputStream
 
LazyByteArrayOutputStream(int) - Constructor for class org.infinispan.commons.io.LazyByteArrayOutputStream
 
LazyByteArrayOutputStream(int, int) - Constructor for class org.infinispan.commons.io.LazyByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
LEAVING - Enum constant in enum class org.infinispan.query.remote.client.impl.ContinuousQueryResult.ResultType
 
left() - Method in class org.infinispan.commons.util.Either
 
LEFT - Enum constant in enum class org.infinispan.commons.util.Either.Type
 
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
LifecycleRejectedExecutionHandler - Class in org.infinispan.commons.util.concurrent
A handler for rejected tasks that always throws a IllegalLifecycleStateException.
linkLocalAddress(String) - Static method in class org.infinispan.commons.util.NetworkAddress
 
LINUX - Enum constant in enum class org.infinispan.commons.util.OS
 
list() - Method in interface org.infinispan.commons.api.query.Query
Returns the results of a search as a list.
list() - Method in interface org.infinispan.commons.api.query.QueryResult
 
list(Enum, List) - Static method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
listIterator() - 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.ForwardingList
 
listIterator(int) - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
 
listIterator(int) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
load(Class, 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.
local - Variable in class org.infinispan.commons.query.BaseQuery
 
local(boolean) - Method in interface org.infinispan.commons.api.query.Query
Set the query execution scope
local(boolean) - Method in class org.infinispan.commons.query.BaseQuery
 
LOCAL_FIELD - Static variable in class org.infinispan.query.remote.client.impl.QueryRequest
 
LOCAL_INDEX_STATS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
LOCAL_QUERY_STATS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
LocalArtifact - Class in org.infinispan.commons.maven
Represents a local artifact.
LocalArtifact(String) - Constructor for class org.infinispan.commons.maven.LocalArtifact
 
location(int, int) - Method in class org.infinispan.commons.dataconversion.internal.Json
 
Location - Class in org.infinispan.commons.configuration.io
 
Location(String, int, int) - Constructor for class org.infinispan.commons.configuration.io.Location
 
lock() - Method in class org.infinispan.commons.util.concurrent.NonReentrantLock
 
LOCK_CONTROL_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
lockInterruptibly() - Method in class org.infinispan.commons.util.concurrent.NonReentrantLock
 
log - Static variable in class org.infinispan.commons.reactive.AbstractAsyncPublisherHandler
 
Log - Interface in org.infinispan.commons.logging
Infinispan's log abstraction layer on top of JBoss Logging.
Log_$logger - Class in org.infinispan.commons.logging
Warning this class consists of generated code.
Log_$logger(Logger) - Constructor for class org.infinispan.commons.logging.Log_$logger
 
LOG_ROOT - Static variable in interface org.infinispan.commons.logging.Log
 
LogFactory - Class in org.infinispan.commons.logging
Factory that creates Log instances.
LogFactory() - Constructor for class org.infinispan.commons.logging.LogFactory
 
logger - Static variable in class org.infinispan.commons.dataconversion.TranscoderMarshallerAdapter
 
Long(long) - Constructor for class org.infinispan.commons.util.ByRef.Long
 
longitude() - Method in record class org.infinispan.commons.api.query.geo.LatLng
Returns the value of the longitude record component.
longToBytes(long, byte[], int) - Static method in class org.infinispan.commons.util.Util
 
longValue() - Method in class org.infinispan.commons.util.TimeQuantity
 
lookupByJNDI() - Static method in class org.infinispan.commons.tx.lookup.LookupNames
Lookup for a TransactionManager by known JNDI names.
lookupByTransactionManagerFactory(ClassLoader) - Static method in class org.infinispan.commons.tx.lookup.LookupNames
Lookup a TransactionManager by factory.
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
Looks up the file and returns its URL
lookupFileLocations(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
 
lookupFileLocations(String, ClassLoader) - Method in interface org.infinispan.commons.util.FileLookup
 
lookupFileLocationStrict(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
 
lookupFileLocationStrict(String, ClassLoader) - Method in interface org.infinispan.commons.util.FileLookup
Same as FileLookup.lookupFileLocation(String, ClassLoader) but throws a FileNotFoundException if the file cannot be found.
lookupFileStrict(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
Looks up the file, see : FileLookupFactory.DefaultFileLookup.
lookupFileStrict(String, ClassLoader) - Method in interface org.infinispan.commons.util.FileLookup
Looks up the file, see : FileLookupFactory.DefaultFileLookup.
lookupFileStrict(URI, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
 
lookupFileStrict(URI, ClassLoader) - Method in interface org.infinispan.commons.util.FileLookup
Looks up the file, see : FileLookupFactory.DefaultFileLookup.
lookupKnownTransactionManagers(ClassLoader) - Static method in class org.infinispan.commons.tx.lookup.LookupNames
Lookup for TransactionManager.
LookupNames - Class in org.infinispan.commons.tx.lookup
The JDNI and TransactionManager factories we know of.
LookupNames.JndiTransactionManager - Enum Class in org.infinispan.commons.tx.lookup
JNDI locations for TransactionManagers we know of.
LookupNames.TransactionManagerFactory - Enum Class in org.infinispan.commons.tx.lookup
TransactionManager factories we know of.
loopback(String) - Static method in class org.infinispan.commons.util.NetworkAddress
 
LUCENE_BYTES_REF - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
LUCENE_FIELD_DOC - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
LUCENE_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
LUCENE_SCORE_DOC - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
LUCENE_SORT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
LUCENE_SORT_FIELD - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
LUCENE_SORT_FIELD_TYPE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
LUCENE_TOP_DOCS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
LUCENE_TOP_FIELD_DOCS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
LUCENE_TOTAL_HITS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 

M

m - Enum constant in enum class org.infinispan.commons.util.TimeQuantity.Unit
 
MAC_OS - Enum constant in enum class org.infinispan.commons.util.OS
 
main(String[]) - Static method in class org.infinispan.commons.dataconversion.internal.Json
 
main(String[]) - Static method in class org.infinispan.commons.util.ProcessorInfo
 
main(String[]) - Static method in class org.infinispan.commons.util.Version
Prints version information.
mainType - Variable in class org.infinispan.commons.dataconversion.OneToManyTranscoder
 
make(Object) - Method in class org.infinispan.commons.dataconversion.internal.Json.DefaultFactory
 
make(Object) - Method in interface org.infinispan.commons.dataconversion.internal.Json.Factory
Construct and return a JSON object.
make(Object) - Static method in class org.infinispan.commons.dataconversion.internal.Json
Convert an arbitrary Java instance to a Json instance.
MalformedJsonException(String, int, int) - Constructor for exception class org.infinispan.commons.dataconversion.internal.Json.MalformedJsonException
 
MANAGER_STATUS_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
mapper - Variable in class org.infinispan.commons.util.CollectionMapper
 
mapper - Variable in class org.infinispan.commons.util.SpliteratorMapper
 
markMarshallable(Class, boolean) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
Marks a particular type as being marshallable or not being not marshallable.
MARSHALLABLE_ARRAY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MARSHALLABLE_COLLECTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MARSHALLABLE_DEQUE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MARSHALLABLE_LAMBDA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MARSHALLABLE_LIST - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MARSHALLABLE_MAP - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MARSHALLABLE_OBJECT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MARSHALLABLE_SET - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MARSHALLABLE_THROWABLE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MARSHALLABLE_USER_OBJECT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
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, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Marshall a Collection.
marshallCollection(Collection, ObjectOutput, MarshallUtil.ElementWriter) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Marshall a Collection.
MARSHALLED_VALUE_IMPL - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
marshallEnum(E, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
 
Marshaller - Interface in org.infinispan.commons.marshall
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
MarshallerRegistration - Class in org.infinispan.query.remote.client.impl
Registers protobuf schemas and marshallers for the objects used by remote query, remote continuous query and Ickle based filters.
MarshallingException - Exception Class in org.infinispan.commons.marshall
An exception that can be thrown by a cache if an object cannot be successfully serialized/deserialized.
MarshallingException() - Constructor for exception class org.infinispan.commons.marshall.MarshallingException
 
MarshallingException(String) - Constructor for exception class org.infinispan.commons.marshall.MarshallingException
 
MarshallingException(String, Throwable) - Constructor for exception class org.infinispan.commons.marshall.MarshallingException
 
MarshallingException(String, Throwable, boolean, boolean) - Constructor for exception class org.infinispan.commons.marshall.MarshallingException
 
MarshallingException(Throwable) - Constructor for exception class org.infinispan.commons.marshall.MarshallingException
 
marshallIntCollection(Collection, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Marshalls a collection of integers.
marshallMap(T, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Marshall the map to the ObjectOutput.
marshallMap(T, MarshallUtil.ElementWriter, MarshallUtil.ElementWriter, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Marshall the map to the ObjectOutput.
marshallSize(DataOutput, int) - Static method in class org.infinispan.commons.marshall.MarshallUtil
A special marshall implementation for integer.
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> - Interface in org.infinispan.commons.marshall
 
MarshallUtil.ElementReader<E> - Interface in org.infinispan.commons.marshall
 
MarshallUtil.ElementWriter<E> - Interface in org.infinispan.commons.marshall
 
MarshallUtil.EnumBuilder<E> - Interface in org.infinispan.commons.marshall
 
MarshallUtil.MapBuilder<K,V,T> - Interface in org.infinispan.commons.marshall
 
MarshallUtil.UnboundedCollectionBuilder<E,T> - 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.
match(byte[], byte[]) - Static method in class org.infinispan.commons.util.GlobMatcher
Checks whether the given byte sequence matches the glob pattern describe as a byte sequence.
match(String, String) - Static method in class org.infinispan.commons.util.GlobMatcher
Checks whether the given string matches the glob pattern.
match(String, Predicate, Predicate) - Static method in class org.infinispan.commons.util.NetworkAddress
 
match(MediaType) - Method in class org.infinispan.commons.dataconversion.MediaType
 
MATCH_ALL - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
MATCH_ALL_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
MATCH_ALWAYS - Enum constant in enum class org.infinispan.commons.marshall.ValueMatcherMode
 
MATCH_EXPECTED - Enum constant in enum class org.infinispan.commons.marshall.ValueMatcherMode
 
MATCH_EXPECTED_OR_NEW - Enum constant in enum class org.infinispan.commons.marshall.ValueMatcherMode
 
MATCH_NEVER - Enum constant in enum class org.infinispan.commons.marshall.ValueMatcherMode
 
MATCH_NON_NULL - Enum constant in enum class org.infinispan.commons.marshall.ValueMatcherMode
 
Matchable<T> - Interface in org.infinispan.commons.configuration.attributes
An interface for defining non-strict equality, e.g. such as attributes being of the same type but not necessarily having the same value.
matchAddress(String, String) - Static method in class org.infinispan.commons.util.NetworkAddress
 
matcher() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
matcher(AttributeMatcher) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder
 
matches(Attribute) - Method in class org.infinispan.commons.configuration.attributes.Attribute
Compares this attribute to another attribute taking into account the AttributeDefinition.isGlobal() flag.
matches(Attribute, Attribute) - Method in interface org.infinispan.commons.configuration.attributes.AttributeMatcher
 
matches(AttributeSet) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
matches(AttributeSet, Attribute...) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
matches(T) - Method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
matches(T) - Method in interface org.infinispan.commons.configuration.attributes.Matchable
 
matches(T, Attribute...) - Method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
matches(T, ConfigurationElement) - Method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
matchesAll() - Method in class org.infinispan.commons.dataconversion.MediaType
 
matchHost(String, String) - Static method in class org.infinispan.commons.util.NetworkAddress
 
matchInterface(String, String) - Static method in class org.infinispan.commons.util.NetworkAddress
 
MavenArtifact - Class in org.infinispan.commons.maven
Maven artifact coordinate specification.
MavenArtifact(String, String, String) - Constructor for class org.infinispan.commons.maven.MavenArtifact
Construct a new instance with an empty classifier.
MavenArtifact(String, String, String, String) - Constructor for class org.infinispan.commons.maven.MavenArtifact
Construct a new instance.
MavenSettings - Class in org.infinispan.commons.maven
Class to load Maven settings.xml files
MAX_REDUCER_FINALIZER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MAX_RESULTS_FIELD - Static variable in class org.infinispan.query.remote.client.impl.QueryRequest
 
maxHashBits() - Method in class org.infinispan.commons.hash.CRC16
 
maxHashBits() - Method in interface org.infinispan.commons.hash.Hash
How many bits this hash function may utilize.
maxResults - Variable in class org.infinispan.commons.query.BaseQuery
 
maxResults(int) - Method in interface org.infinispan.commons.api.query.Query
Sets the maximum number of results to return.
maxResults(int) - Method in class org.infinispan.commons.query.BaseQuery
 
maxResults(int) - Method in interface org.infinispan.query.dsl.Query
Deprecated.
 
MB - Enum constant in enum class org.infinispan.commons.util.ByteQuantity.Unit
 
MBeanServerLookup - Interface in org.infinispan.commons.jmx
Implementors of this should return an MBeanServer to which MBeans will be registered.
MEDIA_TYPE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
mediaType() - Method in class org.infinispan.commons.marshall.IdentityMarshaller
 
mediaType() - Method in class org.infinispan.commons.marshall.ImmutableProtoStreamMarshaller
 
mediaType() - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
 
mediaType() - Method in interface org.infinispan.commons.marshall.Marshaller
 
mediaType() - Method in interface org.infinispan.commons.marshall.StreamAwareMarshaller
 
mediaType() - Method in class org.infinispan.commons.marshall.StringMarshaller
 
mediaType() - Method in class org.infinispan.commons.marshall.UTF8StringMarshaller
 
MediaType - Class in org.infinispan.commons.dataconversion
Represent a content type with optional parameters.
MediaType(String) - Constructor for class org.infinispan.commons.dataconversion.MediaType
 
MediaType(String, String) - Constructor for class org.infinispan.commons.dataconversion.MediaType
 
MediaType(String, String, Map) - Constructor for class org.infinispan.commons.dataconversion.MediaType
 
MediaType(String, Map) - Constructor for class org.infinispan.commons.dataconversion.MediaType
 
MediaType$___Marshaller_f2fc301543ca54d0326b5d8ce3b7199226a678253252e7ac46f1fad54bd90568 - Class in org.infinispan.commons.dataconversion
WARNING: Generated code!
MediaType$___Marshaller_f2fc301543ca54d0326b5d8ce3b7199226a678253252e7ac46f1fad54bd90568() - Constructor for class org.infinispan.commons.dataconversion.MediaType$___Marshaller_f2fc301543ca54d0326b5d8ce3b7199226a678253252e7ac46f1fad54bd90568
 
MediaTypeIds - Class in org.infinispan.commons.dataconversion
Short ids for common media types
MediaTypeIds() - Constructor for class org.infinispan.commons.dataconversion.MediaTypeIds
 
MediaTypeResolver - Class in org.infinispan.commons.dataconversion
Resolve media types for files
MEMCACHED_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MEMCACHED_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
merge(K, V, BiFunction) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
merge(K, V, BiFunction, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of ConcurrentMap.merge(Object, Object, BiFunction) which takes in lifespan parameters.
merge(K, V, BiFunction, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of ConcurrentMap.merge(Object, Object, BiFunction) which takes in lifespan parameters.
merge(Attribute) - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
merge(R, V, BiFunction) - Method in class org.infinispan.commons.util.KeyMapperMap
 
MERGE - Enum constant in enum class org.infinispan.commons.configuration.Combine.Attributes
 
MERGE - Enum constant in enum class org.infinispan.commons.configuration.Combine.RepeatedAttributes
 
MERGE_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
mergeAsync(K, V, BiFunction) - Method in interface org.infinispan.commons.api.AsyncCache
mergeAsync(K, V, BiFunction, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
mergeAsync(K, V, BiFunction, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
mergeBitSets(long, long) - Static method in class org.infinispan.commons.util.EnumUtil
 
mergeLists(List, List) - Static method in class org.infinispan.commons.util.InfinispanCollections
 
mergeMaps(Map, Map) - Static method in class org.infinispan.commons.util.InfinispanCollections
 
META_PARAMS_ENTRY_VERSION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
META_PARAMS_INTERNAL_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
META_PARAMS_LIFESPAN - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
META_PARAMS_MAX_IDLE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
metadata() - Method in record class org.infinispan.commons.api.query.EntityEntry
Returns the value of the metadata record component.
METADATA_IMMORTAL_ENTRY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
METADATA_IMMORTAL_VALUE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
METADATA_MORTAL_ENTRY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
METADATA_MORTAL_VALUE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
METADATA_TRANSIENT_CACHE_ENTRY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
METADATA_TRANSIENT_CACHE_VALUE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
METADATA_TRANSIENT_MORTAL_CACHE_ENTRY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
METADATA_TRANSIENT_MORTAL_CACHE_VALUE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MetricInfo - Interface in org.infinispan.commons.stat
Class that represent the information about a metrics.
MF_IDENTITY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_REMOVE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_REMOVE_IF_VALUE_EQUALS_RETURN_BOOLEAN - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_REMOVE_RETURN_BOOLEAN - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_REMOVE_RETURN_PREV_OR_NULL - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_RETURN_READ_ONLY_FIND_IS_PRESENT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_RETURN_READ_ONLY_FIND_OR_NULL - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_RETURN_READ_WRITE_FIND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_RETURN_READ_WRITE_GET - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_RETURN_READ_WRITE_VIEW - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_SET_INTERNAL_CACHE_VALUE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_SET_VALUE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_SET_VALUE_IF_ABSENT_RETURN_BOOLEAN - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_SET_VALUE_IF_ABSENT_RETURN_PREV_OR_NULL - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_SET_VALUE_IF_EQUALS_RETURN_BOOLEAN - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_SET_VALUE_IF_PRESENT_RETURN_BOOLEAN - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_SET_VALUE_IF_PRESENT_RETURN_PREV_OR_NULL - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_SET_VALUE_META - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_SET_VALUE_METAS_IF_ABSENT_RETURN_BOOLEAN - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_SET_VALUE_METAS_IF_ABSENT_RETURN_PREV_OR_NULL - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_SET_VALUE_METAS_IF_PRESENT_RETURN_BOOLEAN - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_SET_VALUE_METAS_IF_PRESENT_RETURN_PREV_OR_NULL - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_SET_VALUE_METAS_RETURN_PREV_OR_NULL - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_SET_VALUE_METAS_RETURN_VIEW - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_SET_VALUE_RETURN_PREV_OR_NULL - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MF_SET_VALUE_RETURN_VIEW - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MiB - Enum constant in enum class org.infinispan.commons.util.ByteQuantity.Unit
 
MicrometerCounterTracker - Record Class in org.infinispan.commons.stat.micrometer
A CounterTracker implementation that stores the value in Counter.
MicrometerCounterTracker(Counter) - Constructor for record class org.infinispan.commons.stat.micrometer.MicrometerCounterTracker
Creates an instance of a MicrometerCounterTracker record class.
MicrometerDistributionSummary - Record Class in org.infinispan.commons.stat.micrometer
A DistributionSummaryTracker implementation that stores the value in DistributionSummary.
MicrometerDistributionSummary(DistributionSummary) - Constructor for record class org.infinispan.commons.stat.micrometer.MicrometerDistributionSummary
Creates an instance of a MicrometerDistributionSummary record class.
MicrometerTimerTracker - Record Class in org.infinispan.commons.stat.micrometer
A TimerTracker implementation that stores the value in Timer.
MicrometerTimerTracker(Timer) - Constructor for record class org.infinispan.commons.stat.micrometer.MicrometerTimerTracker
Creates an instance of a MicrometerTimerTracker record class.
MIN_REDUCER_FINALIZER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
missingMediaType() - Method in class org.infinispan.commons.logging.Log_$logger
 
missingMediaType() - Method in interface org.infinispan.commons.logging.Log
 
missingMediaType$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
MIXED_ELEMENTS - Enum constant in enum class org.infinispan.commons.configuration.io.ConfigurationFormatFeature
The underlying format supports elements which can have both attributes and an array of child elements.
modCount - Variable in class org.infinispan.commons.util.ArrayMap
 
MORTAL_CACHE_ENTRY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MORTAL_CACHE_VALUE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ms - Enum constant in enum class org.infinispan.commons.util.TimeQuantity.Unit
 
MULTI_CLUSTER_EVENT_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTI_CLUSTER_EVENT_COMMAND_UUID_MAP - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTI_ENTRIES_FUNCTIONAL_BACKUP_WRITE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTI_KEY_FUNCTIONAL_BACKUP_WRITE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_ADD_MANY_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_BUCKET - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_CONTAINS_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_COUNT_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_GET_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_HASH_MAP_BUCKET - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_HASH_MAP_BUCKET_ENTRY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_HASH_MAP_KEY_SET_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_HASH_MAP_PUT_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_HASH_MAP_REMOVE_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_HASH_MAP_REPLACE_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_HASH_MAP_VALUES_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_INCR_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_INDEX_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_INDEX_OF_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_INDEX_OF_SORTED_SET_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_INDEX_VALUE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_INSERT_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_LIST_BUCKET - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_OBJECT_WRAPPER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_OFFER_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_POLL_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_POP_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_PUT_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_REMOVE_COUNT_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_REMOVE_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_REMOVE_MANY_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_REPLACE_LIST_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_ROTATE_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_S_ADD_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_S_GET_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_S_M_IS_MEMBER_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_S_POP_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_S_REMOVE_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_S_SET_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_SCORE_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_SCORED_VALUE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_SET_BUCKET - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_SET_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_SORTED_SET_AGGREGATE_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_SORTED_SET_AGGREGATE_FUNCTION_TYPE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_SORTED_SET_BUCKET - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_SORTED_SET_BUCKET_AGGREGATE_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_SORTED_SET_OPERATION_TYPE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_SORTED_SET_RANDOM_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_SUBLIST_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_SUBSET_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIMAP_TRIM_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MULTIPART_FORM_DATA - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
MULTIPART_FORM_DATA_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
multipleConfigurationValidationErrors() - Method in class org.infinispan.commons.logging.Log_$logger
 
multipleConfigurationValidationErrors() - Method in interface org.infinispan.commons.logging.Log
 
multipleConfigurationValidationErrors$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
MurmurHash3 - Class in org.infinispan.commons.hash
MurmurHash3 implementation in Java, based on Austin Appleby's original in C
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
MurmurHash3BloomFilter - Class in org.infinispan.commons.util
BloomFilter implementation that allows for up to 10 hash functions all using MurmurHash3 with different seeds.
mutableCopyFrom(Set) - Static method in class org.infinispan.commons.util.IntSets
Returns an IntSet that contains all ints from the given Set that is mutable.
mutableEmptySet() - Static method in class org.infinispan.commons.util.IntSets
Returns a mutable IntSet with no values set.
mutableEmptySet(int) - Static method in class org.infinispan.commons.util.IntSets
Returns an IntSet that contains no values but is initialized to hold ints equal to the maxExclusive -1 or smaller.
mutableFrom(Set) - Static method in class org.infinispan.commons.util.IntSets
Returns an IntSet that is mutable that contains all of the values from the given set.
mutableSet(int) - Static method in class org.infinispan.commons.util.IntSets
Returns a mutable set with the initial value set.
mutableSet(int, int) - Static method in class org.infinispan.commons.util.IntSets
Returns a mutable IntSet that begins with the initialized values
MUTATIONS_READ_WRITE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MUTATIONS_READ_WRITE_WITH_VALUE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MUTATIONS_WRITE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MUTATIONS_WRITE_WITH_VALUE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
MXParser - Class in org.infinispan.commons.configuration.io.xml
Absolutely minimal implementation of XMLPULL V1 API
MXParser() - Constructor for class org.infinispan.commons.configuration.io.xml.MXParser
 
MXParser(Reader) - Constructor for class org.infinispan.commons.configuration.io.xml.MXParser
 

N

name() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
name() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
name() - Method in record class org.infinispan.commons.configuration.io.AbstractConfigurationWriter.Tag
Returns the value of the name record component.
NAME_FIELD - Static variable in class org.infinispan.query.remote.client.impl.QueryRequest.NamedParameter
 
NAMED_PARAMETERS_FIELD - Static variable in class org.infinispan.query.remote.client.impl.QueryRequest
 
NamedParameter(String, Object) - Constructor for class org.infinispan.query.remote.client.impl.QueryRequest.NamedParameter
 
NamedParameter$___Marshaller_a1264d0ccd9ebae12b0230d5eaa94550d9cec71591b9eb9515872fb8528c1daf - Class in org.infinispan.query.remote.client.impl
WARNING: Generated code!
NamedParameter$___Marshaller_a1264d0ccd9ebae12b0230d5eaa94550d9cec71591b9eb9515872fb8528c1daf() - Constructor for class org.infinispan.query.remote.client.impl.NamedParameter$___Marshaller_a1264d0ccd9ebae12b0230d5eaa94550d9cec71591b9eb9515872fb8528c1daf
 
NamedParameterExternalizer() - Constructor for class org.infinispan.query.remote.client.impl.Externalizers.NamedParameterExternalizer
 
namedParameters - Variable in class org.infinispan.commons.query.BaseQuery
 
namespaceAware - Variable in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
namespaceAware() - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
namespaceAware() - Method in class org.infinispan.commons.configuration.io.ConfigurationWriter.Builder
 
namespaceAware() - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
namespaceAware(boolean) - Method in class org.infinispan.commons.configuration.io.ConfigurationWriter.Builder
 
namespaces - Variable in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
naming - Variable in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
namingStrategy - Variable in class org.infinispan.commons.configuration.io.AbstractConfigurationReader
 
NamingStrategy - Enum Class in org.infinispan.commons.configuration.io
 
Navigating JSON Structures - Section in class org.infinispan.commons.dataconversion.internal.Json
 
NetworkAddress - Class in org.infinispan.commons.util
 
newByteBuffer(byte[]) - Method in interface org.infinispan.commons.io.ByteBufferFactory
 
newByteBuffer(byte[]) - Method in class org.infinispan.commons.io.ByteBufferFactoryImpl
 
newByteBuffer(byte[], int, int) - Method in interface org.infinispan.commons.io.ByteBufferFactory
 
newByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.io.ByteBufferFactoryImpl
 
newCondition() - Method in class org.infinispan.commons.util.concurrent.NonReentrantLock
 
newInstance() - Static method in class org.infinispan.commons.util.FileLookupFactory
 
newInstanceOrNull(Class, Class[], Object...) - Static method in class org.infinispan.commons.util.Util
Instantiates a class by invoking the constructor that matches the provided parameter types passing the given arguments.
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
 
newSerializationContext() - Static method in class org.infinispan.commons.marshall.ProtoStreamMarshaller
 
next() - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
next() - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Get next parsing event - element content wil be coalesced and only one TEXT event must be returned for whole element content (comments and processing instructions will be ignored and emtity references must be expanded or exception mus be thrown if entity reerence can not be exapnded).
next() - Method in class org.infinispan.commons.util.AbstractIterator
 
next() - Method in class org.infinispan.commons.util.Immutables.ImmutableIteratorWrapper
 
next() - Method in class org.infinispan.commons.util.IteratorMapper
 
next() - Method in class org.infinispan.commons.util.RemovableIterator
 
NEXT_PUBLISHER_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
nextElement() - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
nextElement() - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationReader
 
nextElement() - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
nextElement() - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader
 
nextSetBit(int) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
nextSetBit(int) - Method in class org.infinispan.commons.util.EmptyIntSet
 
nextSetBit(int) - Method in interface org.infinispan.commons.util.IntSet
Returns the next int in the set that is greater than or equal to the given value.
nextSetBit(int) - Method in class org.infinispan.commons.util.RangeSet
 
nextSetBit(int) - Method in class org.infinispan.commons.util.SingletonIntSet
 
nextSetBit(int) - Method in class org.infinispan.commons.util.SmallIntSet
 
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.
nextTag() - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
nextTag() - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Call next() and return event if it is START_TAG or END_TAG otherwise throw an exception.
nextText() - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
nextText() - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
If current event is START_TAG then if next element is TEXT then element content is returned or if next event is END_TAG then empty string is returned, otherwise exception is thrown.
nextToken() - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
nextToken() - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
This method works similarly to next() but will expose additional event types (COMMENT, CDSECT, DOCDECL, ENTITY_REF, PROCESSING_INSTRUCTION, or IGNORABLE_WHITESPACE) if they are available in input.
nil() - Method in class org.infinispan.commons.dataconversion.internal.Json.DefaultFactory
 
nil() - Method in interface org.infinispan.commons.dataconversion.internal.Json.Factory
Construct and return an object representing JSON null.
nil() - Static method in class org.infinispan.commons.dataconversion.internal.Json
 
nl() - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
NO_NAMESPACE - Static variable in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
This constant represents the default namespace (empty string "")
NO_OP - Static variable in interface org.infinispan.commons.stat.CounterTracker
 
NO_OP - Static variable in interface org.infinispan.commons.stat.DistributionSummaryTracker
 
NO_OP - Static variable in interface org.infinispan.commons.stat.TimerTracker
 
NO_OP_RUNNABLE - Static variable in class org.infinispan.commons.util.concurrent.CompletionStages
 
NO_WRAPPER - Static variable in interface org.infinispan.commons.dataconversion.WrapperIds
 
noAttribute(String, String) - Method in class org.infinispan.commons.logging.Log_$logger
 
noAttribute(String, String) - Method in interface org.infinispan.commons.logging.Log
 
noAttribute$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
noAttributeCopierForType(Class) - Method in class org.infinispan.commons.logging.Log_$logger
 
noAttributeCopierForType(Class) - Method in interface org.infinispan.commons.logging.Log
 
noAttributeCopierForType$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
NODE_TOP_DOCS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
NODE_VERSION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
NON_BLOCKING_GROUP - Static variable in interface org.infinispan.commons.ThreadGroups
 
NON_NULL_PREDICATE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
NonBlockingRejectedExecutionHandler - Class in org.infinispan.commons.util.concurrent
A handler for rejected tasks that runs the task if the current thread is a non blocking thread otherwise it blocks until the task can be added to the underlying queue
NonBlockingResource - Interface in org.infinispan.commons.executors
Interface to designate the resource is a non blocking one
NONE_MATCH_REDUCER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
noneOf(long, long) - Static method in class org.infinispan.commons.util.EnumUtil
 
nonLoopback(String) - Static method in class org.infinispan.commons.util.NetworkAddress
 
NonReentrantLock - Class in org.infinispan.commons.util.concurrent
A simplistic non-reentrant lock that does not use ownership by thread.
NonReentrantLock() - Constructor for class org.infinispan.commons.util.concurrent.NonReentrantLock
 
noSuchAliasInKeyStore(String, String) - Method in class org.infinispan.commons.logging.Log_$logger
 
noSuchAliasInKeyStore(String, String) - Method in interface org.infinispan.commons.logging.Log
 
noSuchAliasInKeyStore$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
noSuchAttribute(String, String) - Method in class org.infinispan.commons.logging.Log_$logger
 
noSuchAttribute(String, String) - Method in interface org.infinispan.commons.logging.Log
 
noSuchAttribute$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
NotSerializableException - Exception Class in org.infinispan.commons.marshall
An exception that hides inner stacktrace lines for non serializable exceptions.
NotSerializableException(String) - Constructor for exception class org.infinispan.commons.marshall.NotSerializableException
 
NotSerializableException(String, Throwable) - Constructor for exception class org.infinispan.commons.marshall.NotSerializableException
 
NULL - Static variable in class org.infinispan.commons.util.NullValue
 
NULL_VALUE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
NullValue - Class in org.infinispan.commons.util
A placeholder for null in a cache, because caches do not allow null values.
NullValue$___Marshaller_a83283d4dbbe8b8520f457699d99f19344b973d04786829de1e22c08915e6e56 - Class in org.infinispan.commons.util
WARNING: Generated code!
NullValue$___Marshaller_a83283d4dbbe8b8520f457699d99f19344b973d04786829de1e22c08915e6e56() - Constructor for class org.infinispan.commons.util.NullValue$___Marshaller_a83283d4dbbe8b8520f457699d99f19344b973d04786829de1e22c08915e6e56
 
Null values - Section in interface org.infinispan.commons.api.multimap.BasicMultimapCache
 
number(Number) - Method in class org.infinispan.commons.dataconversion.internal.Json.DefaultFactory
 
number(Number) - Method in interface org.infinispan.commons.dataconversion.internal.Json.Factory
Construct and return a JSON number.
NUMERIC_VERSION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 

O

object() - Method in class org.infinispan.commons.dataconversion.internal.Json.DefaultFactory
 
object() - Method in interface org.infinispan.commons.dataconversion.internal.Json.Factory
Construct and return a JSON object.
object() - Static method in class org.infinispan.commons.dataconversion.internal.Json
 
object(Object...) - Static method in class org.infinispan.commons.dataconversion.internal.Json
Return a new JSON object initialized from the passed list of name/value pairs.
OBJECT_NAME - Static variable in interface org.infinispan.query.remote.client.ProtobufMetadataManagerConstants
Deprecated.
The 'component' key property of ProtobufMetadataManager's ObjectName.
OBJECT_SIZE - Static variable in class org.infinispan.commons.util.AbstractEntrySizeCalculatorHelper
 
objectArray(int) - Static method in class org.infinispan.commons.util.Util
 
objectFromByteBuffer(byte[]) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
 
objectFromByteBuffer(byte[]) - Method in interface org.infinispan.commons.marshall.Marshaller
Unmarshalls an object from a byte array.
objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.IdentityMarshaller
 
objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.ImmutableProtoStreamMarshaller
 
objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
 
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.AbstractMarshaller
Unmarshall an object from an InputStream
objectFromInputStream(InputStream) - Method in class org.infinispan.commons.marshall.ImmutableProtoStreamMarshaller
 
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.AbstractMarshaller
 
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.AbstractMarshaller
This is a convenience method for converting an object into a ByteBuffer which takes an estimated size as parameter.
objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.IdentityMarshaller
 
objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.ImmutableProtoStreamMarshaller
 
objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
 
objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.StringMarshaller
 
objectToByteBuffer(Object) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
 
objectToByteBuffer(Object) - Method in interface org.infinispan.commons.marshall.Marshaller
Marshalls an object to a byte array.
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.
objectToOutputStream(Object, OutputStream) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
 
of(double, double) - Static method in record class org.infinispan.commons.api.query.geo.LatLng
 
of(Process) - Static method in class org.infinispan.commons.jdkspecific.ProcessInfo
 
OffHeapMemory - Class in org.infinispan.commons.jdkspecific
Class used to retrieve an instance of OffHeapMemory based on the current running version of the JVM.
OffHeapMemory() - Constructor for class org.infinispan.commons.jdkspecific.OffHeapMemory
 
OneToManyTranscoder - Class in org.infinispan.commons.dataconversion
Base class for Transcoder that converts between a single format and multiple other formats and back.
OneToManyTranscoder(MediaType, MediaType...) - Constructor for class org.infinispan.commons.dataconversion.OneToManyTranscoder
 
onNext(Output) - Method in class org.infinispan.commons.reactive.AbstractAsyncPublisherHandler
Method that should be called for each emitted output value.
openConnection(URL) - Method in class org.infinispan.commons.maven.MavenSettings
Opens a connection with appropriate proxy and credentials, if required.
OR_FINALIZER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
orBooleanAggregateCompletionStage() - Static method in class org.infinispan.commons.util.concurrent.CompletionStages
 
orElse(T) - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
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.multimap - package org.infinispan.commons.api.multimap
MultimapCache API.
org.infinispan.commons.api.query - package org.infinispan.commons.api.query
 
org.infinispan.commons.api.query.geo - package org.infinispan.commons.api.query.geo
 
org.infinispan.commons.api.query.impl - package org.infinispan.commons.api.query.impl
 
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.configuration.io - package org.infinispan.commons.configuration.io
 
org.infinispan.commons.configuration.io.json - package org.infinispan.commons.configuration.io.json
 
org.infinispan.commons.configuration.io.xml - package org.infinispan.commons.configuration.io.xml
 
org.infinispan.commons.configuration.io.yaml - package org.infinispan.commons.configuration.io.yaml
 
org.infinispan.commons.dataconversion - package org.infinispan.commons.dataconversion
 
org.infinispan.commons.dataconversion.internal - package org.infinispan.commons.dataconversion.internal
 
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.internal - package org.infinispan.commons.internal
 
org.infinispan.commons.io - package org.infinispan.commons.io
Commons IO package
org.infinispan.commons.jdkspecific - package org.infinispan.commons.jdkspecific
 
org.infinispan.commons.jmx - package org.infinispan.commons.jmx
Pluggable lookup for MBeanServer.
org.infinispan.commons.logging - package org.infinispan.commons.logging
 
org.infinispan.commons.logging.log4j - package org.infinispan.commons.logging.log4j
 
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.maven - package org.infinispan.commons.maven
 
org.infinispan.commons.query - package org.infinispan.commons.query
 
org.infinispan.commons.reactive - package org.infinispan.commons.reactive
 
org.infinispan.commons.stat - package org.infinispan.commons.stat
 
org.infinispan.commons.stat.micrometer - package org.infinispan.commons.stat.micrometer
 
org.infinispan.commons.time - package org.infinispan.commons.time
 
org.infinispan.commons.tx - package org.infinispan.commons.tx
 
org.infinispan.commons.tx.lookup - package org.infinispan.commons.tx.lookup
 
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.logging - package org.infinispan.commons.util.logging
 
org.infinispan.query.dsl - package org.infinispan.query.dsl
 
org.infinispan.query.dsl.impl - package org.infinispan.query.dsl.impl
Query builder DSL implementation for Ickle (a JP-QL subset).
org.infinispan.query.remote.client - package org.infinispan.query.remote.client
Query client support classes.
org.infinispan.query.remote.client.impl - package org.infinispan.query.remote.client.impl
Hot Rod query client side implementation details.
OS - Enum Class in org.infinispan.commons.util
Operating system family.
outdent() - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
OVERRIDE - Enum constant in enum class org.infinispan.commons.configuration.Combine.Attributes
 
OVERRIDE - Enum constant in enum class org.infinispan.commons.configuration.Combine.RepeatedAttributes
 
overrideMarshaller(Marshaller) - Method in class org.infinispan.commons.dataconversion.BinaryTranscoder
Deprecated.
 

P

pad(String) - Method in class org.infinispan.commons.dataconversion.internal.Json
Json-pad this object as an argument to a callback function.
padString(String, int) - Static method in class org.infinispan.commons.util.Util
 
parallelStream() - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
parallelStream() - Method in interface org.infinispan.commons.util.CloseableIteratorCollection
parallelStream() - Method in class org.infinispan.commons.util.CollectionMapper
 
parse(Class, String) - Method in interface org.infinispan.commons.configuration.attributes.AttributeParser
 
parse(String) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
parse(String) - Static method in class org.infinispan.commons.util.ByteQuantity
Parses the byte quantity representation composed of a number plus a unit.
parseBoolean(String) - Static method in class org.infinispan.commons.util.Util
 
Parsed(int) - Constructor for class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader.Parsed
 
parseEndTag() - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
parseEnum(Class, String) - Static method in class org.infinispan.commons.util.Util
 
parseList(String) - Static method in class org.infinispan.commons.dataconversion.MediaType
Parse a comma separated list of media type trees.
parser(AttributeParser) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder
 
PARSER - Static variable in class org.infinispan.commons.util.TimeQuantity
 
parseStartTag() - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
PATH - Static variable in class org.infinispan.commons.util.ClassFinder
 
peek() - Method in class org.infinispan.commons.util.ArrayRingBuffer
 
pendingTasks() - Method in class org.infinispan.commons.util.ProgressTracker
 
performConcurrently(Iterable, int, Scheduler, Function) - Static method in class org.infinispan.commons.util.concurrent.CompletionStages
 
performConcurrently(Iterable, int, Scheduler, Function, Collector) - Static method in class org.infinispan.commons.util.concurrent.CompletionStages
 
performConcurrently(Stream, int, Scheduler, Function) - Static method in class org.infinispan.commons.util.concurrent.CompletionStages
 
performConcurrently(Stream, int, Scheduler, Function, Collector) - Static method in class org.infinispan.commons.util.concurrent.CompletionStages
 
performSequentially(Iterator, Function) - Static method in class org.infinispan.commons.util.concurrent.CompletionStages
 
performSequentially(Iterator, Function, Collector) - Static method in class org.infinispan.commons.util.concurrent.CompletionStages
 
PersistenceContextInitializer - Interface in org.infinispan.commons.marshall
Interface used to initialise a SerializationContext using the specified Pojos, Marshaller implementations and provided .proto schemas.
PersistenceContextInitializerImpl - Class in org.infinispan.commons.marshall
WARNING: Generated code!
PersistenceContextInitializerImpl() - Constructor for class org.infinispan.commons.marshall.PersistenceContextInitializerImpl
 
PlatformMBeanServerLookup - Class in org.infinispan.commons.jmx
Default implementation for MBeanServerLookup, will return the platform MBean server.
PlatformMBeanServerLookup() - Constructor for class org.infinispan.commons.jmx.PlatformMBeanServerLookup
 
POINTER_SIZE - Static variable in class org.infinispan.commons.util.AbstractEntrySizeCalculatorHelper
 
poll() - Method in class org.infinispan.commons.util.ArrayRingBuffer
Removes the element at head, does not catch up the headSequence but will increment
possiblyPresent(E) - Method in class org.infinispan.commons.util.BloomFilter
Returns true if the element might be present, false if the value was for sure not present.
PREPARE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
PREPARE_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
pretendBlock() - Static method in class org.infinispan.commons.internal.BlockHoundUtil
Signal to BlockHound that a method must not be called from a non-blocking thread.
prettyPrint - Variable in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
prettyPrint() - Method in class org.infinispan.commons.configuration.io.ConfigurationWriter.Builder
 
prettyPrint(boolean) - Method in class org.infinispan.commons.configuration.io.ConfigurationWriter.Builder
 
prettyPrintBitSet(long, Class) - Static method in class org.infinispan.commons.util.EnumUtil
 
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) - Static method in class org.infinispan.commons.util.Util
Prints a time for display
prettyPrintTime(long, TimeUnit) - Static method in class org.infinispan.commons.util.Util
 
previousValue - Variable in class org.infinispan.commons.util.RemovableIterator
 
printArray(byte[]) - Static method in class org.infinispan.commons.util.Util
 
printArray(byte[], boolean) - Static method in class org.infinispan.commons.util.Util
 
printFullVersionInformation() - Static method in class org.infinispan.commons.util.Version
Prints full version information to the standard output.
printVersion() - Static method in class org.infinispan.commons.util.Version
Returns version information as a string.
printXid(int, byte[], byte[]) - Static method in class org.infinispan.commons.tx.XidImpl
 
PRIVATE_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ProcessInfo - Class in org.infinispan.commons.jdkspecific
 
PROCESSING_INSTRUCTION - Static variable in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
An XML processing instruction declaration was just read.
ProcessorInfo - Class in org.infinispan.commons.jdkspecific
JDK 10+ implementation
ProcessorInfo - Class in org.infinispan.commons.util
Provides general information about the processors on this host.
PROGRESSING - Enum constant in enum class org.infinispan.commons.util.ProgressTracker.Progression
 
ProgressTracker - Class in org.infinispan.commons.util
 
ProgressTracker(String, ScheduledExecutorService, TimeService, long, TimeUnit) - Constructor for class org.infinispan.commons.util.ProgressTracker
 
ProgressTracker.Progression - Enum Class in org.infinispan.commons.util
 
projection - Variable in class org.infinispan.commons.query.BaseQuery
 
properties() - Method in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
PROPERTIES - Static variable in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
 
PROPERTIES - Static variable in class org.infinispan.commons.configuration.attributes.PropertiesAttributeSerializer
 
PropertiesAttributeSerializer - Class in org.infinispan.commons.configuration.attributes
 
PropertiesAttributeSerializer(Enum, Enum, Enum) - Constructor for class org.infinispan.commons.configuration.attributes.PropertiesAttributeSerializer
 
PropertiesAttributeSerializer(String, String, String) - Constructor for class org.infinispan.commons.configuration.attributes.PropertiesAttributeSerializer
 
propertyCouldNotBeReplaced(String) - Method in class org.infinispan.commons.logging.Log_$logger
 
propertyCouldNotBeReplaced(String) - Method in interface org.infinispan.commons.logging.Log
 
propertyCouldNotBeReplaced$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
PropertyReplacer - Interface in org.infinispan.commons.configuration.io
 
PropertyReplacer.Default - Class in org.infinispan.commons.configuration.io
 
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
protectedAttribute(String) - Method in class org.infinispan.commons.logging.Log_$logger
 
protectedAttribute(String) - Method in interface org.infinispan.commons.logging.Log
 
protectedAttribute$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
protectedAttributeSet(String) - Method in class org.infinispan.commons.logging.Log_$logger
 
protectedAttributeSet(String) - Method in interface org.infinispan.commons.logging.Log
 
protectedAttributeSet$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
PROTO_KEY_SUFFIX - Static variable in interface org.infinispan.query.remote.client.ProtobufMetadataManagerConstants
Deprecated.
All protobuf definition source files must end with this suffix.
PROTOBUF_METADATA_CACHE_NAME - Static variable in class org.infinispan.commons.internal.InternalCacheNames
 
PROTOBUF_METADATA_CACHE_NAME - Static variable in interface org.infinispan.query.remote.client.ProtobufMetadataManagerConstants
Deprecated, for removal: This API element is subject to removal in a future version.
PROTOBUF_VALUE_WRAPPER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
PROTOBUF_WRAPPER - Static variable in interface org.infinispan.commons.dataconversion.WrapperIds
 
ProtobufMetadataManagerConstants - Interface in org.infinispan.query.remote.client
Deprecated.
since 16.0, use Schemas administration API instead.
RemoteCacheManager remoteCacheManager = ...; RemoteSchemasAdmin schemasAdmin = remoteCacheManager.administration().schemas();
ProtobufMetadataManagerMBean - Interface in org.infinispan.query.remote.client
MBean interface for ProtobufMetadataManager, suitable for building invocation proxies with one of the JMX.newMBeanProxy(MBeanServerConnection, ObjectName, Class) methods.
ProtoStreamMarshaller - Class in org.infinispan.commons.marshall
Provides the starting point for implementing a Marshaller that uses Protobuf encoding.
ProtoStreamMarshaller() - Constructor for class org.infinispan.commons.marshall.ProtoStreamMarshaller
 
ProtoStreamMarshaller(SerializationContext) - Constructor for class org.infinispan.commons.marshall.ProtoStreamMarshaller
 
ProtoStreamTypeIds - Interface in org.infinispan.commons.marshall
TypeIds used by protostream in place of FQN message/enum names to reduce payload size.
provider(String) - Method in class org.infinispan.commons.util.SslContextFactory
 
publish(int) - Method in interface org.infinispan.commons.api.query.Query
Reactive based query for Query.list().
PUBLISHER_HANDLER_SEGMENT_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
PUBLISHER_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
PUBLISHER_TRANSFORMERS_IDENTITY_TRANSFORMER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
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. avoiding needless remote or network calls).
put(K, V) - Method in interface org.infinispan.commons.api.multimap.BasicMultimapCache
Puts a key-value pair in this multimap cache.
put(K, V) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
put(K, V) - Method in class org.infinispan.commons.util.ArrayMap
 
put(K, V) - Method in class org.infinispan.commons.util.HopscotchHashMap
 
put(K, V) - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapper
 
put(K, V) - Method in class org.infinispan.commons.util.WeakValueHashMap
 
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(R, V) - Method in class org.infinispan.commons.util.KeyMapperMap
 
PUT_KEY_VALUE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
PUT_MAP_BACKUP_WRITE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
PUT_MAP_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
putAll(Map) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
putAll(Map) - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapper
 
putAll(Map, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
An overloaded form of Map.putAll(Map), which takes in lifespan parameters.
putAll(Map, 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) - Method in class org.infinispan.commons.util.KeyMapperMap
 
putAllAsync(Map) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of Map.putAll(Map).
putAllAsync(Map, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
putAllAsync(Map, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
putAsync(K, V) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of BasicCache.put(Object, Object).
putAsync(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
putAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
putIfAbsent(String, String) - Method in class org.infinispan.commons.util.TypedProperties
Put a value if the associated key is not present
putIfAbsent(K, V) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
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(R, V) - Method in class org.infinispan.commons.util.KeyMapperMap
 
putIfAbsentAsync(K, V) - Method in interface org.infinispan.commons.api.AsyncCache
putIfAbsentAsync(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
putIfAbsentAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache

Q

query(String) - Method in interface org.infinispan.commons.api.BasicCache
Constructs a Query object from the supplied Ickle query.
Query<T> - Interface in org.infinispan.commons.api.query
 
Query<T> - Interface in org.infinispan.query.dsl
Deprecated, for removal: This API element is subject to removal in a future version.
use @Query instead
QUERY_DEFINITION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
QUERY_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
QUERY_METRICS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
QUERY_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
QUERY_STRING_FIELD - Static variable in class org.infinispan.query.remote.client.impl.QueryRequest
 
QueryFactory - Interface in org.infinispan.query.dsl
Deprecated, for removal: This API element is subject to removal in a future version.
QueryPublisher<E> - Class in org.infinispan.commons.api.query.impl
 
QueryPublisher(Query, int) - Constructor for class org.infinispan.commons.api.query.impl.QueryPublisher
 
QueryRequest - Class in org.infinispan.query.remote.client.impl
 
QueryRequest() - Constructor for class org.infinispan.query.remote.client.impl.QueryRequest
 
QueryRequest.NamedParameter - Class in org.infinispan.query.remote.client.impl
 
QueryRequest$___Marshaller_eef0801e446d4f458a7fdb8085010afab763ae564d999ef3d9b8fe7e10c129d4 - Class in org.infinispan.query.remote.client.impl
WARNING: Generated code!
QueryRequest$___Marshaller_eef0801e446d4f458a7fdb8085010afab763ae564d999ef3d9b8fe7e10c129d4() - Constructor for class org.infinispan.query.remote.client.impl.QueryRequest$___Marshaller_eef0801e446d4f458a7fdb8085010afab763ae564d999ef3d9b8fe7e10c129d4
 
QueryRequestExternalizer() - Constructor for class org.infinispan.query.remote.client.impl.Externalizers.QueryRequestExternalizer
 
QueryResponse - Class in org.infinispan.query.remote.client.impl
 
QueryResponse() - Constructor for class org.infinispan.query.remote.client.impl.QueryResponse
 
QueryResponse$___Marshaller_f8c407446294b9638db603b267bd4e30399caed3263fb8a51aded7b4cef103e4 - Class in org.infinispan.query.remote.client.impl
WARNING: Generated code!
QueryResponse$___Marshaller_f8c407446294b9638db603b267bd4e30399caed3263fb8a51aded7b4cef103e4() - Constructor for class org.infinispan.query.remote.client.impl.QueryResponse$___Marshaller_f8c407446294b9638db603b267bd4e30399caed3263fb8a51aded7b4cef103e4
 
QueryResponseExternalizer() - Constructor for class org.infinispan.query.remote.client.impl.Externalizers.QueryResponseExternalizer
 
QueryResult<T> - Interface in org.infinispan.commons.api.query
 
QueryResult<E> - Interface in org.infinispan.query.dsl
Deprecated, for removal: This API element is subject to removal in a future version.
use QueryResult instead
queryString - Variable in class org.infinispan.commons.query.BaseQuery
 
QuerySubscription<E> - Class in org.infinispan.commons.api.query.impl
 
QuerySubscription(int, Query) - Constructor for class org.infinispan.commons.api.query.impl.QuerySubscription
 

R

RangeSet - Class in org.infinispan.commons.util
Read-only set representing all the integers from 0 to size - 1 (inclusive).
RangeSet(int) - Constructor for class org.infinispan.commons.util.RangeSet
 
RangeSet$___Marshaller_b592c6fe1f098d0ae5039cd3292615a2e09b70a1801a229fc23e9b8551d011d7 - Class in org.infinispan.commons.util
WARNING: Generated code!
RangeSet$___Marshaller_b592c6fe1f098d0ae5039cd3292615a2e09b70a1801a229fc23e9b8551d011d7() - Constructor for class org.infinispan.commons.util.RangeSet$___Marshaller_b592c6fe1f098d0ae5039cd3292615a2e09b70a1801a229fc23e9b8551d011d7
 
raw(String) - Method in class org.infinispan.commons.dataconversion.internal.Json.DefaultFactory
 
raw(String) - Method in interface org.infinispan.commons.dataconversion.internal.Json.Factory
 
rawData() - Method in class org.infinispan.commons.tx.XidImpl
 
read() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
read() - Method in class org.infinispan.commons.time.TimeServiceTicker
 
read(byte[]) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
read(byte[], int, int) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
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.
read(String) - Static method in class org.infinispan.commons.dataconversion.internal.Json
Parse a JSON entity from its string representation.
read(URL) - Static method in class org.infinispan.commons.dataconversion.internal.Json
Parse a JSON entity from a URL.
read(CharacterIterator) - Static method in class org.infinispan.commons.dataconversion.internal.Json
Parse a JSON entity from a CharacterIterator.
read(Attribute) - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
read(AttributeSet, Combine) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
Copies all attribute from another AttributeSet using the supplied Combine.Attributes strategy.
read(ClassAllowList) - Method in class org.infinispan.commons.configuration.ClassAllowList
 
read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.commons.api.query.geo.LatLng$___Marshaller_e1b8dd1a830bb2278315e14e5d7082175c9d7ee98c59468925b113fbd02a2b3f
 
read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.commons.dataconversion.MediaType$___Marshaller_f2fc301543ca54d0326b5d8ce3b7199226a678253252e7ac46f1fad54bd90568
 
read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.commons.marshall.WrappedByteArray$___Marshaller_dd5f1f82b70f419159a02b94c2ffa39a035efa36bc3f94e3bec8f1fb78d5e078
 
read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.commons.tx.XidImpl$___Marshaller_d5b74a84882baf69bb0a3c73d307a86007202ccabc768ea941405ef47790a4eb
 
read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet$___Marshaller_9215944852c2d8634e08931b35ea515a0ce98515764f63ee33fe4a0adcece666
 
read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.commons.util.EmptyIntSet$___Marshaller_262af438bef9117d19542ae5ac072e6a559b6147655ee1a6ca1f6c10c3246793
 
read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.commons.util.KeyValueWithPrevious$___Marshaller_9145896a24b67e12a03ab245b027743214e8f0a00cff4e94594e6701c8f07ff1
 
read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.commons.util.NullValue$___Marshaller_a83283d4dbbe8b8520f457699d99f19344b973d04786829de1e22c08915e6e56
 
read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.commons.util.RangeSet$___Marshaller_b592c6fe1f098d0ae5039cd3292615a2e09b70a1801a229fc23e9b8551d011d7
 
read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.commons.util.SingletonIntSet$___Marshaller_1279f84774a8da32326fa3054e7ad4d6f47d73031ea087742e1d2defd6fc2470
 
read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.commons.util.SmallIntSet$___Marshaller_65a160d496d228152e64d1317172a7b720eec69ee9984b5537fa992183d03acf
 
read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.query.remote.client.FilterResult$___Marshaller_ca1ed197611eb2769083c2c9cbc694f7d689168017559e5876dada846b0a5601
 
read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.query.remote.client.impl.ContinuousQueryResult$___Marshaller_982fd9bafbf3b579418593abef2f210ca32f47574193b272b76b3b046a917647
 
read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.query.remote.client.impl.NamedParameter$___Marshaller_a1264d0ccd9ebae12b0230d5eaa94550d9cec71591b9eb9515872fb8528c1daf
 
read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.query.remote.client.impl.QueryRequest$___Marshaller_eef0801e446d4f458a7fdb8085010afab763ae564d999ef3d9b8fe7e10c129d4
 
read(ProtobufTagMarshaller.ReadContext) - Method in class org.infinispan.query.remote.client.impl.QueryResponse$___Marshaller_f8c407446294b9638db603b267bd4e30399caed3263fb8a51aded7b4cef103e4
 
read(T) - Method in interface org.infinispan.commons.configuration.Builder
 
read(T, Combine) - Method in interface org.infinispan.commons.configuration.Builder
Reads the configuration from an already created configuration bean into this builder.
READ_ONLY_KEY_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
READ_ONLY_MANY_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
READ_WRITE_KEY_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
READ_WRITE_KEY_VALUE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
READ_WRITE_MANY_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
READ_WRITE_MANY_ENTRIES_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
readArray(Enum, Enum) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationReader
 
readArray(Enum, Enum) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
readArray(String, String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
readArray(String, String) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationReader
 
readArray(String, String) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
readArray(String, String) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader
 
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
 
readFloat() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readFrom(ObjectInput) - Method in interface org.infinispan.commons.marshall.MarshallUtil.ElementReader
 
readFrom(ObjectInput) - Static method in class org.infinispan.commons.util.SmallIntSet
 
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() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readObject(InputStream) - Method in interface org.infinispan.commons.marshall.StreamAwareMarshaller
Unmarshall an object from the InputStream
readShort() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readSignedInt(InputStream) - Static method in class org.infinispan.commons.io.SignedNumeric
 
readSignedInt(ObjectInput) - Static method in class org.infinispan.commons.io.SignedNumeric
 
readUnsignedByte() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readUnsignedInt(byte[], int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
Reads an int stored in variable-length format.
readUnsignedInt(DataInput) - 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
 
readUnsignedLong(byte[], int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
Reads an int stored in variable-length format.
readUnsignedLong(DataInput) - 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
 
readUnsignedShort() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
readUTF() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
 
realCollection - Variable in class org.infinispan.commons.util.CollectionMapper
 
realIterator - Variable in class org.infinispan.commons.util.RemovableCloseableIterator
 
realIterator - Variable in class org.infinispan.commons.util.RemovableIterator
 
REBALANCE_PHASE_CONFIRM_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REBALANCE_POLICY_UPDATE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REBALANCE_START_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REBALANCE_STATUS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REBALANCE_STATUS_REQUEST_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
reconfigure() - Method in class org.infinispan.commons.logging.log4j.XmlConfiguration
 
record(double) - Method in interface org.infinispan.commons.stat.DistributionSummaryTracker
Updates the statistics kept by the summary with the specified amount.
record(double) - Method in record class org.infinispan.commons.stat.micrometer.MicrometerDistributionSummary
 
record(long) - Method in class org.infinispan.commons.stat.DefaultSimpleStat
 
record(long) - Method in interface org.infinispan.commons.stat.SimpleStat
 
record(long) - Method in class org.infinispan.commons.stat.SimpleStateWithTimer
 
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.
recursiveDirectoryCopy(Path, Path) - Static method in class org.infinispan.commons.util.Util
 
recursiveFileRemove(File) - Static method in class org.infinispan.commons.util.Util
Deletes directory recursively.
recursiveFileRemove(String) - Static method in class org.infinispan.commons.util.Util
Deletes directory recursively.
recursiveFileRemove(Path) - Static method in class org.infinispan.commons.util.Util
Deletes directory recursively.
REDUCE_REDUCER_FINALIZER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REDUCE_WITH_IDENTITY_REDUCER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REDUCE_WITH_INITIAL_SUPPLIER_REDUCER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REDUCTION_PUBLISHER_REQUEST_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
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
 
register() - Static method in class org.infinispan.commons.util.ClasspathURLStreamHandler
Registers this URL handler as the JVM-wide URL stream handler.
register(Schema, BaseMarshaller...) - Method in class org.infinispan.commons.marshall.ProtoStreamMarshaller
 
register(SerializationContextInitializer) - Method in class org.infinispan.commons.marshall.ProtoStreamMarshaller
 
registerMarshallers(SerializationContext) - Method in class org.infinispan.commons.api.query.geo.LatLngSchemaImpl
 
registerMarshallers(SerializationContext) - Method in class org.infinispan.commons.GlobalContextInitializerImpl
 
registerMarshallers(SerializationContext) - Method in class org.infinispan.commons.marshall.PersistenceContextInitializerImpl
 
registerMarshallers(SerializationContext) - Method in class org.infinispan.commons.marshall.UserContextInitializerImpl
 
registerMarshallers(SerializationContext) - Method in class org.infinispan.query.remote.client.impl.GlobalContextInitializerImpl
 
registerProtofile(String, String) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
Register a *.proto schema file.
registerProtofiles(String[], String[]) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
Registers multiple *.proto schema files.
registerSchema(SerializationContext) - Method in class org.infinispan.commons.api.query.geo.LatLngSchemaImpl
 
registerSchema(SerializationContext) - Method in class org.infinispan.commons.GlobalContextInitializerImpl
 
registerSchema(SerializationContext) - Method in class org.infinispan.commons.marshall.PersistenceContextInitializerImpl
 
registerSchema(SerializationContext) - Method in class org.infinispan.commons.marshall.UserContextInitializerImpl
 
registerSchema(SerializationContext) - Method in class org.infinispan.query.remote.client.impl.GlobalContextInitializerImpl
 
registerSynchronization(Synchronization) - Method in class org.infinispan.commons.tx.TransactionImpl
Register a Synchronization callback with this transaction.
rejectedExecution(Runnable, ExecutorService) - Method in class org.infinispan.commons.util.concurrent.BlockingRejectedExecutionHandler
 
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.infinispan.commons.util.concurrent.BlockingRejectedExecutionHandler
 
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.infinispan.commons.util.concurrent.CallerRunsRejectOnShutdownPolicy
 
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.infinispan.commons.util.concurrent.LifecycleRejectedExecutionHandler
 
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.infinispan.commons.util.concurrent.NonBlockingRejectedExecutionHandler
 
relativeArtifactPath(char) - Method in class org.infinispan.commons.maven.MavenArtifact
Create a relative repository path for the given artifact coordinates.
ReloadingX509KeyManager - Class in org.infinispan.commons.util
A X509ExtendedKeyManager which uses a @FileWatcher to check for changes.
ReloadingX509KeyManager(FileWatcher, Path, Function) - Constructor for class org.infinispan.commons.util.ReloadingX509KeyManager
 
ReloadingX509TrustManager - Class in org.infinispan.commons.util
A X509ExtendedTrustManager which uses a @FileWatcher to check for changes.
ReloadingX509TrustManager(FileWatcher, Path, Function) - Constructor for class org.infinispan.commons.util.ReloadingX509TrustManager
 
remainingTime(long, TimeUnit) - Method in class org.infinispan.commons.time.DefaultTimeService
 
remainingTime(long, TimeUnit) - Method in interface org.infinispan.commons.time.TimeService
 
REMOTE_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REMOTE_QUERY_ICKLE_BINARY_PROTOBUF_FILTER_AND_CONVERTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REMOTE_QUERY_ICKLE_CONTINOUS_QUERY_PROTOBUF_CACHE_EVENT_FILTER_CONVERTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REMOTE_QUERY_ICKLE_CONTINUOUS_QUERY_RESULT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REMOTE_QUERY_ICKLE_FILTER_RESULT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REMOTE_QUERY_ICKLE_PROTOBUF_CACHE_EVENT_FILTER_CONVERTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REMOTE_QUERY_ICKLE_PROTOBUF_FILTER_AND_CONVERTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REMOTE_QUERY_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REMOTE_QUERY_REQUEST - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REMOTE_QUERY_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REMOTE_STORE_ADD - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REMOTE_STORE_CHECK - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REMOTE_STORE_DISCONNECT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REMOTE_STORE_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REMOTE_STORE_MIGRATION_TASK - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REMOTE_STORE_MIGRATION_TASK_ENTRY_WRITER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REMOTE_STORE_REMOVED_FILTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RemovableCloseableIterator<C> - Class in org.infinispan.commons.util
A CloseableIterator implementation that allows for a CloseableIterator that doesn't allow remove operations to implement remove by delegating the call to the provided consumer to remove the previously read value.
RemovableCloseableIterator(CloseableIterator, Consumer) - Constructor for class org.infinispan.commons.util.RemovableCloseableIterator
 
RemovableIterator<C> - Class in org.infinispan.commons.util
An Iterator implementation that allows for a Iterator that doesn't allow remove operations to implement remove by delegating the call to the provided consumer to remove the previously read value.
RemovableIterator(Iterator, Consumer) - Constructor for class org.infinispan.commons.util.RemovableIterator
 
remove() - Method in class org.infinispan.commons.util.ConcatIterator
 
remove() - Method in class org.infinispan.commons.util.FilterIterator
 
remove() - Method in class org.infinispan.commons.util.IteratorMapper
 
remove() - Method in class org.infinispan.commons.util.RemovableIterator
 
remove(int) - Method in class org.infinispan.commons.util.EmptyIntSet
 
remove(int) - Method in class org.infinispan.commons.util.SingletonIntSet
 
remove(int) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
remove(int) - Method in class org.infinispan.commons.util.ForwardingList
 
remove(int) - Method in interface org.infinispan.commons.util.IntSet
Removes, if present, the int from the set and returns if it was present or not
remove(int) - Method in class org.infinispan.commons.util.RangeSet
 
remove(int) - Method in class org.infinispan.commons.util.SmallIntSet
Remove an integer from the set without boxing.
remove(long) - Method in class org.infinispan.commons.util.ArrayRingBuffer
Removes an element at index
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. avoiding needless remote or network calls).
remove(Object) - Method in class org.infinispan.commons.dataconversion.internal.Json
Remove the specified Java object (converted to a Json instance) from a Json array.
remove(Object) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
remove(Object) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
remove(Object) - Method in class org.infinispan.commons.util.EmptyIntSet
 
remove(Object) - Method in class org.infinispan.commons.util.SingletonIntSet
 
remove(Object) - Method in class org.infinispan.commons.util.ArrayMap
 
remove(Object) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
remove(Object) - Method in class org.infinispan.commons.util.CollectionMapper
 
remove(Object) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
remove(Object) - Method in class org.infinispan.commons.util.ForwardingList
 
remove(Object) - Method in class org.infinispan.commons.util.HopscotchHashMap
 
remove(Object) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
 
remove(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
remove(Object) - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapper
 
remove(Object) - Method in class org.infinispan.commons.util.KeyMapperMap
 
remove(Object) - Method in class org.infinispan.commons.util.RangeSet
 
remove(Object) - Method in class org.infinispan.commons.util.SmallIntSet
 
remove(Object) - Method in class org.infinispan.commons.util.WeakValueHashMap
 
remove(Object, Object) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
remove(Object, Object) - Method in class org.infinispan.commons.util.KeyMapperMap
 
remove(K) - Method in interface org.infinispan.commons.api.multimap.BasicMultimapCache
Removes all the key-value pairs associated with the key from this multimap cache, if such exists.
remove(K, V) - Method in interface org.infinispan.commons.api.multimap.BasicMultimapCache
Removes a key-value pair from this multimap cache, if such exists.
remove(Json) - Method in class org.infinispan.commons.dataconversion.internal.Json
Remove the specified element from a Json array.
REMOVE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REMOVE_EXPIRED_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
removeAll(Collection) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
removeAll(Collection) - Method in class org.infinispan.commons.util.EmptyIntSet
 
removeAll(Collection) - Method in class org.infinispan.commons.util.SingletonIntSet
 
removeAll(Collection) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
removeAll(Collection) - Method in class org.infinispan.commons.util.CollectionMapper
 
removeAll(Collection) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
removeAll(Collection) - Method in class org.infinispan.commons.util.ForwardingList
 
removeAll(Collection) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
 
removeAll(Collection) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
removeAll(Collection) - Method in class org.infinispan.commons.util.RangeSet
 
removeAll(Collection) - Method in class org.infinispan.commons.util.SmallIntSet
 
removeAll(IntSet) - Method in class org.infinispan.commons.util.EmptyIntSet
 
removeAll(IntSet) - Method in class org.infinispan.commons.util.SingletonIntSet
 
removeAll(IntSet) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
removeAll(IntSet) - Method in interface org.infinispan.commons.util.IntSet
Removes all ints from this IntSet that are in the provided IntSet
removeAll(IntSet) - Method in class org.infinispan.commons.util.RangeSet
 
removeAll(IntSet) - Method in class org.infinispan.commons.util.SmallIntSet
 
removeAllListeners() - Method in interface org.infinispan.commons.api.query.ContinuousQuery
Unregisters all listeners.
removeAsync(Object) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of BasicCache.remove(Object).
removeAsync(Object, Object) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of ConcurrentMap.remove(Object, Object).
removeCache(String) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
Removes a cache from the cache container.
removeContinuousQueryListener(ContinuousQueryListener) - Method in interface org.infinispan.commons.api.query.ContinuousQuery
Remove a continuous query listener.
RemovedAttribute(Enum, int, int) - Constructor for class org.infinispan.commons.configuration.attributes.AttributeSet.RemovedAttribute
 
RemovedAttribute(String, int, int) - Constructor for class org.infinispan.commons.configuration.attributes.AttributeSet.RemovedAttribute
 
removeIf(IntPredicate) - Method in class org.infinispan.commons.util.EmptyIntSet
 
removeIf(IntPredicate) - Method in class org.infinispan.commons.util.SingletonIntSet
 
removeIf(IntPredicate) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
removeIf(IntPredicate) - Method in interface org.infinispan.commons.util.IntSet
Removes all the ints of this set that satisfy the given predicate.
removeIf(IntPredicate) - Method in class org.infinispan.commons.util.RangeSet
 
removeIf(IntPredicate) - Method in class org.infinispan.commons.util.SmallIntSet
 
removeIf(Predicate) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
removeIf(Predicate) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
 
removeIf(Predicate) - Method in class org.infinispan.commons.util.EmptyIntSet
 
removeIf(Predicate) - Method in class org.infinispan.commons.util.SingletonIntSet
 
removeIf(Predicate) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
removeListener(Predicate) - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
removeListener(AttributeListener) - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
removeRange(int, int) - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
 
removeTasks(long) - Method in class org.infinispan.commons.util.ProgressTracker
 
removeTemplate(String) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
Removes a template from the cache container.
renameTempFile(File, File, File) - Static method in class org.infinispan.commons.util.Util
 
repeated - Variable in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
repeatedAttributes() - Method in class org.infinispan.commons.configuration.Combine
 
repeating() - Method in record class org.infinispan.commons.configuration.io.AbstractConfigurationWriter.Tag
Returns the value of the repeating record component.
replace(K, V) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
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, 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) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
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, 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(Json, Json) - Method in class org.infinispan.commons.dataconversion.internal.Json
 
replace(R, V) - Method in class org.infinispan.commons.util.KeyMapperMap
 
replace(R, V, V) - Method in class org.infinispan.commons.util.KeyMapperMap
 
REPLACE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
replaceAll(BiFunction) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
replaceAll(BiFunction) - Method in class org.infinispan.commons.util.KeyMapperMap
 
replaceAsync(K, V) - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of ConcurrentMap.replace(Object, Object).
replaceAsync(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
replaceAsync(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
replaceAsync(K, V, V) - Method in interface org.infinispan.commons.api.AsyncCache
replaceAsync(K, V, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
replaceAsync(K, V, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
replaceProperties(String) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationReader
 
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) - Method in class org.infinispan.commons.configuration.io.PropertyReplacer.Default
 
replaceProperties(String, Properties) - Method in interface org.infinispan.commons.configuration.io.PropertyReplacer
 
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.
replaceProperties(Map, Properties) - Static method in class org.infinispan.commons.util.StringPropertyReplacer
 
REPLICABLE_MANAGER_FUNCTION_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REPLICABLE_RUNNABLE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REPLICATED_CONSISTENT_HASH - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REPLICATED_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
REQUEST_UUID - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
require(int, String, String) - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
require(int, String, String) - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Test if the current event is of the given type and if the namespace and name do match. null will match any namespace and any name.
require(ConfigurationReader.ElementType) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
require(ConfigurationReader.ElementType, String, Enum) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
require(ConfigurationReader.ElementType, String, String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
require(ConfigurationReader.ElementType, String, String) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationReader
 
require(ConfigurationReader.ElementType, String, String) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
require(ConfigurationReader.ElementType, String, String) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader
 
reset() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
reset() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
reset() - Method in interface org.infinispan.commons.configuration.Builder
 
reset() - Method in class org.infinispan.commons.stat.DefaultSimpleStat
 
reset() - Method in interface org.infinispan.commons.stat.SimpleStat
 
reset(AtomicLongFieldUpdater) - Method in class org.infinispan.commons.util.concurrent.StripedCounters
 
resetQuery() - Method in class org.infinispan.commons.query.BaseQuery
Reset internal state after pagination or query parameters are modified.
RESIN_3 - Enum constant in enum class org.infinispan.commons.tx.lookup.LookupNames.JndiTransactionManager
 
RESIN_ORION_JONAS - Enum constant in enum class org.infinispan.commons.tx.lookup.LookupNames.JndiTransactionManager
 
resolveArtifact() - Method in interface org.infinispan.commons.maven.Artifact
 
resolveArtifact() - Method in class org.infinispan.commons.maven.LocalArtifact
 
resolveArtifact() - Method in class org.infinispan.commons.maven.MavenArtifact
 
resolveArtifact() - Method in class org.infinispan.commons.maven.URLArtifact
 
resolveArtifact(String) - Method in class org.infinispan.commons.maven.MavenArtifact
 
resolveClass(ObjectStreamClass) - Method in class org.infinispan.commons.marshall.CheckedInputStream
 
resolvePointer(String, Json) - Static method in class org.infinispan.commons.dataconversion.internal.Json.help
Given a JSON Pointer, as per RFC 6901, return the nested JSON value within the element parameter.
resolveResource(String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationResourceResolver
 
resolveResource(String) - Method in class org.infinispan.commons.configuration.io.URLConfigurationResourceResolver
 
RESP_COMPOSED_FILTER_CONVERTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_EVENT_LISTENER_CONVERTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_EVENT_LISTENER_KEYS_FILTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_GLOB_MATCH_FILTER_CONVERTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_HYPER_LOG_LOG - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_HYPER_LOG_LOG_COMPACT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_HYPER_LOG_LOG_EXPLICIT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_ARRAY_APPEND_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_ARRINDEX_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_ARRINSERT_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_ARRPOP_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_ARRTRIM_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_BUCKET - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_CLEAR_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_DEBUG_MEMORY_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_DEL_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_GET_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_LEN_ARRAY_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_LEN_OBJ_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_LEN_STRING_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_MERGE_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_NUM_INCR_BY_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_NUM_MULT_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_OBJ_KEY_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_SET_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_STRING_APPEND_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_TOGGLE_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_JSON_TYPE_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_TYPE_FILTER_CONVERTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_TYPES - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
RESP_WATCH_TX_EVENT_CONVERTER_EMPTY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
respCacheKeyMediaTypeSupplied(String, MediaType) - Method in class org.infinispan.commons.logging.Log_$logger
 
respCacheKeyMediaTypeSupplied(String, MediaType) - Method in interface org.infinispan.commons.logging.Log
 
respCacheKeyMediaTypeSupplied$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
respCacheSegmentSizePow2(int) - Method in class org.infinispan.commons.logging.Log_$logger
 
respCacheSegmentSizePow2(int) - Method in interface org.infinispan.commons.logging.Log
 
respCacheSegmentSizePow2$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
respCacheUseDefineConsistentHash(String, String) - Method in class org.infinispan.commons.logging.Log_$logger
 
respCacheUseDefineConsistentHash(String, String) - Method in interface org.infinispan.commons.logging.Log
 
respCacheUseDefineConsistentHash$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
resultJoining(K, V) - Method in interface org.infinispan.commons.api.query.ContinuousQueryListener
Receives notification that a cache entry has joined the matching set.
resultLeaving(K) - Method in interface org.infinispan.commons.api.query.ContinuousQueryListener
Receives notification that a cache entry has left the matching set.
ResultType$___Marshaller_146c731a3d5e2aa6cd35d029be19485ac6e85bfb618f98703150af167e181337 - Class in org.infinispan.query.remote.client.impl
 
ResultType$___Marshaller_146c731a3d5e2aa6cd35d029be19485ac6e85bfb618f98703150af167e181337() - Constructor for class org.infinispan.query.remote.client.impl.ResultType$___Marshaller_146c731a3d5e2aa6cd35d029be19485ac6e85bfb618f98703150af167e181337
 
resultUpdated(K, V) - Method in interface org.infinispan.commons.api.query.ContinuousQueryListener
Receives notification that a cache entry from the matching set was updated and continues to match the query.
resume(Transaction) - Method in class org.infinispan.commons.tx.TransactionManagerImpl
 
retainAll(Collection) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
retainAll(Collection) - Method in class org.infinispan.commons.util.EmptyIntSet
 
retainAll(Collection) - Method in class org.infinispan.commons.util.SingletonIntSet
 
retainAll(Collection) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
retainAll(Collection) - Method in class org.infinispan.commons.util.CollectionMapper
 
retainAll(Collection) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
retainAll(Collection) - Method in class org.infinispan.commons.util.ForwardingList
 
retainAll(Collection) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
 
retainAll(Collection) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
retainAll(Collection) - Method in class org.infinispan.commons.util.RangeSet
 
retainAll(Collection) - Method in class org.infinispan.commons.util.SmallIntSet
 
retainAll(IntSet) - Method in class org.infinispan.commons.util.EmptyIntSet
 
retainAll(IntSet) - Method in class org.infinispan.commons.util.SingletonIntSet
 
retainAll(IntSet) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
retainAll(IntSet) - Method in interface org.infinispan.commons.util.IntSet
Modifies this set to remove all ints that are not present in the provided IntSet
retainAll(IntSet) - Method in class org.infinispan.commons.util.RangeSet
 
retainAll(IntSet) - Method in class org.infinispan.commons.util.SmallIntSet
 
rethrowExceptionIfPresent(Throwable) - Static method in class org.infinispan.commons.util.concurrent.CompletableFutures
 
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.
rewrapAsCacheException(Throwable) - Static method in class org.infinispan.commons.util.Util
 
right() - Method in class org.infinispan.commons.util.Either
 
RIGHT - Enum constant in enum class org.infinispan.commons.util.Either.Type
 
ROCKSDB_EXPIRY_BUCKET - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ROCKSDB_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ROCKSDB_PERSISTED_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ROLE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ROLE_SET - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
rollback() - Method in class org.infinispan.commons.tx.TransactionImpl
Rolls back this transaction.
rollback() - Method in class org.infinispan.commons.tx.TransactionManagerImpl
 
ROLLBACK_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
rollbackAsync(TransactionResourceConverter) - Method in class org.infinispan.commons.tx.TransactionImpl
 
roundUpToNearest8(long) - Static method in class org.infinispan.commons.util.AbstractEntrySizeCalculatorHelper
 
run() - Method in class org.infinispan.commons.io.FileWatcher
 
run() - Method in class org.infinispan.commons.reactive.AbstractAsyncPublisherHandler
This is invoked when the Subscription is cancelled
runCommit(boolean) - Method in class org.infinispan.commons.tx.TransactionImpl
Runs the second phase of two-phase-commit protocol.
runCommitAsync(boolean, TransactionResourceConverter) - Method in class org.infinispan.commons.tx.TransactionImpl
 
runPrepare() - Method in class org.infinispan.commons.tx.TransactionImpl
 
runPrepareAsync(TransactionResourceConverter) - Method in class org.infinispan.commons.tx.TransactionImpl
 
RxJavaInterop - Class in org.infinispan.commons.reactive
Static factory class that provides methods to obtain commonly used instances for interoperation between RxJava and standard JRE.
RxJavaInterop() - Constructor for class org.infinispan.commons.reactive.RxJavaInterop
 

S

s - Enum constant in enum class org.infinispan.commons.util.TimeQuantity.Unit
 
SaslUtils - Class in org.infinispan.commons.util
Utility methods for handling SASL authentication
SaslUtils() - Constructor for class org.infinispan.commons.util.SaslUtils
 
schedule(Runnable, ScheduledExecutorService, long, TimeUnit) - Static method in class org.infinispan.commons.util.concurrent.CompletionStages
 
schedule(Callable, ScheduledExecutorService, long, TimeUnit) - Static method in class org.infinispan.commons.util.concurrent.CompletionStages
 
ScheduledThreadPoolExecutorFactory - Enum Class in org.infinispan.commons.executors
 
scheduleNonBlocking(Callable, ScheduledExecutorService, long, TimeUnit) - Static method in class org.infinispan.commons.util.concurrent.CompletionStages
 
schema(URI) - Static method in class org.infinispan.commons.dataconversion.internal.Json
 
schema(URI, Json.Function) - Static method in class org.infinispan.commons.dataconversion.internal.Json
 
schema(Json) - Static method in class org.infinispan.commons.dataconversion.internal.Json
 
schema(Json, URI) - Static method in class org.infinispan.commons.dataconversion.internal.Json
 
SCOPE_FILTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SCOPED_STATE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
score() - Method in record class org.infinispan.commons.api.query.EntityEntry
Returns the value of the score record component.
scoreRequired - Variable in class org.infinispan.commons.query.BaseQuery
 
scoreRequired(boolean) - Method in interface org.infinispan.commons.api.query.Query
 
scoreRequired(boolean) - Method in class org.infinispan.commons.query.BaseQuery
 
SCRIPT_CACHE_NAME - Static variable in class org.infinispan.commons.internal.InternalCacheNames
 
SCRIPT_METADATA - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SCRIPTING_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SEARCH_STATISTICS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SECRET - Static variable in interface org.infinispan.commons.configuration.attributes.AttributeSerializer
 
SECURITY - Static variable in interface org.infinispan.commons.logging.Log
 
SecurityProviders - Class in org.infinispan.commons.util
 
SEGMENT_PUBLISHER_RESULT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SegmentAwareKey<K> - Class in org.infinispan.commons.util
Encapsulates the key and its segment.
SegmentAwareKey(K, int) - Constructor for class org.infinispan.commons.util.SegmentAwareKey
 
SEGMENTS_CLUSTERED_QUERY_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
self() - Method in interface org.infinispan.commons.configuration.Self
 
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).
sendCancel(Query) - Method in class org.infinispan.commons.api.query.impl.QuerySubscription
 
sendCancel(Target) - Method in class org.infinispan.commons.reactive.AbstractAsyncPublisherHandler
 
sendInitialCommand(Query, int) - Method in class org.infinispan.commons.api.query.impl.QuerySubscription
 
sendInitialCommand(Target, int) - Method in class org.infinispan.commons.reactive.AbstractAsyncPublisherHandler
 
sendNextCommand(Query, int) - Method in class org.infinispan.commons.api.query.impl.QuerySubscription
 
sendNextCommand(Target, int) - Method in class org.infinispan.commons.reactive.AbstractAsyncPublisherHandler
 
sequence(List) - Static method in class org.infinispan.commons.util.concurrent.CompletableFutures
 
serializationContext - Variable in class org.infinispan.commons.marshall.ImmutableProtoStreamMarshaller
 
serialize(ConfigurationWriter, String, Map) - Method in class org.infinispan.commons.configuration.attributes.PropertiesAttributeSerializer
 
serialize(ConfigurationWriter, String, T) - Method in interface org.infinispan.commons.configuration.attributes.AttributeSerializer
 
serializer() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
serializer(AttributeSerializer) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder
 
SERVER_CORE_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_EVENT_IMPL - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_HR_CACHE_XID - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_HR_CHECK_ADDRESS_TASK - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_HR_CONDITION_MARK_ROLLBACK_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_HR_FUNCTION_CREATE_STATE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_HR_FUNCTION_DECISION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_HR_FUNCTION_PREPARED - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_HR_FUNCTION_PREPARING_DECISION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_HR_FUNCTION_SET_COMPLETED_TX - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_HR_KEY_VALUE_VERSION_CONVERTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_HR_KEY_VALUE_WITH_PREVIOUS_CONVERTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_HR_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_HR_MULTI_HOMED_SERVER_ADDRESS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_HR_MULTI_HOMED_SERVER_ADDRESS_INET - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_HR_SINGLE_HOMED_SERVER_ADDRESS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_HR_TO_EMPTY_BYTES_KEY_VALUE_FILTER_CONVERTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_HR_TX_FORWARD_COMMIT_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_HR_TX_FORWARD_ROLLBACK_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_HR_TX_STATE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_HR_TX_STATUS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_HR_XID_PREDICATE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_ITERATION_FILTER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_NETTY_CONNECTION_ADD_TASK - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_RUNTIME_EXIT_MODE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_RUNTIME_EXIT_STATUS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_RUNTIME_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SERVER_RUNTIME_SERVER_SHUTDOWN_RUNNABLE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
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(boolean) - Method in class org.infinispan.commons.util.ByRef.Boolean
 
set(int) - Method in class org.infinispan.commons.util.EmptyIntSet
 
set(int) - Method in class org.infinispan.commons.util.SingletonIntSet
 
set(int) - Method in class org.infinispan.commons.util.ByRef.Integer
 
set(int) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
set(int) - Method in interface org.infinispan.commons.util.IntSet
Adds or sets the int without returning whether it was previously set
set(int) - Method in class org.infinispan.commons.util.RangeSet
 
set(int) - Method in class org.infinispan.commons.util.SmallIntSet
Add an integer to the set without boxing the parameter or checking if the integer was already present in the set.
set(int, boolean) - Method in class org.infinispan.commons.util.SmallIntSet
If value is true, add the integer to the set, otherwise remove the integer from the set.
set(int, E) - Method in class org.infinispan.commons.util.ForwardingList
 
set(int, Object) - Method in class org.infinispan.commons.dataconversion.internal.Json
Change the value of a JSON array element.
set(long) - Method in class org.infinispan.commons.util.ByRef.Long
 
set(long, T) - Method in class org.infinispan.commons.util.ArrayRingBuffer
 
set(String, Object) - Method in class org.infinispan.commons.dataconversion.internal.Json
Set a Json objects's property.
set(String, Json) - Method in class org.infinispan.commons.dataconversion.internal.Json
Set a Json objects's property.
set(T) - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
set(T) - Method in class org.infinispan.commons.util.ByRef
 
setAccessible(Method) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
setAccessibly(Object, Field, Object) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
setAttributeValue(String, Enum, String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
setAttributeValue(String, String, String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
setAttributeValue(String, String, String) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationReader
 
setAttributeValue(String, String, String) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
setAttributeValue(String, String, String) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader
 
setBits(IntSet) - Method in class org.infinispan.commons.util.BloomFilter
Clears all current bits and sets them to the values in the provided IntSet.
setEncoding(String) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
setEnum(long, Enum) - Static method in class org.infinispan.commons.util.EnumUtil
 
setEnums(long, Collection) - Static method in class org.infinispan.commons.util.EnumUtil
 
setFeature(String, boolean) - Method in class org.infinispan.commons.configuration.io.xml.MXParser
Method setFeature
setFeature(String, boolean) - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Use this call to change the general behaviour of the parser, such as namespace processing or doctype declaration handling.
setField(Object, Field, Object) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
setGlobalFactory(Json.Factory) - Static method in class org.infinispan.commons.dataconversion.internal.Json
Specify a global Json Json.Factory to be used by all threads that don't have a specific thread-local factory attached to them.
setIfNotNull(String, Object) - Method in class org.infinispan.commons.dataconversion.internal.Json
Set a Json object's property only if the value is not null
setImplied(T) - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
setInput(InputStream, String) - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
setInput(InputStream, String) - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Sets the input stream the parser is going to process.
setInput(Reader) - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
setInput(Reader) - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Set the input source for parser to the given reader and resets the parser.
setLocal(boolean) - Method in class org.infinispan.query.remote.client.impl.QueryRequest
 
setLocalRepository(Path) - Method in class org.infinispan.commons.maven.MavenSettings
 
SetMapper<E,R> - Class in org.infinispan.commons.util
A set that maps another one to a new one of a possibly different type.
SetMapper(Set, InjectiveFunction) - Constructor for class org.infinispan.commons.util.SetMapper
 
setMaxResults(Integer) - Method in class org.infinispan.query.remote.client.impl.QueryRequest
 
setNamedParameters(List) - Method in class org.infinispan.query.remote.client.impl.QueryRequest
 
setNumResults(int) - Method in class org.infinispan.query.remote.client.impl.QueryResponse
 
setParameter(String, Object) - Method in interface org.infinispan.commons.api.query.Query
Sets the value of a named parameter.
setParameter(String, Object) - Method in class org.infinispan.commons.query.BaseQuery
 
setParameter(String, Object) - Method in interface org.infinispan.query.dsl.Query
Deprecated.
 
setParameters(Map) - Method in interface org.infinispan.commons.api.query.Query
Sets multiple named parameters at once.
setParameters(Map) - Method in class org.infinispan.commons.query.BaseQuery
 
setParameters(Map) - Method in interface org.infinispan.query.dsl.Query
Deprecated.
 
setProjectionSize(int) - Method in class org.infinispan.query.remote.client.impl.QueryResponse
 
setProperty(String, boolean) - Method in class org.infinispan.commons.util.TypedProperties
Sets a boolean property value.
setProperty(String, int) - Method in class org.infinispan.commons.util.TypedProperties
Sets an integer property value.
setProperty(String, long) - Method in class org.infinispan.commons.util.TypedProperties
Sets a long property value.
setProperty(String, Object) - Method in class org.infinispan.commons.configuration.io.xml.MXParser
 
setProperty(String, Object) - Method in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Set the value of a property.
setProperty(String, String) - Method in class org.infinispan.commons.util.TypedProperties
 
setQueryString(String) - Method in class org.infinispan.query.remote.client.impl.QueryRequest
 
setResults(List) - Method in class org.infinispan.query.remote.client.impl.QueryResponse
 
setRollbackOnly() - Method in class org.infinispan.commons.tx.TransactionImpl
Mark the transaction so that the only possible outcome is a rollback.
setRollbackOnly() - Method in class org.infinispan.commons.tx.TransactionManagerImpl
 
setSchema(ConfigurationSchemaVersion) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationReader
 
setSchema(ConfigurationSchemaVersion) - Method in interface org.infinispan.commons.configuration.io.ConfigurationReader
 
setStackTrace(StackTraceElement[]) - Method in exception class org.infinispan.commons.marshall.NotSerializableException
 
setStandalone(boolean) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
setStartOffset(Long) - Method in class org.infinispan.query.remote.client.impl.QueryRequest
 
setTimer(TimerTracker) - Method in class org.infinispan.commons.stat.DefaultSimpleStat
 
setTimer(TimerTracker) - Method in interface org.infinispan.commons.stat.SimpleStat
 
setTimer(TimerTracker) - Method in class org.infinispan.commons.stat.SimpleStateWithTimer
 
setTransactionTimeout(int) - Method in class org.infinispan.commons.tx.TransactionManagerImpl
 
setup() - Method in class org.infinispan.commons.logging.log4j.XmlConfiguration
 
setValue(V) - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
 
setValue(V) - Method in class org.infinispan.commons.util.SimpleImmutableEntry
 
setVersion(String) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
setXid(XidImpl) - Method in class org.infinispan.commons.tx.TransactionImpl
 
SignedNumeric - Class in org.infinispan.commons.io
Variable length encoding for signed numbers, using the ZigZag technique
SIMPLE_CLUSTERED_VERSION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SimpleImmutableEntry<K,V> - Class in org.infinispan.commons.util
Where is Java 1.6?
SimpleImmutableEntry(Map.Entry) - 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.
SimpleStat - Interface in org.infinispan.commons.stat
A simple statistic recorder that computes the average, minimum and maximum value observed.
SimpleStateWithTimer - Class in org.infinispan.commons.stat
A SimpleStat implementation that also updates a TimerTracker object.
SimpleStateWithTimer() - Constructor for class org.infinispan.commons.stat.SimpleStateWithTimer
 
SimpleTimerTracker - Class in org.infinispan.commons.stat
A simple implementation of TimerTracker that keep tracks of events and the sum of their duration.
SimpleTimerTracker() - Constructor for class org.infinispan.commons.stat.SimpleTimerTracker
 
since(int, int) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder
 
since(int, int) - Method in interface org.infinispan.commons.configuration.io.ConfigurationSchemaVersion
 
SINGLE_KEY_BACKUP_WRITE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SINGLE_KEY_BACKUP_WRITE_COMMAND_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SINGLE_KEY_FUNCTIONAL_BACKUP_WRITE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SINGLE_KEY_FUNCTIONAL_BACKUP_WRITE_COMMAND_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SingletonIntSet - Class in org.infinispan.commons.util
Immutable implementation of IntSet that contains a single value
SingletonIntSet$___Marshaller_1279f84774a8da32326fa3054e7ad4d6f47d73031ea087742e1d2defd6fc2470 - Class in org.infinispan.commons.util
WARNING: Generated code!
SingletonIntSet$___Marshaller_1279f84774a8da32326fa3054e7ad4d6f47d73031ea087742e1d2defd6fc2470() - Constructor for class org.infinispan.commons.util.SingletonIntSet$___Marshaller_1279f84774a8da32326fa3054e7ad4d6f47d73031ea087742e1d2defd6fc2470
 
siteLocal(String) - Static method in class org.infinispan.commons.util.NetworkAddress
 
size - Variable in class org.infinispan.commons.util.ArrayMap
 
size() - Method in interface org.infinispan.commons.api.multimap.BasicMultimapCache
Returns the number of key-value pairs in this multimap cache.
size() - Method in class org.infinispan.commons.io.LazyByteArrayOutputStream
Overriden only to avoid unneeded synchronization
size() - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
size() - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
size() - Method in class org.infinispan.commons.util.ArrayMap
 
size() - Method in class org.infinispan.commons.util.ArrayRingBuffer
 
size() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
size() - Method in class org.infinispan.commons.util.CollectionMapper
 
size() - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
size() - Method in class org.infinispan.commons.util.EmptyIntSet
 
size() - Method in class org.infinispan.commons.util.ForwardingList
 
size() - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
 
size() - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
 
size() - Method in class org.infinispan.commons.util.ImmutableListCopy
 
size() - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapper
 
size() - Method in class org.infinispan.commons.util.RangeSet
 
size() - Method in class org.infinispan.commons.util.SingletonIntSet
 
size() - Method in class org.infinispan.commons.util.SmallIntSet
 
size() - Method in class org.infinispan.commons.util.WeakValueHashMap
 
size(boolean) - Method in class org.infinispan.commons.util.ArrayRingBuffer
 
SIZE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
sizeAsync() - Method in interface org.infinispan.commons.api.AsyncCache
Asynchronous version of Map.size().
sizeEstimate(Object) - Method in interface org.infinispan.commons.marshall.StreamAwareMarshaller
An method that provides an estimate of the buffer size that will be required once the object has been marshalled.
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
 
skipSubTree() - Method in class org.infinispan.commons.configuration.io.xml.MXParser
Skip sub tree that is currently parser positioned on.
SLEEP - Static variable in class org.infinispan.commons.io.FileWatcher
 
SmallIntSet - Class in org.infinispan.commons.util
Represent a set of integers (e.g. segments) as a BitSet.
SmallIntSet$___Marshaller_65a160d496d228152e64d1317172a7b720eec69ee9984b5537fa992183d03acf - Class in org.infinispan.commons.util
WARNING: Generated code!
SmallIntSet$___Marshaller_65a160d496d228152e64d1317172a7b720eec69ee9984b5537fa992183d03acf() - Constructor for class org.infinispan.commons.util.SmallIntSet$___Marshaller_65a160d496d228152e64d1317172a7b720eec69ee9984b5537fa992183d03acf
 
SNAKE_CASE - Enum constant in enum class org.infinispan.commons.configuration.io.NamingStrategy
 
SOLARIS - Enum constant in enum class org.infinispan.commons.util.OS
 
spliterator - Variable in class org.infinispan.commons.util.SpliteratorMapper
 
spliterator() - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
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() - Method in class org.infinispan.commons.util.CollectionMapper
 
spliterator() - Method in class org.infinispan.commons.util.SingletonIntSet
 
spliterator(Spliterator) - 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(BaseStream) - Static method in class org.infinispan.commons.util.Closeables
Creates a closeable spliterator that when closed will close the underlying stream as well
spliterator(CloseableIterator, 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.
SpliteratorMapper<E,S> - Class in org.infinispan.commons.util
A spliterator that has been mapped from another spliterator.
SpliteratorMapper(Spliterator, Function) - Constructor for class org.infinispan.commons.util.SpliteratorMapper
 
SPRING_LOWER_BOUND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SPRING_SESSION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SPRING_SESSION_ATTRIBUTE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SPRING_SESSION_REMAP - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
sslContext() - Method in record class org.infinispan.commons.util.SslContextFactory.Context
Returns the value of the sslContext record component.
SslContextFactory - Class in org.infinispan.commons.util
SslContextFactory.
SslContextFactory() - Constructor for class org.infinispan.commons.util.SslContextFactory
 
SslContextFactory.Context - Record Class in org.infinispan.commons.util
 
sslInitializationException(Throwable) - Method in class org.infinispan.commons.logging.Log_$logger
 
sslInitializationException(Throwable) - Method in interface org.infinispan.commons.logging.Log
 
sslInitializationException$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
sslProtocol(String) - Method in class org.infinispan.commons.util.SslContextFactory
 
StandardConversions - Class in org.infinispan.commons.dataconversion
Utilities to convert between text/plain, octet-stream, java-objects and url-encoded contents.
StandardConversions() - Constructor for class org.infinispan.commons.dataconversion.StandardConversions
 
start() - Method in interface org.infinispan.commons.api.Lifecycle
Invoked on component start
start() - Method in interface org.infinispan.commons.marshall.Marshaller
Perform any initialization required before the marshaller is used.
START_DOCUMENT - Enum constant in enum class org.infinispan.commons.configuration.io.ConfigurationReader.ElementType
 
START_DOCUMENT - Static variable in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Signalize that parser is at the very beginning of the document and nothing was read yet.
START_ELEMENT - Enum constant in enum class org.infinispan.commons.configuration.io.ConfigurationReader.ElementType
 
START_OFFSET_FIELD - Static variable in class org.infinispan.query.remote.client.impl.QueryRequest
 
START_TAG - Static variable in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Returned from getEventType(), next(), nextToken() when a start tag was read.
startBatch() - Method in interface org.infinispan.commons.api.BatchingCache
Starts a batch.
startOffset - Variable in class org.infinispan.commons.query.BaseQuery
 
startOffset(long) - Method in interface org.infinispan.commons.api.query.Query
Sets the starting offset into the overall result set.
startOffset(long) - Method in class org.infinispan.commons.query.BaseQuery
 
startOffset(long) - Method in interface org.infinispan.query.dsl.Query
Deprecated.
 
startPublisher() - Method in class org.infinispan.commons.reactive.AbstractAsyncPublisherHandler
 
STATE_CHUNK - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STATE_RESPONSE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STATE_TRANSFER_CANCEL_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STATE_TRANSFER_GET_LISTENERS_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STATE_TRANSFER_GET_TRANSACTIONS_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STATE_TRANSFER_START_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STATS_TASK - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
stop() - Method in interface org.infinispan.commons.api.Lifecycle
Invoked on component stop
stop() - Method in class org.infinispan.commons.io.FileWatcher
 
stop() - Method in interface org.infinispan.commons.marshall.Marshaller
Stop the marshaller.
stopCache(String) - Method in interface org.infinispan.commons.api.BasicCacheContainer
Forcefully stops a cache with the given name.
stream() - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
stream() - Method in interface org.infinispan.commons.util.CloseableIteratorCollection
stream() - Method in class org.infinispan.commons.util.CollectionMapper
 
stream() - Method in interface org.infinispan.commons.util.IntSet
 
stream(CloseableIterator, boolean, long, int) - Static method in class org.infinispan.commons.util.Closeables
Creates a stream that when closed will also close the underlying iterator
stream(CloseableSpliterator, boolean) - Static method in class org.infinispan.commons.util.Closeables
Creates a stream that when closed will also close the underlying spliterator
STREAM_BI_CONSUMER_CACHE_DOUBLE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_BI_CONSUMER_CACHE_INT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_BI_CONSUMER_CACHE_LONG - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_BI_CONSUMER_CACHE_OBJECT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_DISTINCT_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_FILTER_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_FLATMAP_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_FLATMAP_TO_DOUBLE_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_FLATMAP_TO_INT_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_FLATMAP_TO_LONG_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_LIMIT_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_MAP_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_MAP_TO_DOUBLE_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_MAP_TO_INT_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_MAP_TO_LONG_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PEEK_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_DOUBLE_BOXED_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_DOUBLE_DISTINCT_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_DOUBLE_FILTER_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_DOUBLE_FLAT_MAP_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_DOUBLE_LIMIT_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_DOUBLE_MAP_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_DOUBLE_MAP_TO_INT_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_DOUBLE_MAP_TO_LONG_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_DOUBLE_MAP_TO_OBJ_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_DOUBLE_PEEK_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_INT_AS_DOUBLE_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_INT_AS_LONG_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_INT_BOXED_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_INT_DISTINCT_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_INT_FILTER_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_INT_FLAT_MAP_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_INT_LIMIT_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_INT_MAP_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_INT_MAP_TO_DOUBLE_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_INT_MAP_TO_LONG_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_INT_MAP_TO_OBJ_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_INT_PEEK_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_LONG_AS_DOUBLE_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_LONG_BOXED_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_LONG_DISTINCT_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_LONG_FILTER_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_LONG_FLAT_MAP_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_LONG_LIMIT_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_LONG_MAP_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_LONG_MAP_TO_DOUBLE_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_LONG_MAP_TO_INT_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_LONG_MAP_TO_OBJ_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_INTOP_PRIMITIVE_LONG_PEEK_OPERATION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_LOCKED_STREAM_CACHE_ENTRY_CONSUMER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
STREAM_LOCKED_STREAM_CACHE_ENTRY_FUNCTION - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
StreamAwareMarshaller - Interface in org.infinispan.commons.marshall
A minimal interface that facilitates the marshalling/unmarshalling of objects from the provided InputStream/OutputStream.
string(String) - Method in class org.infinispan.commons.dataconversion.internal.Json.DefaultFactory
 
string(String) - Method in interface org.infinispan.commons.dataconversion.internal.Json.Factory
Construct and return a JSON string.
STRING_ARRAY - Static variable in interface org.infinispan.commons.configuration.attributes.AttributeSerializer
 
STRING_COLLECTION - Static variable in interface org.infinispan.commons.configuration.attributes.AttributeSerializer
 
stringArray(int) - Static method in class org.infinispan.commons.util.Util
 
StringBuilderWriter - Class in org.infinispan.commons.io
 
StringBuilderWriter() - Constructor for class org.infinispan.commons.io.StringBuilderWriter
 
StringBuilderWriter(int) - Constructor for class org.infinispan.commons.io.StringBuilderWriter
 
StringBuilderWriter(StringBuilder) - Constructor for class org.infinispan.commons.io.StringBuilderWriter
 
StringConfiguration - Class in org.infinispan.commons.configuration
A simple wrapper for a configuration represented as a String.
StringConfiguration(String) - Constructor for class org.infinispan.commons.configuration.StringConfiguration
 
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
 
StripedCounters<T> - Class in org.infinispan.commons.util.concurrent
Duplicates a set of counters in a set of stripes, so that multiple threads can increment those counters without too much contention.
StripedCounters(Supplier) - Constructor for class org.infinispan.commons.util.concurrent.StripedCounters
 
stripeForCurrentThread() - Method in class org.infinispan.commons.util.concurrent.StripedCounters
 
STRONG_COUNTER_KEY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
subList(int, int) - Method in class org.infinispan.commons.util.ForwardingList
 
subList(int, int) - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
 
subList(int, int) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
subscribe(Subscriber) - Method in class org.infinispan.commons.api.query.impl.QueryPublisher
 
SUCCESSFUL_ARRAY_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SUCCESSFUL_BOOLEAN_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SUCCESSFUL_BYTES_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SUCCESSFUL_COLLECTION_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SUCCESSFUL_IMMORTAL_CACHE_VALUE_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SUCCESSFUL_LONG_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SUCCESSFUL_MAP_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SUCCESSFUL_METADATA_IMMORTAL_CACHE_VALUE_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SUCCESSFUL_METADATA_MORTAL_CACHE_VALUE_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SUCCESSFUL_METADATA_TRANSIENT_CACHE_VALUE_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SUCCESSFUL_METADATA_TRANSIENT_MORTAL_CACHE_VALUE_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SUCCESSFUL_MORTAL_CACHE_VALUE_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SUCCESSFUL_OBJECT_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SUCCESSFUL_TRANSIENT_CACHE_VALUE_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SUCCESSFUL_TRANSIENT_MORTAL_CACHE_VALUE_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SUM_FINALIZER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SUM_REDUCER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
summary() - Method in record class org.infinispan.commons.stat.micrometer.MicrometerDistributionSummary
Returns the value of the summary record component.
supplier - Variable in class org.infinispan.commons.reactive.AbstractAsyncPublisherHandler
 
supplier() - Method in class org.infinispan.commons.dataconversion.internal.JsonArrayCollector
 
supplier() - Method in class org.infinispan.commons.util.ArrayCollector
 
supplierBuilder(String, Class) - Static method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
supportedTypes - Variable in class org.infinispan.commons.dataconversion.OneToManyTranscoder
 
supports(MediaType) - Method in interface org.infinispan.commons.dataconversion.Transcoder
 
supportsConversion(MediaType, MediaType) - Method in class org.infinispan.commons.dataconversion.DefaultTranscoder
 
supportsConversion(MediaType, MediaType) - Method in class org.infinispan.commons.dataconversion.OneToManyTranscoder
 
supportsConversion(MediaType, MediaType) - Method in interface org.infinispan.commons.dataconversion.Transcoder
 
supportsDuplicates() - Method in interface org.infinispan.commons.api.multimap.BasicMultimapCache
Multimap can support duplicates on the same key k → ['a', 'a', 'b'] or not k → ['a', 'b'] depending on configuration.
suspend() - Method in class org.infinispan.commons.tx.TransactionManagerImpl
 
SYNC_CONSISTENT_HASH - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
SYNC_REPLICATED_CONSISTENT_HASH - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 

T

tab() - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
Tag(String) - Constructor for record class org.infinispan.commons.configuration.io.AbstractConfigurationWriter.Tag
 
Tag(String, boolean, boolean, boolean) - Constructor for record class org.infinispan.commons.configuration.io.AbstractConfigurationWriter.Tag
Creates an instance of a Tag record class.
tagStack - Variable in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
targetComplete() - Method in class org.infinispan.commons.reactive.AbstractAsyncPublisherHandler
Method to invoke when a given target is found to have been completed and the next target should be used
TASK_EXECUTION_IMPL - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
taskDone(String, Instant, Instant) - Method in class org.infinispan.commons.logging.Log_$logger
 
taskDone(String, Instant, Instant) - Method in interface org.infinispan.commons.logging.Log
 
taskDone$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
taskProgression(String, long, long, String) - Method in class org.infinispan.commons.logging.Log_$logger
 
taskProgression(String, long, long, String) - Method in interface org.infinispan.commons.logging.Log
 
taskProgression$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
TB - Enum constant in enum class org.infinispan.commons.util.ByteQuantity.Unit
 
telemetryLoaded(Object) - Method in class org.infinispan.commons.logging.Log_$logger
 
telemetryLoaded(Object) - Method in interface org.infinispan.commons.logging.Log
 
telemetryLoaded$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
TEXT - Enum constant in enum class org.infinispan.commons.configuration.io.ConfigurationReader.ElementType
 
TEXT - Static variable in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
Character data was read and will is available by calling getText().
TEXT_CSS - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
TEXT_CSS_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
TEXT_CSV - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
TEXT_CSV_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
TEXT_EVENT_STREAM - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
TEXT_EVENT_STREAM_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
TEXT_HTML - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
TEXT_HTML_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
TEXT_JAVASCRIPT - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
TEXT_JAVASCRIPT_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
TEXT_PLAIN - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
TEXT_PLAIN_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 
ThreadCreator - Class in org.infinispan.commons.jdkspecific
 
ThreadCreator() - Constructor for class org.infinispan.commons.jdkspecific.ThreadCreator
 
threadDump() - Static method in class org.infinispan.commons.util.Util
 
ThreadGroups - Interface in org.infinispan.commons
 
ThreadGroups.ISPNBlockingThreadGroup - Class in org.infinispan.commons
 
ThreadGroups.ISPNNonBlockingThreadGroup - Class in org.infinispan.commons
 
threadLocalRandomUUID() - Static method in class org.infinispan.commons.util.Util
Uses a ThreadLocalRandom to generate a UUID.
ThreadPoolExecutorFactory<T> - Interface in org.infinispan.commons.executors
 
throwableArray(int) - Static method in class org.infinispan.commons.util.Util
 
TiB - Enum constant in enum class org.infinispan.commons.util.ByteQuantity.Unit
 
time() - Method in class org.infinispan.commons.time.DefaultTimeService
 
time() - Method in interface org.infinispan.commons.time.TimeService
 
TimedThreadDump - Class in org.infinispan.commons.util
 
timeDuration(long, long, TimeUnit) - Method in class org.infinispan.commons.time.DefaultTimeService
 
timeDuration(long, long, TimeUnit) - Method in interface org.infinispan.commons.time.TimeService
 
timeDuration(long, TimeUnit) - Method in class org.infinispan.commons.time.DefaultTimeService
 
timeDuration(long, TimeUnit) - Method in interface org.infinispan.commons.time.TimeService
It is equivalent to timeDuration(startTime, time(), outputTimeUnit).
TimeGaugeMetricInfo<T> - Class in org.infinispan.commons.stat
Same as GaugeMetricInfo but the tracked value is a time or duration.
TimeGaugeMetricInfo(String, String, Map, Function, TimeUnit) - Constructor for class org.infinispan.commons.stat.TimeGaugeMetricInfo
 
timeout - Variable in class org.infinispan.commons.query.BaseQuery
Optional timeout in nanoseconds.
timeout(long, TimeUnit) - Method in interface org.infinispan.commons.api.query.Query
Set the timeout for this query.
timeout(long, TimeUnit) - Method in class org.infinispan.commons.query.BaseQuery
 
timeout(long, TimeUnit) - Method in interface org.infinispan.query.dsl.Query
Deprecated.
 
TimeoutException - Exception Class in org.infinispan.commons
Thrown when a timeout occurred. used by operations with timeouts, e.g. lock acquisition, or waiting for responses from all members.
TimeoutException() - Constructor for exception class org.infinispan.commons.TimeoutException
 
TimeoutException(String) - Constructor for exception class org.infinispan.commons.TimeoutException
 
TimeoutException(String, Throwable) - Constructor for exception class org.infinispan.commons.TimeoutException
 
TimeQuantity - Class in org.infinispan.commons.util
Parser human-readable quantity of time.
TimeQuantity.Unit - Enum Class in org.infinispan.commons.util
 
timer() - Method in record class org.infinispan.commons.stat.micrometer.MicrometerTimerTracker
Returns the value of the timer record component.
TimerMetricInfo<T> - Class in org.infinispan.commons.stat
Represents a duration event (histogram).
TimerMetricInfo(String, String, Map, BiConsumer) - Constructor for class org.infinispan.commons.stat.TimerMetricInfo
 
TimerTracker - Interface in org.infinispan.commons.stat
Tracks a timer metric.
TimeService - Interface in org.infinispan.commons.time
Encapsulates all the time related logic in this interface.
TimeServiceTicker - Class in org.infinispan.commons.time
A Ticker for Caffeine backed by a TimeService
TimeServiceTicker(TimeService) - Constructor for class org.infinispan.commons.time.TimeServiceTicker
 
TITLE_CASE - Enum constant in enum class org.infinispan.commons.configuration.io.NamingStrategy
 
to(OutputStream) - Static method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
to(Writer) - Static method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
TO_ARRAY_FINALIZER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
TO_ARRAY_REDUCER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
toArray() - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
toArray() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
toArray() - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
toArray() - Method in class org.infinispan.commons.util.EmptyIntSet
 
toArray() - Method in class org.infinispan.commons.util.ForwardingList
 
toArray() - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
 
toArray() - Method in class org.infinispan.commons.util.ImmutableListCopy
 
toArray() - Method in class org.infinispan.commons.util.RangeSet
 
toArray() - Method in class org.infinispan.commons.util.SingletonIntSet
 
toArray() - Method in class org.infinispan.commons.util.SmallIntSet
 
toArray(T[]) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
 
toArray(T[]) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
 
toArray(T[]) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
toArray(T[]) - Method in class org.infinispan.commons.util.EmptyIntSet
 
toArray(T[]) - Method in class org.infinispan.commons.util.ForwardingList
 
toArray(T[]) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
 
toArray(T[]) - Method in class org.infinispan.commons.util.ImmutableListCopy
 
toArray(T[]) - Method in class org.infinispan.commons.util.RangeSet
 
toArray(T[]) - Method in class org.infinispan.commons.util.SingletonIntSet
 
toArray(T[]) - Method in class org.infinispan.commons.util.SmallIntSet
 
toAttribute() - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
toBitSet() - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
toBitSet() - Method in class org.infinispan.commons.util.EmptyIntSet
 
toBitSet() - Method in interface org.infinispan.commons.util.IntSet
Returns a byte array that has a bit set for each int in this set where each byte represents 8 numbers.
toBitSet() - Method in class org.infinispan.commons.util.RangeSet
 
toBitSet() - Method in class org.infinispan.commons.util.SingletonIntSet
 
toBitSet() - Method in class org.infinispan.commons.util.SmallIntSet
 
toByteArray(ByteBuffer) - Static method in class org.infinispan.commons.marshall.MarshallUtil
 
toBytes(long) - Method in enum class org.infinispan.commons.util.ByteQuantity.Unit
 
toBytes(BigDecimal) - Method in enum class org.infinispan.commons.util.ByteQuantity.Unit
 
toCharArray(String) - Static method in class org.infinispan.commons.util.Util
 
toClassArray(String[], ClassLoader) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
toDuration() - Method in class org.infinispan.commons.util.TimeQuantity
 
toHexString(byte[]) - Static method in class org.infinispan.commons.util.Util
 
toHexString(byte[], int) - Static method in class org.infinispan.commons.util.Util
 
toHexString(byte[], int, int) - Static method in class org.infinispan.commons.util.Util
 
toIntArray() - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
toIntArray() - Method in interface org.infinispan.commons.util.IntSet
Returns an array containing all of the elements in this set.
toIntArray() - Method in class org.infinispan.commons.util.RangeSet
 
toIntArray() - Method in class org.infinispan.commons.util.SingletonIntSet
 
toIntArray() - Method in class org.infinispan.commons.util.SmallIntSet
 
toJDKByteBuffer() - Method in class org.infinispan.commons.io.ByteBufferImpl
 
toJson() - Method in interface org.infinispan.commons.dataconversion.internal.Json.Schema
Return the JSON representation of the schema.
toJson() - Method in interface org.infinispan.commons.dataconversion.internal.JsonSerialization
 
toJson() - Method in class org.infinispan.commons.util.JVMMemoryInfoInfo
 
toJson() - Method in class org.infinispan.query.remote.client.impl.QueryRequest.NamedParameter
 
toJson() - Method in class org.infinispan.query.remote.client.impl.QueryRequest
 
toMilliseconds(BigDecimal) - Method in enum class org.infinispan.commons.util.TimeQuantity.Unit
 
toNullFunction() - Static method in class org.infinispan.commons.util.concurrent.CompletableFutures
 
toObjectSet(Collection) - Static method in class org.infinispan.commons.util.InfinispanCollections
 
TOPOLOGY_AWARE_CONSISTENT_HASH - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
TOPOLOGY_AWARE_SYNC_CONSISTENT_HASH - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
TOPOLOGY_UPDATE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
TOPOLOGY_UPDATE_STABLE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
toPrettyString() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
toStr(Object) - Static method in class org.infinispan.commons.util.Util
 
toStr(Collection) - Static method in class org.infinispan.commons.util.Util
 
toString() - Method in record class org.infinispan.commons.api.query.EntityEntry
Returns a string representation of this record class.
toString() - Method in record class org.infinispan.commons.api.query.geo.LatLng
Returns a string representation of this record class.
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() - Method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
toString() - Method in class org.infinispan.commons.configuration.Combine
 
toString() - Method in record class org.infinispan.commons.configuration.io.AbstractConfigurationWriter.Tag
Returns a string representation of this record class.
toString() - Method in class org.infinispan.commons.configuration.io.Location
 
toString() - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader.Parsed
 
toString() - Method in class org.infinispan.commons.dataconversion.MediaType
 
toString() - Method in class org.infinispan.commons.hash.CRC16
 
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.io.StringBuilderWriter
 
toString() - Method in class org.infinispan.commons.jdkspecific.ProcessInfo
 
toString() - Method in class org.infinispan.commons.marshall.WrappedByteArray
 
toString() - Method in class org.infinispan.commons.maven.LocalArtifact
 
toString() - Method in class org.infinispan.commons.maven.MavenArtifact
Get the string representation.
toString() - Method in class org.infinispan.commons.maven.URLArtifact
 
toString() - Method in record class org.infinispan.commons.query.TotalHitCount
Returns a string representation of this record class.
toString() - Method in class org.infinispan.commons.stat.CounterMetricInfo
 
toString() - Method in class org.infinispan.commons.stat.DistributionSummaryMetricInfo
 
toString() - Method in class org.infinispan.commons.stat.FunctionTimerMetricInfo
 
toString() - Method in class org.infinispan.commons.stat.GaugeMetricInfo
 
toString() - Method in class org.infinispan.commons.stat.TimeGaugeMetricInfo
 
toString() - Method in class org.infinispan.commons.stat.TimerMetricInfo
 
toString() - Method in record class org.infinispan.commons.stat.micrometer.MicrometerCounterTracker
Returns a string representation of this record class.
toString() - Method in record class org.infinispan.commons.stat.micrometer.MicrometerDistributionSummary
Returns a string representation of this record class.
toString() - Method in record class org.infinispan.commons.stat.micrometer.MicrometerTimerTracker
Returns a string representation of this record class.
toString() - Method in exception class org.infinispan.commons.TimeoutException
 
toString() - Method in class org.infinispan.commons.tx.TransactionImpl
 
toString() - Method in class org.infinispan.commons.tx.XidImpl
 
toString() - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
 
toString() - Method in class org.infinispan.commons.util.ArrayRingBuffer
 
toString() - Method in class org.infinispan.commons.util.BloomFilter
 
toString() - Method in class org.infinispan.commons.util.concurrent.FileSystemLock
 
toString() - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet
 
toString() - Method in class org.infinispan.commons.util.EmptyIntSet
 
toString() - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapper
 
toString() - Method in class org.infinispan.commons.util.KeyValueWithPrevious
 
toString() - Method in class org.infinispan.commons.util.NetworkAddress
 
toString() - Method in class org.infinispan.commons.util.RangeSet
 
toString() - Method in class org.infinispan.commons.util.SegmentAwareKey
 
toString() - Method in class org.infinispan.commons.util.SimpleImmutableEntry
 
toString() - Method in class org.infinispan.commons.util.SingletonIntSet
 
toString() - Method in class org.infinispan.commons.util.SmallIntSet
 
toString() - Method in record class org.infinispan.commons.util.SslContextFactory.Context
Returns a string representation of this record class.
toString() - Method in class org.infinispan.commons.util.TimeQuantity
 
toString() - Method in class org.infinispan.commons.util.WeakValueHashMap
 
toString() - Method in class org.infinispan.query.remote.client.FilterResult
 
toString() - Method in class org.infinispan.query.remote.client.impl.ContinuousQueryResult
 
toString(int) - Method in class org.infinispan.commons.dataconversion.internal.Json
Return a string representation of this that does not exceed a certain maximum length.
toString(long) - Method in enum class org.infinispan.commons.util.ByteQuantity.Unit
 
toString(String) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
toStringArray(Class[]) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
toStringConfiguration(String) - Method in interface org.infinispan.commons.configuration.BasicConfiguration
Converts this configuration to an XML.
toStringConfiguration(String) - Method in class org.infinispan.commons.configuration.StringConfiguration
 
toStringConfiguration(String, MediaType, boolean) - Method in interface org.infinispan.commons.configuration.BasicConfiguration
Converts this configuration to a string representation.
toStringConfiguration(String, MediaType, boolean) - Method in class org.infinispan.commons.configuration.StringConfiguration
 
TotalHitCount - Record Class in org.infinispan.commons.query
 
TotalHitCount(int, boolean) - Constructor for record class org.infinispan.commons.query.TotalHitCount
Creates an instance of a TotalHitCount record class.
totalTime() - Method in class org.infinispan.commons.stat.SimpleTimerTracker
 
toTrueFunction() - Static method in class org.infinispan.commons.util.concurrent.CompletableFutures
 
toTypedProperties(Map) - Static method in class org.infinispan.commons.util.TypedProperties
Factory method that converts a JDK Map (including Properties instance to an instance of TypedProperties, if needed.
touch() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
TOUCH_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
TraceException - Exception Class in org.infinispan.commons.util.logging
This exception is used to add stack trace information to exceptions as they move from one thread to another.
TraceException() - Constructor for exception class org.infinispan.commons.util.logging.TraceException
 
TRANSACTION_INFO - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
TransactionalCache - Interface in org.infinispan.commons.api
This interface is implemented by caches that support (i.e. can interact with) transactions.
transactionFailed(Throwable) - Method in class org.infinispan.commons.tx.TransactionImpl
 
TransactionImpl - Class in org.infinispan.commons.tx
A basic Transaction implementation.
TransactionImpl() - Constructor for class org.infinispan.commons.tx.TransactionImpl
 
transactionManagerId - Variable in class org.infinispan.commons.tx.TransactionManagerImpl
 
TransactionManagerImpl - Class in org.infinispan.commons.tx
A simple TransactionManager implementation.
TransactionManagerImpl() - Constructor for class org.infinispan.commons.tx.TransactionManagerImpl
 
TransactionManagerLookup - Interface in org.infinispan.commons.tx.lookup
Factory interface, allows Cache or RemoteCache to use different transactional systems.
TransactionResourceConverter - Interface in org.infinispan.commons.tx
Converts Synchronization and XAResource to AsyncSynchronization and AsyncXaResource.
transactionStatusToString(int) - Static method in class org.infinispan.commons.tx.Util
 
transcode(Object, MediaType, MediaType) - Method in class org.infinispan.commons.dataconversion.AbstractTranscoder
 
transcode(Object, MediaType, MediaType) - Method in interface org.infinispan.commons.dataconversion.Transcoder
Transcodes content between two different MediaType.
Transcoder - Interface in org.infinispan.commons.dataconversion
Converts content between two or more MediaTypes.
TranscoderMarshallerAdapter - Class in org.infinispan.commons.dataconversion
Base class for transcoder between application/x-java-object and byte[] produced by a marshaller.
TranscoderMarshallerAdapter(Marshaller) - Constructor for class org.infinispan.commons.dataconversion.TranscoderMarshallerAdapter
 
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, InfinispanCollections.MapMakerFunction) - Static method in class org.infinispan.commons.util.InfinispanCollections
Given a collection, transforms the collection to a map given a InfinispanCollections.MapMakerFunction
transformMapValue(Map, InfinispanCollections.Function) - 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.
TRANSIENT_CACHE_ENTRY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
TRANSIENT_CACHE_VALUE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
TRANSIENT_MORTAL_CACHE_VALUE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
trim() - Method in interface org.infinispan.commons.io.ByteBuffer
Returns a trimmed byte array.
TRUE - Static variable in interface org.infinispan.commons.configuration.attributes.AttributeMatcher
 
trustManager() - Method in record class org.infinispan.commons.util.SslContextFactory.Context
Returns the value of the trustManager record component.
trustStoreFileName(String) - Method in class org.infinispan.commons.util.SslContextFactory
 
trustStorePassword(char[]) - Method in class org.infinispan.commons.util.SslContextFactory
 
trustStoreType(String) - Method in class org.infinispan.commons.util.SslContextFactory
 
tryAdvance(Consumer) - Method in class org.infinispan.commons.util.FlattenSpliterator
 
tryAdvance(Consumer) - Method in class org.infinispan.commons.util.SpliteratorMapper
 
tryAdvance(Consumer) - Method in class org.infinispan.commons.util.FilterSpliterator
 
tryLock() - Method in class org.infinispan.commons.util.concurrent.FileSystemLock
Tries to acquire the global lock.
tryLock() - Method in class org.infinispan.commons.util.concurrent.NonReentrantLock
 
tryLock(long, TimeUnit) - Method in class org.infinispan.commons.util.concurrent.NonReentrantLock
 
tryLookup(ClassLoader) - Method in enum class org.infinispan.commons.tx.lookup.LookupNames.TransactionManagerFactory
 
trySplit() - Method in class org.infinispan.commons.util.FilterSpliterator
 
trySplit() - Method in class org.infinispan.commons.util.FlattenSpliterator
 
trySplit() - Method in class org.infinispan.commons.util.SpliteratorMapper
 
TX_COMPLETION_NOTIFICATION_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
TX_READ_ONLY_KEY_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
TX_READ_ONLY_MANY_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
type() - Method in class org.infinispan.commons.configuration.io.ConfigurationWriter.Builder
 
type() - Method in class org.infinispan.commons.util.Either
 
TypedProperties - Class in org.infinispan.commons.util
Type-aware properties.
TypedProperties() - Constructor for class org.infinispan.commons.util.TypedProperties
Default constructor that returns an empty instance
TypedProperties(Map) - Constructor for class org.infinispan.commons.util.TypedProperties
Copy constructor
TypedPropertiesAttributeCopier - Class in org.infinispan.commons.configuration.attributes
TypedPropertiesAttributeCopier.
TypedPropertiesAttributeCopier() - Constructor for class org.infinispan.commons.configuration.attributes.TypedPropertiesAttributeCopier
 
TYPES - Static variable in interface org.infinispan.commons.configuration.io.xml.XmlPullParser
This array can be used to convert the event type integer constants such as START_TAG or TEXT to to a string.

U

unableToConvertStringPropertyToBoolean(String, boolean) - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToConvertStringPropertyToBoolean(String, boolean) - Method in interface org.infinispan.commons.logging.Log
 
unableToConvertStringPropertyToBoolean$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToConvertStringPropertyToEnum(String, String) - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToConvertStringPropertyToEnum(String, String) - Method in interface org.infinispan.commons.logging.Log
 
unableToConvertStringPropertyToEnum$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToConvertStringPropertyToInt(String, int) - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToConvertStringPropertyToInt(String, int) - Method in interface org.infinispan.commons.logging.Log
 
unableToConvertStringPropertyToInt$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToConvertStringPropertyToLong(String, long) - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToConvertStringPropertyToLong(String, long) - Method in interface org.infinispan.commons.logging.Log
 
unableToConvertStringPropertyToLong$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToLoadClass(String, String, Throwable) - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToLoadClass(String, String, Throwable) - Method in interface org.infinispan.commons.logging.Log
 
unableToLoadClass$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToLoadFileUsingScheme(String) - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToLoadFileUsingScheme(String) - Method in interface org.infinispan.commons.logging.Log
 
unableToLoadFileUsingScheme$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToUnwrap(Object, Class) - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToUnwrap(Object, Class) - Method in interface org.infinispan.commons.logging.Log
 
unableToUnwrap$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToUnwrapAny(String, Class) - Method in class org.infinispan.commons.logging.Log_$logger
 
unableToUnwrapAny(String, Class) - Method in interface org.infinispan.commons.logging.Log
 
unableToUnwrapAny$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
unchecked(Throwable) - Static method in class org.infinispan.commons.util.Util
 
uncheckedAwait(CompletableFuture, long, TimeUnit) - Static method in class org.infinispan.commons.util.concurrent.CompletableFutures
uncheckedAwait(CompletableFuture) - Static method in class org.infinispan.commons.util.concurrent.CompletableFutures
Same as CompletableFutures.await(CompletableFuture) but wraps checked exceptions in CacheException
unexpectedErrorFromResourceManager(Throwable) - Method in class org.infinispan.commons.logging.Log_$logger
 
unexpectedErrorFromResourceManager(Throwable) - Method in interface org.infinispan.commons.logging.Log
 
unexpectedErrorFromResourceManager$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
unicodeEscapeString(String) - Static method in class org.infinispan.commons.util.Util
 
unicodeUnescapeString(String) - Static method in class org.infinispan.commons.util.Util
 
UNIX - Enum constant in enum class org.infinispan.commons.util.OS
 
unlock() - Method in class org.infinispan.commons.util.concurrent.FileSystemLock
Unlocks the current instance if holding the global lock.
unlock() - Method in class org.infinispan.commons.util.concurrent.NonReentrantLock
 
unmarshallArray(ObjectInput, MarshallUtil.ArrayBuilder) - 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 specialized for byte array.
unmarshallCollection(ObjectInput, MarshallUtil.CollectionBuilder) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Unmarshal a Collection.
unmarshallCollection(ObjectInput, MarshallUtil.CollectionBuilder, MarshallUtil.ElementReader) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Unmarshal a Collection.
unmarshallCollectionUnbounded(ObjectInput, MarshallUtil.UnboundedCollectionBuilder) - Static method in class org.infinispan.commons.marshall.MarshallUtil
unmarshallEnum(ObjectInput, MarshallUtil.EnumBuilder) - Static method in class org.infinispan.commons.marshall.MarshallUtil
 
unmarshallIntCollection(ObjectInput, MarshallUtil.CollectionBuilder) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Unmarshalls a collection of integers.
unmarshallMap(ObjectInput, MarshallUtil.ElementReader, MarshallUtil.ElementReader, MarshallUtil.MapBuilder) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Unmarshall the Map.
unmarshallMap(ObjectInput, MarshallUtil.MapBuilder) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Unmarshall the Map.
unmarshallSize(DataInput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
Unmarshall an integer.
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 class org.infinispan.commons.logging.Log_$logger
 
unprotectedAttributeSet(String) - Method in interface org.infinispan.commons.logging.Log
 
unprotectedAttributeSet$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
unquote(String) - Static method in class org.infinispan.commons.util.Util
 
unregisterProtofile(String) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
Unregister a *.proto schema file.
unregisterProtofiles(String[]) - Method in interface org.infinispan.query.remote.client.ProtobufMetadataManagerMBean
Unregisters multiple *.proto schema files.
unsafeLock() - Method in class org.infinispan.commons.util.concurrent.FileSystemLock
Unsafely forces the current instance to hold the lock.
unsetEnum(long, Enum) - Static method in class org.infinispan.commons.util.EnumUtil
 
UnsignedNumeric - Class in org.infinispan.commons.io
Helper to read and write unsigned numerics
UnsignedNumeric() - Constructor for class org.infinispan.commons.io.UnsignedNumeric
 
UNSUCCESSFUL_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
unsupportedConversion(String, MediaType) - Method in class org.infinispan.commons.logging.Log_$logger
 
unsupportedConversion(String, MediaType) - Method in interface org.infinispan.commons.logging.Log
 
unsupportedConversion(String, MediaType, MediaType) - Method in class org.infinispan.commons.logging.Log_$logger
 
unsupportedConversion(String, MediaType, MediaType) - Method in interface org.infinispan.commons.logging.Log
 
unsupportedConversion2$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
unsupportedConversion3$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
Unsupported operations - Section in interface org.infinispan.commons.api.BasicCache
 
UNSURE_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
UNUSED - Enum constant in enum class org.infinispan.query.remote.client.impl.ContinuousQueryResult.ResultType
 
unwatch(Path) - Method in class org.infinispan.commons.io.FileWatcher
 
unwrap(Object) - Method in class org.infinispan.commons.dataconversion.ByteArrayWrapper
 
unwrap(Object) - Method in class org.infinispan.commons.dataconversion.IdentityWrapper
 
unwrap(Object) - Method in interface org.infinispan.commons.dataconversion.Wrapper
 
unwrap(Object, Class) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
unwrapAny(Class, Object...) - Static method in class org.infinispan.commons.util.ReflectionUtil
 
unwrapExceptionMessage(Throwable) - Static method in class org.infinispan.commons.util.Util
 
unwrapSuppressed(Throwable, Throwable) - Static method in class org.infinispan.commons.util.Util
 
up() - Method in class org.infinispan.commons.dataconversion.internal.Json
 
Updatable<T> - Interface in org.infinispan.commons.configuration.attributes
An interface for defining updatable attributes/attributeset.
update(long, TimeUnit) - Method in record class org.infinispan.commons.stat.micrometer.MicrometerTimerTracker
 
update(long, TimeUnit) - Method in class org.infinispan.commons.stat.SimpleTimerTracker
 
update(long, TimeUnit) - Method in interface org.infinispan.commons.stat.TimerTracker
Adds a record.
update(String, Attribute) - Method in class org.infinispan.commons.configuration.attributes.Attribute
Updates this attribute with the value of the other attribute only if the attribute is mutable and the other has been modified from its default value
update(String, AttributeSet) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
update(String, AttributeSet, Attribute...) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
update(String, T) - Method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
update(String, T) - Method in interface org.infinispan.commons.configuration.attributes.Updatable
Updates the mutable part of this instance with the values of the other instance
update(String, T, Attribute...) - Method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
update(String, T, ConfigurationElement) - Method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
update(Duration) - Method in record class org.infinispan.commons.stat.micrometer.MicrometerTimerTracker
 
update(Duration) - Method in class org.infinispan.commons.stat.SimpleTimerTracker
 
update(Duration) - Method in interface org.infinispan.commons.stat.TimerTracker
Adds a record.
UPDATE - Enum constant in enum class org.infinispan.commons.api.CacheContainerAdmin.AdminFlag
If a configuration already exists, and is compatible with the supplied configuration, update it.
updateConfigurationAttribute(String, String, String) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
Updates a mutable configuration attribute for the given cache.
UPDATED - Enum constant in enum class org.infinispan.query.remote.client.impl.ContinuousQueryResult.ResultType
 
updateInternal(String, AttributeSet, Attribute...) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
URLArtifact - Class in org.infinispan.commons.maven
Represents a generic URL artifact.
URLArtifact(String) - Constructor for class org.infinispan.commons.maven.URLArtifact
 
URLConfigurationResourceResolver - Class in org.infinispan.commons.configuration.io
 
URLConfigurationResourceResolver(URL) - Constructor for class org.infinispan.commons.configuration.io.URLConfigurationResourceResolver
 
useNativeIfAvailable(boolean) - Method in class org.infinispan.commons.util.SslContextFactory
Deprecated, for removal: This API element is subject to removal in a future version.
UserContextInitializer - Interface in org.infinispan.commons.marshall
Interface used to initialise a SerializationContext using the specified Pojos, Marshaller implementations and provided .proto schemas.
UserContextInitializerImpl - Class in org.infinispan.commons.marshall
WARNING: Generated code!
UserContextInitializerImpl() - Constructor for class org.infinispan.commons.marshall.UserContextInitializerImpl
 
useVirtualThreads() - Static method in class org.infinispan.commons.jdkspecific.ThreadCreator
 
useVirtualThreads(boolean) - Static method in class org.infinispan.commons.jdkspecific.ThreadCreator
 
UTF8StringMarshaller - Class in org.infinispan.commons.marshall
 
UTF8StringMarshaller() - Constructor for class org.infinispan.commons.marshall.UTF8StringMarshaller
 
Util - Class in org.infinispan.commons.tx
Transaction related util class.
Util - Class in org.infinispan.commons.util
General utility methods used throughout the Infinispan code base.
Util.ByteGetter - Interface in org.infinispan.commons.util
Returns the byte at index.
UUID - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 

V

validate() - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
validate() - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
Validates the Attribute values.
validate() - Method in interface org.infinispan.commons.configuration.Builder
Validate the data in this builder before building the configuration bean
validate() - Method in enum class org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
 
validate() - Method in enum class org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
 
validate() - Method in interface org.infinispan.commons.executors.ThreadPoolExecutorFactory
Validate parameters for the thread pool executor factory
validate(Json) - Method in interface org.infinispan.commons.dataconversion.internal.Json.Schema
Validate a JSON document according to this schema.
validate(T) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition
 
validate(T) - Method in interface org.infinispan.commons.configuration.attributes.AttributeValidator
 
validateNamedParameters() - Method in class org.infinispan.commons.query.BaseQuery
Ensure all named parameters have non-null values.
validateUpdate(String, Attribute) - Method in class org.infinispan.commons.configuration.attributes.Attribute
 
validateUpdate(String, AttributeSet) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
validateUpdate(String, AttributeSet, Attribute...) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
 
validateUpdate(String, T) - Method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
validateUpdate(String, T) - Method in interface org.infinispan.commons.configuration.attributes.Updatable
Verifies that updating the mutable part of this instance with the values of the other instance is possible
validateUpdate(String, T, Attribute...) - Method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
validateUpdate(String, T, ConfigurationElement) - Method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
 
Validating with JSON Schema - Section in class org.infinispan.commons.dataconversion.internal.Json
 
validator(AttributeValidator) - Method in class org.infinispan.commons.configuration.attributes.AttributeDefinition.Builder
 
value() - Method in record class org.infinispan.commons.api.query.EntityEntry
Returns the value of the value record component.
value() - Method in interface org.infinispan.commons.api.query.HitCount
This returned value could be either exact or a lower-bound of the exact value.
value() - Element in annotation interface org.infinispan.commons.configuration.BuiltBy
 
value() - Element in annotation interface org.infinispan.commons.configuration.ConfigurationFor
 
value() - Element in annotation interface org.infinispan.commons.configuration.ConfiguredBy
 
value() - Method in record class org.infinispan.commons.query.TotalHitCount
Returns the value of the value record component.
value() - Element in annotation interface org.infinispan.commons.util.Experimental
 
VALUE_FIELD - Static variable in class org.infinispan.query.remote.client.impl.QueryRequest.NamedParameter
 
VALUE_MATCHER - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
ValueMatcherMode - Enum Class in org.infinispan.commons.marshall
Value matcher mode.
valueOf(int) - Static method in enum class org.infinispan.commons.api.CacheContainerAdmin.AdminFlag
Returns the enum constant of this class with the specified name.
valueOf(int) - Static method in enum class org.infinispan.commons.marshall.ValueMatcherMode
Returns the enum constant of this class with the specified name.
valueOf(long) - Static method in class org.infinispan.commons.util.TimeQuantity
 
valueOf(String) - Static method in enum class org.infinispan.commons.api.CacheContainerAdmin.AdminFlag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.commons.configuration.Combine.Attributes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.commons.configuration.Combine.RepeatedAttributes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.commons.configuration.io.ConfigurationFormatFeature
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.commons.configuration.io.ConfigurationReader.ElementType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.commons.configuration.io.NamingStrategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.commons.marshall.ValueMatcherMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.commons.tx.DefaultResourceConverter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.commons.tx.lookup.LookupNames.JndiTransactionManager
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.commons.tx.lookup.LookupNames.TransactionManagerFactory
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.commons.util.ByteQuantity.Unit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.commons.util.Either.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.commons.util.OS
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.commons.util.ProgressTracker.Progression
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.infinispan.commons.util.TimeQuantity.Unit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.infinispan.commons.util.TimeQuantity
Parses the byte quantity representation composed of a number plus a unit.
valueOf(String) - Static method in enum class org.infinispan.query.remote.client.impl.ContinuousQueryResult.ResultType
Returns the enum constant of this class with the specified name.
valueOf(String, long) - Static method in class org.infinispan.commons.util.TimeQuantity
 
values - Variable in class org.infinispan.commons.util.AbstractMap
 
values - Variable in class org.infinispan.commons.util.ArrayMap
 
values() - Static method in enum class org.infinispan.commons.api.CacheContainerAdmin.AdminFlag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.infinispan.commons.configuration.Combine.Attributes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.infinispan.commons.configuration.Combine.RepeatedAttributes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.infinispan.commons.configuration.io.ConfigurationFormatFeature
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.infinispan.commons.configuration.io.ConfigurationReader.ElementType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.infinispan.commons.configuration.io.NamingStrategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.infinispan.commons.marshall.ValueMatcherMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.infinispan.commons.tx.DefaultResourceConverter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.infinispan.commons.tx.lookup.LookupNames.JndiTransactionManager
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.infinispan.commons.tx.lookup.LookupNames.TransactionManagerFactory
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class org.infinispan.commons.util.AbstractDelegatingMap
 
values() - Method in class org.infinispan.commons.util.ArrayMap
 
values() - Static method in enum class org.infinispan.commons.util.ByteQuantity.Unit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.infinispan.commons.util.Either.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapper
 
values() - Static method in enum class org.infinispan.commons.util.OS
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.infinispan.commons.util.ProgressTracker.Progression
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.infinispan.commons.util.TimeQuantity.Unit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.infinispan.query.remote.client.impl.ContinuousQueryResult.ResultType
Returns an array containing the constants of this enum class, in the order they are declared.
verbose - Variable in class org.infinispan.commons.maven.AbstractArtifact
 
verbose(boolean) - Method in class org.infinispan.commons.maven.AbstractArtifact
 
verbose(boolean) - Method in interface org.infinispan.commons.maven.Artifact
 
version() - Method in class org.infinispan.commons.util.Version
 
Version - Class in org.infinispan.commons.util
Contains version information about this release of Infinispan.
VERSIONED_COMMIT_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
VERSIONED_PREPARE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
VERSIONED_RESULT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
VERSIONED_RESULTS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
Views - Section in interface org.infinispan.commons.api.multimap.BasicMultimapCache
 
virtualThreadSupport(String) - Method in class org.infinispan.commons.logging.Log_$logger
 
virtualThreadSupport(String) - Method in interface org.infinispan.commons.logging.Log
 
virtualThreadSupport$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
voidCompletionStageToFlowable(CompletionStage) - Static method in class org.infinispan.commons.reactive.RxJavaInterop
Transforms a void completable future into a flowable.
VOLATILE - Enum constant in enum class org.infinispan.commons.api.CacheContainerAdmin.AdminFlag
Configuration changes will not be persisted to the global state.

W

wallClockTime() - Method in class org.infinispan.commons.time.DefaultTimeService
 
wallClockTime() - Method in interface org.infinispan.commons.time.TimeService
 
watch(Path, Consumer) - Method in class org.infinispan.commons.io.FileWatcher
 
watcher(FileWatcher) - Method in class org.infinispan.commons.util.SslContextFactory
 
WEAK_COUNTER_KEY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
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() - 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(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(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(Map) - 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
 
WEBLOGIC - Enum constant in enum class org.infinispan.commons.tx.lookup.LookupNames.JndiTransactionManager
 
WEBSPHERE_4 - Enum constant in enum class org.infinispan.commons.tx.lookup.LookupNames.TransactionManagerFactory
 
WEBSPHERE_51_6 - Enum constant in enum class org.infinispan.commons.tx.lookup.LookupNames.TransactionManagerFactory
 
WEBSPHERE_6 - Enum constant in enum class org.infinispan.commons.tx.lookup.LookupNames.TransactionManagerFactory
 
WEBSPHERE_LIBERTY - Enum constant in enum class org.infinispan.commons.tx.lookup.LookupNames.TransactionManagerFactory
 
WILDFLY - Enum constant in enum class org.infinispan.commons.tx.lookup.LookupNames.TransactionManagerFactory
 
WINDOWS - Enum constant in enum class org.infinispan.commons.util.OS
 
with(Json, Object...) - Method in class org.infinispan.commons.dataconversion.internal.Json
Same as {}@link #with(Json,Json...options)} with each option argument converted to Json first.
with(Json, Json[]) - Method in class org.infinispan.commons.dataconversion.internal.Json
Combine this object or array with the passed in object or array.
withAnnotationDeclared(List, Class) - Static method in class org.infinispan.commons.util.ClassFinder
 
withAnnotationPresent(List, Class) - Static method in class org.infinispan.commons.util.ClassFinder
 
withCharset(Charset) - Method in class org.infinispan.commons.dataconversion.MediaType
 
withClassType(Class) - Method in class org.infinispan.commons.dataconversion.MediaType
 
withEncoding(String) - Method in class org.infinispan.commons.dataconversion.MediaType
 
withFlags(EnumSet) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
Sets any additional CacheContainerAdmin.AdminFlags to be used when performing administrative operations.
withFlags(CacheContainerAdmin.AdminFlag...) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
Sets any additional CacheContainerAdmin.AdminFlags to be used when performing administrative operations.
withNamingStrategy(NamingStrategy) - Method in class org.infinispan.commons.configuration.io.ConfigurationReader.Builder
 
withoutParameters() - Method in class org.infinispan.commons.dataconversion.MediaType
 
withParameter(String, String) - Method in class org.infinispan.commons.dataconversion.MediaType
 
withParameters(Map) - Method in class org.infinispan.commons.dataconversion.MediaType
 
withProperties(Properties) - Method in class org.infinispan.commons.configuration.io.ConfigurationReader.Builder
 
withReplacer(PropertyReplacer) - Method in class org.infinispan.commons.configuration.io.ConfigurationReader.Builder
 
withResolver(ConfigurationResourceResolver) - Method in class org.infinispan.commons.configuration.io.ConfigurationReader.Builder
 
withType(MediaType) - Method in class org.infinispan.commons.configuration.io.ConfigurationReader.Builder
 
withType(MediaType) - Method in class org.infinispan.commons.configuration.io.ConfigurationWriter.Builder
 
wrap(Object) - Method in class org.infinispan.commons.dataconversion.ByteArrayWrapper
 
wrap(Object) - Method in class org.infinispan.commons.dataconversion.IdentityWrapper
 
wrap(Object) - Method in interface org.infinispan.commons.dataconversion.Wrapper
 
WRAPPED_BYTE_ARRAY - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
WRAPPED_MESSAGE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
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
 
WrappedByteArray$___Marshaller_dd5f1f82b70f419159a02b94c2ffa39a035efa36bc3f94e3bec8f1fb78d5e078 - Class in org.infinispan.commons.marshall
WARNING: Generated code!
WrappedByteArray$___Marshaller_dd5f1f82b70f419159a02b94c2ffa39a035efa36bc3f94e3bec8f1fb78d5e078() - Constructor for class org.infinispan.commons.marshall.WrappedByteArray$___Marshaller_dd5f1f82b70f419159a02b94c2ffa39a035efa36bc3f94e3bec8f1fb78d5e078
 
WrappedBytes - Interface in org.infinispan.commons.marshall
Interface that describes and object holding onto some bytes
Wrapper - Interface in org.infinispan.commons.dataconversion
A Wrapper is used to decorate objects.
WrapperIds - Interface in org.infinispan.commons.dataconversion
 
write(byte[]) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
write(byte[], int, int) - Method in class org.infinispan.commons.io.LazyByteArrayOutputStream
 
write(byte[], int, int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
write(char[], int, int) - Method in class org.infinispan.commons.io.StringBuilderWriter
 
write(int) - Method in class org.infinispan.commons.io.LazyByteArrayOutputStream
 
write(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
write(String) - Method in class org.infinispan.commons.io.StringBuilderWriter
 
write(ConfigurationWriter) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
Writes the attributes of this attributeset as part of the current element
write(ConfigurationWriter) - Method in class org.infinispan.commons.configuration.attributes.ConfigurationElement
Writes this ConfigurationElement to the writer
write(ConfigurationWriter, Enum) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
Writes this attributeset to the specified ConfigurationWriter as an element
write(ConfigurationWriter, String) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
Writes this attributeset to the specified ConfigurationWriter as an element
write(ConfigurationWriter, String, AttributeDefinition...) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
Writes the specified attributes in this attributeset to the specified ConfigurationWriter as an element
write(ConfigurationWriter, AttributeDefinition) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
Writer a single attribute to the specified ConfigurationWriter using the attribute's xmlName
write(ConfigurationWriter, AttributeDefinition, Enum) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
Writer a single attribute to the specified ConfigurationWriter using the supplied name
write(ConfigurationWriter, AttributeDefinition, String) - Method in class org.infinispan.commons.configuration.attributes.AttributeSet
Writer a single attribute to the specified ConfigurationWriter using the supplied name
write(ProtobufTagMarshaller.WriteContext, LatLng) - Method in class org.infinispan.commons.api.query.geo.LatLng$___Marshaller_e1b8dd1a830bb2278315e14e5d7082175c9d7ee98c59468925b113fbd02a2b3f
 
write(ProtobufTagMarshaller.WriteContext, MediaType) - Method in class org.infinispan.commons.dataconversion.MediaType$___Marshaller_f2fc301543ca54d0326b5d8ce3b7199226a678253252e7ac46f1fad54bd90568
 
write(ProtobufTagMarshaller.WriteContext, WrappedByteArray) - Method in class org.infinispan.commons.marshall.WrappedByteArray$___Marshaller_dd5f1f82b70f419159a02b94c2ffa39a035efa36bc3f94e3bec8f1fb78d5e078
 
write(ProtobufTagMarshaller.WriteContext, XidImpl) - Method in class org.infinispan.commons.tx.XidImpl$___Marshaller_d5b74a84882baf69bb0a3c73d307a86007202ccabc768ea941405ef47790a4eb
 
write(ProtobufTagMarshaller.WriteContext, ConcurrentSmallIntSet) - Method in class org.infinispan.commons.util.ConcurrentSmallIntSet$___Marshaller_9215944852c2d8634e08931b35ea515a0ce98515764f63ee33fe4a0adcece666
 
write(ProtobufTagMarshaller.WriteContext, EmptyIntSet) - Method in class org.infinispan.commons.util.EmptyIntSet$___Marshaller_262af438bef9117d19542ae5ac072e6a559b6147655ee1a6ca1f6c10c3246793
 
write(ProtobufTagMarshaller.WriteContext, KeyValueWithPrevious) - Method in class org.infinispan.commons.util.KeyValueWithPrevious$___Marshaller_9145896a24b67e12a03ab245b027743214e8f0a00cff4e94594e6701c8f07ff1
 
write(ProtobufTagMarshaller.WriteContext, NullValue) - Method in class org.infinispan.commons.util.NullValue$___Marshaller_a83283d4dbbe8b8520f457699d99f19344b973d04786829de1e22c08915e6e56
 
write(ProtobufTagMarshaller.WriteContext, RangeSet) - Method in class org.infinispan.commons.util.RangeSet$___Marshaller_b592c6fe1f098d0ae5039cd3292615a2e09b70a1801a229fc23e9b8551d011d7
 
write(ProtobufTagMarshaller.WriteContext, SingletonIntSet) - Method in class org.infinispan.commons.util.SingletonIntSet$___Marshaller_1279f84774a8da32326fa3054e7ad4d6f47d73031ea087742e1d2defd6fc2470
 
write(ProtobufTagMarshaller.WriteContext, SmallIntSet) - Method in class org.infinispan.commons.util.SmallIntSet$___Marshaller_65a160d496d228152e64d1317172a7b720eec69ee9984b5537fa992183d03acf
 
write(ProtobufTagMarshaller.WriteContext, FilterResult) - Method in class org.infinispan.query.remote.client.FilterResult$___Marshaller_ca1ed197611eb2769083c2c9cbc694f7d689168017559e5876dada846b0a5601
 
write(ProtobufTagMarshaller.WriteContext, ContinuousQueryResult) - Method in class org.infinispan.query.remote.client.impl.ContinuousQueryResult$___Marshaller_982fd9bafbf3b579418593abef2f210ca32f47574193b272b76b3b046a917647
 
write(ProtobufTagMarshaller.WriteContext, QueryRequest) - Method in class org.infinispan.query.remote.client.impl.QueryRequest$___Marshaller_eef0801e446d4f458a7fdb8085010afab763ae564d999ef3d9b8fe7e10c129d4
 
write(ProtobufTagMarshaller.WriteContext, QueryRequest.NamedParameter) - Method in class org.infinispan.query.remote.client.impl.NamedParameter$___Marshaller_a1264d0ccd9ebae12b0230d5eaa94550d9cec71591b9eb9515872fb8528c1daf
 
write(ProtobufTagMarshaller.WriteContext, QueryResponse) - Method in class org.infinispan.query.remote.client.impl.QueryResponse$___Marshaller_f8c407446294b9638db603b267bd4e30399caed3263fb8a51aded7b4cef103e4
 
WRITE_ONLY_KEY_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
WRITE_ONLY_KEY_VALUE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
WRITE_ONLY_MANY_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
WRITE_ONLY_MANY_ENTRIES_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
writeArrayElement(Enum, Enum, Enum, Iterable) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
writeArrayElement(Enum, Enum, Enum, Iterable) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeArrayElement(String, String, String, Iterable) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeArrayElement(String, String, String, Iterable) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeArrayElement(String, String, String, Iterable) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeArrayElement(String, String, String, Iterable) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
writeAttribute(Enum, boolean) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
writeAttribute(Enum, boolean) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeAttribute(Enum, Iterable) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
writeAttribute(Enum, Iterable) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeAttribute(Enum, String) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
writeAttribute(Enum, String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeAttribute(String, boolean) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
writeAttribute(String, boolean) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeAttribute(String, boolean) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeAttribute(String, Iterable) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeAttribute(String, Iterable) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeAttribute(String, Iterable) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeAttribute(String, Iterable) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
writeAttribute(String, String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeAttribute(String, String) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeAttribute(String, String) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeAttribute(String, String) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
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
 
writeCharacters(String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeCharacters(String) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeCharacters(String) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeCharacters(String) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
writeChars(String) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeComment(String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeComment(String) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeComment(String) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeComment(String) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
writeDefaultNamespace(String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeDefaultNamespace(String) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeDefaultNamespace(String) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeDefaultNamespace(String) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
writeDouble(double) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeEmptyElement(Enum) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
writeEmptyElement(Enum) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeEmptyElement(String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeEmptyElement(String) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeEmptyElement(String) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeEmptyElement(String) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
writeEndArrayElement() - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeEndArrayElement() - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeEndArrayElement() - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeEndArrayElement() - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
writeEndDocument() - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeEndDocument() - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeEndDocument() - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeEndDocument() - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
writeEndElement() - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeEndElement() - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeEndElement() - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeEndElement() - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
writeEndListElement() - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
writeEndListElement() - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeEndListElement() - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeEndListElement() - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeEndMap() - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeEndMap() - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeEndMap() - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeEndMap() - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
writeEndMapItem() - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeEndMapItem() - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeEndMapItem() - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeEndMapItem() - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
writeExternal(Object, ObjectOutput) - Method in class org.infinispan.query.remote.client.impl.Externalizers.NamedParameterExternalizer
 
writeExternal(Object, ObjectOutput) - Method in class org.infinispan.query.remote.client.impl.Externalizers.QueryRequestExternalizer
 
writeExternal(Object, ObjectOutput) - Method in class org.infinispan.query.remote.client.impl.Externalizers.QueryResponseExternalizer
 
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
 
writeMapItem(Enum, Enum, String) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
writeMapItem(Enum, Enum, String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeMapItem(Enum, Enum, String, String) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
writeMapItem(Enum, Enum, String, String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeMapItem(String, String, String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
Writes a complex map entry.
writeMapItem(String, String, String) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeMapItem(String, String, String) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeMapItem(String, String, String) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
writeMapItem(String, String, String, String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
Writes a simple map entry.
writeMapItem(String, String, String, String) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeMapItem(String, String, String, String) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeMapItem(String, String, String, String) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
writeNamespace(String, String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeNamespace(String, String) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeNamespace(String, String) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeNamespace(String, String) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
writeObject(Object) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
writeObject(Object, OutputStream) - Method in interface org.infinispan.commons.marshall.StreamAwareMarshaller
Marshall an object to the OutputStream
writer - Variable in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
writer() - Method in class org.infinispan.commons.configuration.io.ConfigurationWriter.Builder
 
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
 
writeStartArrayElement(Enum) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
writeStartArrayElement(Enum) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeStartArrayElement(String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
Writes an array element.
writeStartArrayElement(String) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeStartArrayElement(String) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeStartArrayElement(String) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
writeStartDocument() - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeStartDocument() - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeStartDocument() - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeStartDocument() - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
writeStartElement(Enum) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
writeStartElement(Enum) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeStartElement(String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeStartElement(String) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeStartElement(String) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeStartElement(String) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
writeStartElement(String, String, Enum) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
writeStartElement(String, String, Enum) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeStartElement(String, String, String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeStartElement(String, String, String) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeStartElement(String, String, String) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeStartElement(String, String, String) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
writeStartListElement(Enum, boolean) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
writeStartListElement(Enum, boolean) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeStartListElement(String, boolean) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
Starts a list element.
writeStartListElement(String, boolean) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeStartListElement(String, boolean) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeStartListElement(String, boolean) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
writeStartListElement(String, String, Enum, boolean) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
writeStartListElement(String, String, Enum, boolean) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeStartListElement(String, String, String, boolean) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeStartListElement(String, String, String, boolean) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeStartListElement(String, String, String, boolean) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeStartListElement(String, String, String, boolean) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
writeStartMap(Enum) - Method in class org.infinispan.commons.configuration.io.AbstractConfigurationWriter
 
writeStartMap(Enum) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeStartMap(String) - Method in interface org.infinispan.commons.configuration.io.ConfigurationWriter
 
writeStartMap(String) - Method in class org.infinispan.commons.configuration.io.json.JsonConfigurationWriter
 
writeStartMap(String) - Method in class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
writeStartMap(String) - Method in class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
writeTo(ObjectOutput, E) - Method in interface org.infinispan.commons.marshall.MarshallUtil.ElementWriter
 
writeTo(ObjectOutput, SmallIntSet) - Static method in class org.infinispan.commons.util.SmallIntSet
 
writeUnsignedInt(byte[], int, int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
Writes an int in a variable-length format.
writeUnsignedInt(DataOutput, 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
 
writeUnsignedLong(byte[], int, long) - Static method in class org.infinispan.commons.io.UnsignedNumeric
Writes an int in a variable-length format.
writeUnsignedLong(DataOutput, 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
 
writeUTF(String) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
 
WWW_FORM_URLENCODED_TYPE - Static variable in class org.infinispan.commons.dataconversion.MediaType
 

X

xaResourceEndFailed(String, Throwable) - Method in class org.infinispan.commons.logging.Log_$logger
 
xaResourceEndFailed(String, Throwable) - Method in interface org.infinispan.commons.logging.Log
 
xaResourceEndFailed$str() - Method in class org.infinispan.commons.logging.Log_$logger
 
XID_IMPL - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XidImpl - Class in org.infinispan.commons.tx
A Xid implementation.
XidImpl(int, byte[], byte[]) - Constructor for class org.infinispan.commons.tx.XidImpl
 
XidImpl$___Marshaller_d5b74a84882baf69bb0a3c73d307a86007202ccabc768ea941405ef47790a4eb - Class in org.infinispan.commons.tx
WARNING: Generated code!
XidImpl$___Marshaller_d5b74a84882baf69bb0a3c73d307a86007202ccabc768ea941405ef47790a4eb() - Constructor for class org.infinispan.commons.tx.XidImpl$___Marshaller_d5b74a84882baf69bb0a3c73d307a86007202ccabc768ea941405ef47790a4eb
 
XINCLUDE - Static variable in class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
XINCLUDE_NS - Static variable in class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
XmlConfiguration - Class in org.infinispan.commons.logging.log4j
 
XmlConfiguration(LoggerContext, ConfigurationSource) - Constructor for class org.infinispan.commons.logging.log4j.XmlConfiguration
 
XmlConfigurationFactory - Class in org.infinispan.commons.logging.log4j
 
XmlConfigurationFactory() - Constructor for class org.infinispan.commons.logging.log4j.XmlConfigurationFactory
 
XmlConfigurationReader - Class in org.infinispan.commons.configuration.io.xml
 
XmlConfigurationReader(Reader, ConfigurationResourceResolver, Properties, PropertyReplacer, NamingStrategy) - Constructor for class org.infinispan.commons.configuration.io.xml.XmlConfigurationReader
 
XmlConfigurationWriter - Class in org.infinispan.commons.configuration.io.xml
 
XmlConfigurationWriter(ConfigurationWriter.Builder) - Constructor for class org.infinispan.commons.configuration.io.xml.XmlConfigurationWriter
 
XmlPullParser - Interface in org.infinispan.commons.configuration.io.xml
XML Pull Parser is an interface that defines parsing functionlity provided in XMLPULL V1 API (visit this website to learn more about API and its implementations).
XmlPullParserException - Exception Class in org.infinispan.commons.configuration.io.xml
This exception is thrown to signal XML Pull Parser related faults.
XmlPullParserException(String) - Constructor for exception class org.infinispan.commons.configuration.io.xml.XmlPullParserException
 
XmlPullParserException(String, XmlPullParser, Throwable) - Constructor for exception class org.infinispan.commons.configuration.io.xml.XmlPullParserException
 
XMLStringConfiguration - Class in org.infinispan.commons.configuration
Deprecated, for removal: This API element is subject to removal in a future version.
XMLStringConfiguration(String) - Constructor for class org.infinispan.commons.configuration.XMLStringConfiguration
Deprecated.
 
XSITE_AMEND_OFFLINE_STATUS_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_AUTO_STATE_TRANSFER_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_AUTO_TRANSFER_STATUS_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_BRING_ONLINE_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_EVENT - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_EVENT_TYPE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_LOCAL_EVENT_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_REMOTE_EVENT_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_SET_STATE_TRANSFER_MODE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_SINGLE_RPC_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_SITE_STATE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_STATE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_STATE_PUSH_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_STATE_PUSH_REQUEST - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_STATE_TRANSFER_CANCEL_SEND_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_STATE_TRANSFER_CLEAR_STATUS_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_STATE_TRANSFER_CONTROLLER_REQUEST - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_STATE_TRANSFER_FINISH_RECEIVE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_STATE_TRANSFER_FINISH_SEND_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_STATE_TRANSFER_MODE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_STATE_TRANSFER_RESTART_SENDING_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_STATE_TRANSFER_START_RECEIVE_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_STATE_TRANSFER_START_SEND_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_STATE_TRANSFER_STATUS - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_STATE_TRANSFER_STATUS_REQUEST_COMMAND - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 
XSITE_TAKE_OFFLINE_RESPONSE - Static variable in interface org.infinispan.commons.marshall.ProtoStreamTypeIds
 

Y

YamlConfigurationReader - Class in org.infinispan.commons.configuration.io.yaml
 
YamlConfigurationReader(Reader, ConfigurationResourceResolver, Properties, PropertyReplacer, NamingStrategy) - Constructor for class org.infinispan.commons.configuration.io.yaml.YamlConfigurationReader
 
YamlConfigurationReader.Parsed - Class in org.infinispan.commons.configuration.io.yaml
 
YamlConfigurationWriter - Class in org.infinispan.commons.configuration.io.yaml
 
YamlConfigurationWriter(ConfigurationWriter.Builder) - Constructor for class org.infinispan.commons.configuration.io.yaml.YamlConfigurationWriter
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form