- AbstractConfigurationChildBuilder - Class in org.infinispan.client.hotrod.configuration
-
AbstractConfigurationChildBuilder.
- AbstractConfigurationChildBuilder(ConfigurationBuilder) - Constructor for class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- AbstractDelegatingCollection<E> - Class in org.infinispan.commons.util
-
- 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
-
- AbstractDelegatingMarshaller - Class in org.infinispan.commons.marshall
-
With the introduction of global and cache marshallers, there's a need to
separate marshallers but still rely on the same marshalling backend as
previously.
- AbstractDelegatingMarshaller() - Constructor for class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- 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
-
- AbstractExternalizer<T> - Class in org.infinispan.commons.marshall
-
Base class for
AdvancedExternalizer
implementations that offers default
implementations for some of its methods.
- AbstractExternalizer() - Constructor for class org.infinispan.commons.marshall.AbstractExternalizer
-
- AbstractFileLookup - Class in org.infinispan.commons.util
-
- AbstractFileLookup() - Constructor for class org.infinispan.commons.util.AbstractFileLookup
-
- AbstractIterator<E> - Class in org.infinispan.commons.util
-
- AbstractIterator() - Constructor for class org.infinispan.commons.util.AbstractIterator
-
- AbstractJBossMarshaller - Class in org.infinispan.commons.marshall.jboss
-
Common parent for both embedded and standalone JBoss Marshalling-based marshallers.
- AbstractJBossMarshaller() - Constructor for class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- AbstractJBossMarshaller.DebuggingExceptionListener - Class in org.infinispan.commons.marshall.jboss
-
- AbstractMap<K,V> - Class in org.infinispan.commons.util
-
Similar to the JDK's AbstractMap, this provides common functionality for custom map implementations.
- AbstractMap() - Constructor for class org.infinispan.commons.util.AbstractMap
-
- AbstractMap.SimpleEntry<K,V> - Class in org.infinispan.commons.util
-
- AbstractMarshaller - Class in org.infinispan.commons.marshall
-
Abstract Marshaller implementation containing shared implementations.
- AbstractMarshaller() - Constructor for class org.infinispan.commons.marshall.AbstractMarshaller
-
- AbstractSecurityConfigurationChildBuilder - Class in org.infinispan.client.hotrod.configuration
-
AbstractSecurityConfigurationChildBuilder.
- AbstractTypedPropertiesConfiguration - Class in org.infinispan.commons.configuration
-
- AbstractTypedPropertiesConfiguration(Properties) - Constructor for class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
-
- AbstractTypedPropertiesConfiguration(AttributeSet) - Constructor for class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
-
- ACCEPT_ALL_KEY_VALUE_FILTER - Static variable in interface org.infinispan.commons.marshall.Ids
-
- accumulator() - Method in class org.infinispan.commons.util.ArrayCollector
-
- 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(E) - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
-
Deprecated.
Adds the specified element to this set if it is not already present.
- add(E) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
-
- add(Object) - Method in class org.infinispan.commons.util.ArrayCollector
-
- add(E) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
-
- add(E) - Method in class org.infinispan.commons.util.concurrent.ConcurrentHashSet
-
- add(AtomicLongFieldUpdater<T>, T, long) - Method in class org.infinispan.commons.util.concurrent.StripedCounters
-
- add(int, E) - Method in class org.infinispan.commons.util.ForwardingList
-
- add(E) - Method in class org.infinispan.commons.util.ForwardingList
-
- add(E) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
-
- add(E) - Method in class org.infinispan.commons.util.ImmutableListCopy
-
- 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(Integer) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- add(int) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- add(Integer) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- add(int) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
Add an integer to the set without boxing the parameter.
- add(long) - Method in interface org.infinispan.counter.api.SyncWeakCounter
-
- add(long) - Method in interface org.infinispan.counter.api.WeakCounter
-
Adds the given value to the new value.
- addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
-
- addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
-
- addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.concurrent.ConcurrentHashSet
-
- addAll(int, Collection<? extends E>) - Method in class org.infinispan.commons.util.ForwardingList
-
- addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.ForwardingList
-
- addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
-
- addAll(IntSet) - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.ImmutableListCopy
-
- addAll(int, Collection<? extends E>) - Method in class org.infinispan.commons.util.ImmutableListCopy
-
- addAll(Collection<? extends E>) - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
-
- addAll(int, Collection<? extends E>) - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
-
- 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
-
Deprecated.
- addAll(Collection<? extends Integer>) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- addAll(IntSet) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- addAll(Collection<? extends Integer>) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- addAndGet(long) - Method in interface org.infinispan.counter.api.StrongCounter
-
Atomically adds the given value and return the new value.
- addAndGet(long) - Method in interface org.infinispan.counter.api.SyncStrongCounter
-
- addClasses(Class<?>...) - Method in class org.infinispan.commons.configuration.ClassWhiteList
-
- addClientListener(Object) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Add a client listener to receive events that happen in the remote cache.
- addClientListener(Object, Object[], Object[]) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Add a client listener to receive events that happen in the remote cache.
- addClientQueryListener(RemoteCache<?, ?>, Object, Query) - Static method in class org.infinispan.client.hotrod.event.ClientEvents
-
Register a client listener that uses a query DSL based filter.
- addCluster(String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- addCluster(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- addCluster(String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Adds a new remote server cluster
- addClusterNode(String, int) - Method in class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
-
- addClusterNodes(String) - Method in class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
-
- addErroneousAttribute(String) - Method in exception org.infinispan.commons.CacheConfigurationException
-
Deprecated.
- addExecutorProperty(String, String) - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
Add key/value property pair to this executor factory configuration
- addHexByte(StringBuilder, byte) - Static method in class org.infinispan.commons.util.Util
-
- addJavaSerialWhiteList(String...) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- addJavaSerialWhiteList(String...) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- addJavaSerialWhiteList(String...) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
List of regular expressions for classes that can be deserialized using standard Java deserialization
when reading data that might have been stored with a different endpoint, e.g.
- addListener(T) - Method in interface org.infinispan.counter.api.StrongCounter
-
- addListener(T) - Method in interface org.infinispan.counter.api.WeakCounter
-
- addRegexps(String...) - Method in class org.infinispan.commons.configuration.ClassWhiteList
-
- addServer() - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- addServer() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- addServer() - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Adds a new remote server
- addServers(String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- addServers(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- addServers(String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Adds a list of remote servers in the form: host1[:port][;host2[:port]]...
- ADMIN_FLAG - Static variable in interface org.infinispan.commons.marshall.Ids
-
- AdminFlag - Enum in org.infinispan.client.hotrod
-
- AdminFlagExternalizer - Class in org.infinispan.commons.marshall
-
- AdminFlagExternalizer() - Constructor for class org.infinispan.commons.marshall.AdminFlagExternalizer
-
- administration() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- AdvancedExternalizer<T> - Interface in org.infinispan.commons.marshall
-
AdvancedExternalizer
provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in
Externalizer
.
- AggregatedClassLoader - Class in org.infinispan.commons.util
-
A ClassLoader that delegates loading of classes and resources to a list of delegate ClassLoaders.
- AggregatedClassLoader(Collection<ClassLoader>) - Constructor for class org.infinispan.commons.util.AggregatedClassLoader
-
Create an aggregated ClassLoader from a Collection of ClassLoaders
- AnyEquivalence<T> - Class in org.infinispan.commons.equivalence
-
Deprecated.
- AnyServerEquivalence - Class in org.infinispan.commons.equivalence
-
Deprecated.
- AnyServerEquivalence() - Constructor for class org.infinispan.commons.equivalence.AnyServerEquivalence
-
Deprecated.
- APPLY_DELTA - Static variable in interface org.infinispan.commons.marshall.Ids
-
- ArrayCollector - Class in org.infinispan.commons.util
-
- ArrayCollector(Object[]) - Constructor for class org.infinispan.commons.util.ArrayCollector
-
- arrayConcat(T[], T[]...) - Static method in class org.infinispan.commons.util.Util
-
Concatenates an arbitrary number of arrays returning a new array containing all elements
- 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
-
- ARRAYS - Static variable in interface org.infinispan.commons.marshall.Ids
-
- asCounterManager(RemoteCacheManager) - Static method in class org.infinispan.client.hotrod.RemoteCounterManagerFactory
-
- asCounterManager(EmbeddedCacheManager) - Static method in class org.infinispan.counter.EmbeddedCounterManagerFactory
-
- assertKeyNotNull(Object) - Static method in class org.infinispan.commons.util.AbstractMap
-
- assertNotNullEntries(Map<?, ?>, String) - Static method in class org.infinispan.commons.util.InfinispanCollections
-
- assertNotNullEntries(Collection<?>, String) - Static method in class org.infinispan.commons.util.InfinispanCollections
-
- asSet(T...) - Static method in class org.infinispan.commons.util.Util
-
- AsyncCache<K,V> - Interface in org.infinispan.commons.api
-
AsyncCache.
- asyncExecutorFactory() - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- asyncExecutorFactory() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- asyncExecutorFactory() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- asyncExecutorFactory() - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Configuration for the executor service used for asynchronous work on the Transport, including
asynchronous marshalling and Cache 'async operations' such as Cache.putAsync().
- ATOMIC_FINE_GRAINED_MAP_FUNCTIONS - Static variable in interface org.infinispan.commons.marshall.Ids
-
- ATOMIC_KEY_SET - Static variable in interface org.infinispan.commons.marshall.Ids
-
- ATOMIC_MAP_FUNCTIONS - Static variable in interface org.infinispan.commons.marshall.Ids
-
- attributeDefinitionSet() - Static method in class org.infinispan.client.hotrod.configuration.StatisticsConfiguration
-
- attributes() - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfiguration
-
- attributes - Variable in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
-
- attributeSet() - Static method in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
-
- authentication() - Method in class org.infinispan.client.hotrod.configuration.AbstractSecurityConfigurationChildBuilder
-
- authentication() - Method in class org.infinispan.client.hotrod.configuration.SecurityConfiguration
-
- authentication() - Method in class org.infinispan.client.hotrod.configuration.SecurityConfigurationBuilder
-
- AuthenticationConfiguration - Class in org.infinispan.client.hotrod.configuration
-
AuthenticationConfiguration.
- AuthenticationConfiguration(CallbackHandler, Subject, boolean, String, Map<String, String>, String) - Constructor for class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
-
- AuthenticationConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
AuthenticationConfigurationBuilder.
- AuthenticationConfigurationBuilder(SecurityConfigurationBuilder) - Constructor for class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
- AVAILABILITY_MODE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- available() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- availableProcessors() - Static method in class org.infinispan.commons.util.ProcessorInfo
-
Returns the number of processors available to this process.
- 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.
- balancingStrategy(String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- balancingStrategy(Class<? extends FailoverRequestBalancingStrategy>) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- balancingStrategy(FailoverRequestBalancingStrategy) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- balancingStrategy(Supplier<FailoverRequestBalancingStrategy>) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- balancingStrategy() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- balancingStrategy(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- balancingStrategy(FailoverRequestBalancingStrategy) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
Deprecated.
- balancingStrategy(Supplier<FailoverRequestBalancingStrategy>) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- balancingStrategy(Class<? extends FailoverRequestBalancingStrategy>) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- balancingStrategy(String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
For replicated (vs distributed) Hot Rod server clusters, the client balances requests to the
servers according to this strategy.
- balancingStrategy(FailoverRequestBalancingStrategy) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
- balancingStrategy(Supplier<FailoverRequestBalancingStrategy>) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
For replicated (vs distributed) Hot Rod server clusters, the client balances requests to the
servers according to this strategy.
- balancingStrategy(Class<? extends FailoverRequestBalancingStrategy>) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
For replicated (vs distributed) Hot Rod server clusters, the client balances requests to the
servers according to this strategy.
- balancingStrategyClass() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- balancingStrategyFactory() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- Base64 - Class in org.infinispan.commons.util
-
- Base64.InputStream - Class in org.infinispan.commons.util
-
Deprecated.
A
Base64.InputStream
will read data from another
java.io.InputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.
- Base64.OutputStream - Class in org.infinispan.commons.util
-
Deprecated.
A
Base64.OutputStream
will write data to another
java.io.OutputStream, given in the constructor,
and encode/decode to/from Base64 notation on the fly.
- baseCfg - Variable in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- BasicCache<K,V> - Interface in org.infinispan.commons.api
-
BasicCache provides the common building block for the two different types of caches that Infinispan provides:
embedded and remote.
- BasicCacheContainer - Interface in org.infinispan.commons.api
-
BasicCacheContainer defines the methods used to obtain a org.infinispan.api.BasicCache
.
- BasicConfiguration - Interface in org.infinispan.commons.configuration
-
BasicConfiguration provides the basis for concrete configurations.
- BatchingCache - Interface in org.infinispan.commons.api
-
The BatchingCache is implemented by all caches which support batching
- batchSize(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- batchSize() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- batchSize(int) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- batchSize(int) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Sets the batch size of internal iterators (ie.
- BeanUtils - Class in org.infinispan.commons.util
-
Simple JavaBean manipulation helper methods
- BeanUtils() - Constructor for class org.infinispan.commons.util.BeanUtils
-
- BI_FUNCTION_MAPPER - Static variable in interface org.infinispan.commons.marshall.Ids
-
- BIAS_REVOCATION_RESPONSE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- bitSetOf(Collection<E>) - 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(Enum<?>[]) - Static method in class org.infinispan.commons.util.EnumUtil
-
- bitSetSize(long) - Static method in class org.infinispan.commons.util.EnumUtil
-
- BlockingThreadPoolExecutorFactory - Class in org.infinispan.commons.executors
-
- BlockingThreadPoolExecutorFactory(int, int, int, long) - Constructor for class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
-
- BlueprintGenerator - Class in org.infinispan.commons.util
-
- BlueprintGenerator() - Constructor for class org.infinispan.commons.util.BlueprintGenerator
-
- BOOLEAN - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
-
Deprecated.
- Boolean(boolean) - Constructor for class org.infinispan.commons.util.ByRef.Boolean
-
- BufferSizePredictor - Interface in org.infinispan.commons.marshall
-
Buffer size predictor
- build() - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- build() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- build(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- build() - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Builds a configuration object
- build() - Method in class org.infinispan.client.hotrod.DataFormat.Builder
-
- build(int) - Method in interface org.infinispan.commons.marshall.MarshallUtil.ArrayBuilder
-
- build(int) - Method in interface org.infinispan.commons.marshall.MarshallUtil.CollectionBuilder
-
- build(int) - Method in interface org.infinispan.commons.marshall.MarshallUtil.EnumBuilder
-
- build(int) - Method in interface org.infinispan.commons.marshall.MarshallUtil.MapBuilder
-
- build() - Method in interface org.infinispan.commons.marshall.MarshallUtil.UnboundedCollectionBuilder
-
- build() - Method in class org.infinispan.counter.api.CounterConfiguration.Builder
-
- builder() - Static method in class org.infinispan.client.hotrod.DataFormat
-
- Builder() - Constructor for class org.infinispan.client.hotrod.DataFormat.Builder
-
- Builder<T> - Interface in org.infinispan.commons.configuration
-
Builder.
- builder(CounterType) - Static method in class org.infinispan.counter.api.CounterConfiguration
-
- 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
-
- BuiltBy - Annotation Type in org.infinispan.commons.configuration
-
BuiltBy.
- ByRef<T> - Class in org.infinispan.commons.util
-
This class can be used to pass an argument by reference.
- ByRef(T) - Constructor for class org.infinispan.commons.util.ByRef
-
- ByRef.Boolean - Class in org.infinispan.commons.util
-
Implementation for primitive type
- ByRef.Integer - Class in org.infinispan.commons.util
-
- BYTE - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
-
Deprecated.
- BYTE_BUFFER - Static variable in interface org.infinispan.commons.marshall.Ids
-
- ByteArrayEquivalence - Class in org.infinispan.commons.equivalence
-
Deprecated.
- ByteArrayEquivalence() - Constructor for class org.infinispan.commons.equivalence.ByteArrayEquivalence
-
Deprecated.
- 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
-
- ByteBufferFactoryImpl - Class in org.infinispan.commons.io
-
- ByteBufferFactoryImpl() - Constructor for class org.infinispan.commons.io.ByteBufferFactoryImpl
-
- ByteBufferImpl - Class in org.infinispan.commons.io
-
A byte buffer that exposes the internal byte array with minimal copying
- ByteBufferImpl(byte[]) - Constructor for class org.infinispan.commons.io.ByteBufferImpl
-
- ByteBufferImpl(byte[], int, int) - Constructor for class org.infinispan.commons.io.ByteBufferImpl
-
- ByteBufferImpl.Externalizer - Class in org.infinispan.commons.io
-
- CACHE_EVENT_CONVERTER_AS_CONVERTER - Static variable in interface org.infinispan.commons.marshall.Ids
-
- CACHE_EVENT_FILTER_AS_KEY_VALUE_FILTER - Static variable in interface org.infinispan.commons.marshall.Ids
-
- CACHE_EVENT_FILTER_CONVERTER_AS_KEY_VALUE_FILTER_CONVERTER - Static variable in interface org.infinispan.commons.marshall.Ids
-
- CACHE_FILTERS - Static variable in interface org.infinispan.commons.marshall.Ids
-
- CACHE_JOIN_INFO - Static variable in interface org.infinispan.commons.marshall.Ids
-
- CACHE_NOT_FOUND_RESPONSE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- CACHE_RPC_COMMAND - Static variable in interface org.infinispan.commons.marshall.Ids
-
- CACHE_STATE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- CACHE_STATUS_RESPONSE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- CACHE_TOPOLOGY - Static variable in interface org.infinispan.commons.marshall.Ids
-
- CacheConfigurationException - Exception in org.infinispan.commons
-
An exception that represents an error in the configuration.
- CacheConfigurationException(Exception) - Constructor for exception org.infinispan.commons.CacheConfigurationException
-
- CacheConfigurationException(String) - Constructor for exception org.infinispan.commons.CacheConfigurationException
-
- CacheConfigurationException(String, String) - Constructor for exception org.infinispan.commons.CacheConfigurationException
-
Deprecated.
- CacheConfigurationException(String, Throwable) - Constructor for exception org.infinispan.commons.CacheConfigurationException
-
- CacheContainerAdmin<C extends CacheContainerAdmin,A extends BasicConfiguration> - Interface in org.infinispan.commons.api
-
Administrative cache container operations.
- CacheContainerAdmin.AdminFlag - Enum in org.infinispan.commons.api
-
Flags which affect only administrative operations
- CachedThreadPoolExecutorFactory - Enum in org.infinispan.commons.executors
-
- CacheException - Exception in org.infinispan.commons
-
Thrown when operations on Cache
fail unexpectedly.
- CacheException() - Constructor for exception org.infinispan.commons.CacheException
-
- CacheException(Throwable) - Constructor for exception org.infinispan.commons.CacheException
-
- CacheException(String) - Constructor for exception org.infinispan.commons.CacheException
-
- CacheException(String, Throwable) - Constructor for exception org.infinispan.commons.CacheException
-
- CacheException(String, Throwable, boolean, boolean) - Constructor for exception org.infinispan.commons.CacheException
-
- CacheListenerException - Exception in org.infinispan.commons
-
Wraps exceptions produced by listener implementations.
- CacheListenerException() - Constructor for exception org.infinispan.commons.CacheListenerException
-
- CacheListenerException(Throwable) - Constructor for exception org.infinispan.commons.CacheListenerException
-
- CacheListenerException(String) - Constructor for exception org.infinispan.commons.CacheListenerException
-
- CacheListenerException(String, Throwable) - Constructor for exception org.infinispan.commons.CacheListenerException
-
- cacheNameBytes(String) - Static method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- cacheNameBytes() - Static method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- cacheNamePattern() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfiguration
-
- cacheNamePattern(String) - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
-
Specifies a cache name pattern (in the form of a regular expression) that matches all cache names for which
near caching should be enabled.
- cacheNamePattern(Pattern) - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
-
Specifies a cache name pattern that matches all cache names for which near caching should be enabled.
- CacheTopologyInfo - Interface in org.infinispan.client.hotrod
-
Contains information about cache topology including servers and owned segments.
- 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.
- callbackHandler() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
-
- callbackHandler(CallbackHandler) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Specifies a
CallbackHandler
to be used during the authentication handshake.
- capacity() - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- channelFactory - Variable in class org.infinispan.client.hotrod.RemoteCacheManager
-
- 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
-
- CheckedClassResolver - Class in org.infinispan.commons.marshall.jboss
-
- CheckedClassResolver(ClassWhiteList, ClassLoader) - Constructor for class org.infinispan.commons.marshall.jboss.CheckedClassResolver
-
- CheckedInputStream - Class in org.infinispan.commons.marshall
-
- CheckedInputStream(InputStream, ClassWhiteList) - Constructor for class org.infinispan.commons.marshall.CheckedInputStream
-
- 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.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- classLoader() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
Deprecated.
- classLoader(ClassLoader) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- classLoader(ClassLoader) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
- ClassWhiteList - Class in org.infinispan.commons.configuration
-
The
ClassWhiteList
maintains classes definitions either by name or regular expression and is used for
permissioning.
- ClassWhiteList() - Constructor for class org.infinispan.commons.configuration.ClassWhiteList
-
- ClassWhiteList(List<String>) - Constructor for class org.infinispan.commons.configuration.ClassWhiteList
-
- clear() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
Deprecated.
- clear() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
-
Deprecated.
- clear() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
-
Deprecated.
- clear() - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
-
Deprecated.
Removes all of the elements from this set.
- clear() - Method in class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
-
Deprecated.
- 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.ArrayMap
-
- clear() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
-
- clear() - Method in class org.infinispan.commons.util.concurrent.ConcurrentHashSet
-
- clear() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
-
Removes all of the mappings from this map.
- clear() - Method in class org.infinispan.commons.util.FastCopyHashMap
-
- clear() - Method in class org.infinispan.commons.util.FastCopyHashMap.EntrySet
-
- clear() - Method in class org.infinispan.commons.util.FastCopyHashMap.KeySet
-
- clear() - Method in class org.infinispan.commons.util.FastCopyHashMap.Values
-
- clear() - Method in class org.infinispan.commons.util.ForwardingList
-
- clear() - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
-
- clear() - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- clear() - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- clear() - Method in class org.infinispan.commons.util.WeakValueHashMap
-
- clearAsync() - Method in interface org.infinispan.commons.api.AsyncCache
-
- ClientCacheEntryCreated - Annotation Type in org.infinispan.client.hotrod.annotation
-
- ClientCacheEntryCreatedEvent<K> - Interface in org.infinispan.client.hotrod.event
-
Client side cache entry created events provide information on the created
key, and the version of the entry.
- ClientCacheEntryCustomEvent<T> - Interface in org.infinispan.client.hotrod.event
-
The events generated by default contain just enough information to make the
event relevant but they avoid cramming too much information in order to reduce
the cost of sending them.
- ClientCacheEntryExpired - Annotation Type in org.infinispan.client.hotrod.annotation
-
- ClientCacheEntryExpiredEvent<K> - Interface in org.infinispan.client.hotrod.event
-
Client side cache entry expired events provide information on the expired key.
- ClientCacheEntryModified - Annotation Type in org.infinispan.client.hotrod.annotation
-
- ClientCacheEntryModifiedEvent<K> - Interface in org.infinispan.client.hotrod.event
-
Client side cache entry modified events provide information on the modified
key, and the version of the entry after the modification.
- ClientCacheEntryRemoved - Annotation Type in org.infinispan.client.hotrod.annotation
-
- ClientCacheEntryRemovedEvent<K> - Interface in org.infinispan.client.hotrod.event
-
Client side cache entry removed events provide information on the removed key.
- ClientCacheFailover - Annotation Type in org.infinispan.client.hotrod.annotation
-
- ClientCacheFailoverEvent - Interface in org.infinispan.client.hotrod.event
-
Event received when the registered listener fails over to a different node.
- ClientEvent - Interface in org.infinispan.client.hotrod.event
-
- ClientEvent.Type - Enum in org.infinispan.client.hotrod.event
-
- ClientEvents - Class in org.infinispan.client.hotrod.event
-
- clientIntelligence(ClientIntelligence) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- ClientIntelligence - Enum in org.infinispan.client.hotrod.configuration
-
ClientIntelligence specifies the level of intelligence used by the client.
- clientIntelligence() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- clientIntelligence(ClientIntelligence) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- clientIntelligence(ClientIntelligence) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Specifies the level of "intelligence" the client should have
- ClientListener - Annotation Type in org.infinispan.client.hotrod.annotation
-
Annotation that marks a class to receive remote events from Hot Rod caches.
- ClientListenerNotifier - Class in org.infinispan.client.hotrod.event
-
- ClientListenerNotifier() - Constructor for class org.infinispan.client.hotrod.event.ClientListenerNotifier
-
Deprecated.
- clientStatistics() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Returns client-side statistics for this cache.
- clientSubject() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
-
- clientSubject(Subject) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Sets the client subject, necessary for those SASL mechanisms which require it to access client credentials (i.e.
- clone() - Method in class org.infinispan.commons.util.FastCopyHashMap
-
- cloneWithMarshaller(Marshaller, T) - Static method in class org.infinispan.commons.util.Util
-
Clones parameter x of type T with a given Marshaller reference;
- close() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- close() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- close() - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
-
- close() - Method in class org.infinispan.commons.util.Base64.OutputStream
-
Deprecated.
Flushes and closes (I think, in the superclass) the stream.
- close() - Method in interface org.infinispan.commons.util.CloseableIterable
-
- close() - Method in interface org.infinispan.commons.util.CloseableIterator
-
- close() - Method in class org.infinispan.commons.util.CloseableIteratorMapper
-
Deprecated.
- close() - Method in interface org.infinispan.commons.util.CloseableSpliterator
-
- close() - Method in class org.infinispan.commons.util.CloseableSpliteratorMapper
-
Deprecated.
- 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.RemovableCloseableIterator
-
- close() - Method in class org.infinispan.commons.util.SpliteratorMapper
-
- close(AutoCloseable) - Static method in class org.infinispan.commons.util.Util
-
- close(Socket) - Static method in class org.infinispan.commons.util.Util
-
- close(AutoCloseable...) - 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
-
- CloseableIterator<E> - Interface in org.infinispan.commons.util
-
- CloseableIteratorCollection<E> - Interface in org.infinispan.commons.util
-
A collection that defines an iterator method that returns a
CloseableIterator
instead of a non closeable one.
- CloseableIteratorCollectionAdapter<E> - Class in org.infinispan.commons.util
-
- CloseableIteratorCollectionAdapter(Collection<E>) - Constructor for class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
-
- CloseableIteratorMapper<E,S> - Class in org.infinispan.commons.util
-
- CloseableIteratorMapper(Iterator<? extends E>, Function<? super E, ? extends S>) - Constructor for class org.infinispan.commons.util.CloseableIteratorMapper
-
Deprecated.
- CloseableIteratorSet<E> - Interface in org.infinispan.commons.util
-
A set that defines an iterator method that returns a
CloseableIterator
instead of a non closeable one.
- CloseableIteratorSetAdapter<E> - Class in org.infinispan.commons.util
-
- CloseableIteratorSetAdapter(Set<E>) - Constructor for class org.infinispan.commons.util.CloseableIteratorSetAdapter
-
- Closeables - Class in org.infinispan.commons.util
-
This class consists exclusively of static methods that operate on or return closeable interfaces.
- CloseableSpliterator<T> - Interface in org.infinispan.commons.util
-
- CloseableSpliteratorMapper<E,S> - Class in org.infinispan.commons.util
-
- CloseableSpliteratorMapper(Spliterator<E>, Function<? super E, ? extends S>) - Constructor for class org.infinispan.commons.util.CloseableSpliteratorMapper
-
Deprecated.
- closeMarshaller() - Method in interface org.infinispan.commons.marshall.jboss.RiverCloseListener
-
- closeUnmarshaller() - Method in interface org.infinispan.commons.marshall.jboss.RiverCloseListener
-
- CLUSTER_EVENT - Static variable in interface org.infinispan.commons.marshall.Ids
-
- CLUSTER_EVENT_CALLABLE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- CLUSTER_LISTENER_REMOVE_CALLABLE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- CLUSTER_LISTENER_REPLICATE_CALLABLE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- ClusterConfiguration - Class in org.infinispan.client.hotrod.configuration
-
- ClusterConfiguration(List<ServerConfiguration>, String) - Constructor for class org.infinispan.client.hotrod.configuration.ClusterConfiguration
-
- ClusterConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
- ClusterConfigurationBuilder(ConfigurationBuilder, String) - Constructor for class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
-
- clusters() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- CollectionFactory - Class in org.infinispan.commons.util
-
A factory for ConcurrentMaps.
- CollectionFactory() - Constructor for class org.infinispan.commons.util.CollectionFactory
-
- COLLECTIONS - Static variable in interface org.infinispan.commons.marshall.Ids
-
- combiner() - Method in class org.infinispan.commons.util.ArrayCollector
-
- compare(T, T) - Method in class org.infinispan.commons.equivalence.AnyEquivalence
-
Deprecated.
- compare(Object, Object) - Method in class org.infinispan.commons.equivalence.AnyServerEquivalence
-
Deprecated.
- compare(byte[], byte[]) - Method in class org.infinispan.commons.equivalence.ByteArrayEquivalence
-
Deprecated.
- compare(T, T) - Method in interface org.infinispan.commons.equivalence.Equivalence
-
Deprecated.
Compares the two given objects for order.
- compare(T, T) - Method in class org.infinispan.commons.equivalence.IdentityEquivalence
-
Deprecated.
- compareAndSet(long, long) - Method in interface org.infinispan.counter.api.StrongCounter
-
Atomically sets the value to the given updated value if the current value ==
the expected value.
- compareAndSet(long, long) - Method in interface org.infinispan.counter.api.SyncStrongCounter
-
- compareAndSwap(long, long) - Method in interface org.infinispan.counter.api.StrongCounter
-
Atomically sets the value to the given updated value if the current value ==
the expected value.
- compareAndSwap(long, long) - Method in interface org.infinispan.counter.api.SyncStrongCounter
-
- 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_FILTER - Static variable in interface org.infinispan.commons.marshall.Ids
-
- COMPOSITE_KEY_VALUE_FILTER - Static variable in interface org.infinispan.commons.marshall.Ids
-
- compute(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- compute(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
-
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface org.infinispan.commons.api.AsyncCache
-
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
- computeAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
- computeCapacity(int) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- computeCapacity(int, float) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- computeIfAbsent(K, Function<? super K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- computeIfAbsent(K, Function<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
-
- computeIfAbsentAsync(K, Function<? super K, ? extends V>) - Method in interface org.infinispan.commons.api.AsyncCache
-
- computeIfAbsentAsync(K, Function<? super K, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
- computeIfAbsentAsync(K, Function<? super K, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
-
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface org.infinispan.commons.api.AsyncCache
-
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
- computeIfPresentAsync(K, BiFunction<? super K, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
- ConcatIterator<E> - Class in org.infinispan.commons.util
-
Iterator that concatenates a bunch of iterables into 1 big iterator.
- ConcatIterator(Iterable<? extends Iterable<E>>) - Constructor for class org.infinispan.commons.util.ConcatIterator
-
- concurrencyLevel(int) - Method in class org.infinispan.counter.api.CounterConfiguration.Builder
-
Sets the concurrency level of the counter.
- concurrencyLevel() - Method in class org.infinispan.counter.api.CounterConfiguration
-
- concurrentCopyFrom(IntSet, int) - Static method in class org.infinispan.commons.util.IntSets
-
Returns a copy of the given set that supports concurrent operations.
- ConcurrentHashSet<E> - Class in org.infinispan.commons.util.concurrent
-
A simple Set implementation backed by a
ConcurrentHashMap
to deal with the fact that the
JDK does not have a proper concurrent Set implementation that uses efficient lock striping.
- ConcurrentHashSet() - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentHashSet
-
- ConcurrentHashSet(int) - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentHashSet
-
- ConcurrentHashSet(int, float, int) - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentHashSet
-
Params passed in to the underlying CHM.
- 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
- ConcurrentWeakKeyHashMap<K,V> - Class in org.infinispan.commons.util.concurrent
-
- ConcurrentWeakKeyHashMap(int, float, int) - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
-
Creates a new, empty map with the specified initial capacity, load factor and concurrency level.
- ConcurrentWeakKeyHashMap(int, float) - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
-
Creates a new, empty map with the specified initial capacity and load factor and with the default reference types
(weak keys, strong values), and concurrencyLevel (16).
- ConcurrentWeakKeyHashMap(int) - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
-
Creates a new, empty map with the specified initial capacity, and with default reference types (weak keys, strong
values), load factor (0.75) and concurrencyLevel (16).
- ConcurrentWeakKeyHashMap() - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
-
Creates a new, empty map with a default initial capacity (16), reference types (weak keys, strong values),
default load factor (0.75) and concurrencyLevel (16).
- ConcurrentWeakKeyHashMap(Map<? extends K, ? extends V>) - Constructor for class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
-
Creates a new map with the same mappings as the given map.
- ConcurrentWeakKeyHashMap.ReusableIterator<E> - Interface in org.infinispan.commons.util.concurrent
-
- Configuration - Class in org.infinispan.client.hotrod.configuration
-
Configuration.
- ConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
- ConfigurationBuilder() - Constructor for class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- ConfigurationChildBuilder - Interface in org.infinispan.client.hotrod.configuration
-
ConfigurationChildBuilder.
- ConfigurationFor - Annotation Type in org.infinispan.commons.configuration
-
ConfigurationFor.
- ConfigurationUtils - Class in org.infinispan.commons.configuration
-
ConfigurationUtils.
- ConfiguredBy - Annotation Type in org.infinispan.commons.configuration
-
Defines the configuration used to configure the given class instances
- connectionPool() - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- connectionPool() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- connectionPool() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- connectionPool() - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Configures the connection pool
- ConnectionPoolConfiguration - Class in org.infinispan.client.hotrod.configuration
-
ConnectionPoolConfiguration.
- ConnectionPoolConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
ConnectionPoolConfigurationBuilder.
- connectionTimeout(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- connectionTimeout() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- connectionTimeout(int) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- connectionTimeout(int) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
This property defines the maximum socket connect timeout before giving up connecting to the
server.
- consistentHashImpl(int, Class<? extends ConsistentHash>) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- consistentHashImpl(int, String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- consistentHashImpl() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- consistentHashImpl(int) - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- consistentHashImpl(int, Class<? extends ConsistentHash>) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- consistentHashImpl(int, String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- consistentHashImpl(int, Class<? extends ConsistentHash>) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Defines the
ConsistentHash
implementation to use for the specified version.
- consistentHashImpl(int, String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Defines the
ConsistentHash
implementation to use for the specified version.
- constructDouble(Class<?>, Object) - Static method in class org.infinispan.commons.util.Util
-
- consumer - Variable in class org.infinispan.commons.util.RemovableIterator
-
- contains(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
-
Deprecated.
- contains(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
-
Deprecated.
- contains(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
-
Deprecated.
Returns true
if this set contains the specified element.
- 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.concurrent.ConcurrentHashSet
-
- contains(Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
-
Legacy method testing if some key maps into the specified value in this table.
- contains(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap.EntrySet
-
- contains(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap.KeySet
-
- contains(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap.Values
-
- contains(Object) - Method in class org.infinispan.commons.util.ForwardingList
-
- contains(Object) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
-
- contains(int) - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- contains(Object) - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- contains(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
-
- contains(int) - Method in interface org.infinispan.commons.util.IntSet
-
Whether this set contains the given int
- contains(Object) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- contains(int) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- contains(Object) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- contains(Integer) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- contains(int) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
Check if the set contains an integer without boxing the parameter.
- 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.concurrent.ConcurrentHashSet
-
- containsAll(long, long) - Static method in class org.infinispan.commons.util.EnumUtil
-
- containsAll(Collection<?>) - Method in class org.infinispan.commons.util.ForwardingList
-
- containsAll(Collection<?>) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
-
- containsAll(IntSet) - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- containsAll(Collection<?>) - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- containsAll(IntSet) - Method in interface org.infinispan.commons.util.IntSet
-
Whether this set contains all ints in the given IntSet
- containsAll(Collection<?>) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- containsAll(IntSet) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- containsAll(Collection<?>) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- containsAll(IntSet) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- containsAny(long, long) - Static method in class org.infinispan.commons.util.EnumUtil
-
- containsAny(Collection<T>, Collection<T>) - Static method in class org.infinispan.commons.util.InfinispanCollections
-
- containsKey(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
Deprecated.
- 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.concurrent.ConcurrentWeakKeyHashMap
-
Tests if the specified object is a key in this table.
- containsKey(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap
-
- containsKey(Object) - Method in class org.infinispan.commons.util.WeakValueHashMap
-
- containsKeyAsync(K) - Method in interface org.infinispan.commons.api.AsyncCache
-
- containsValue(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
Deprecated.
- 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.concurrent.ConcurrentWeakKeyHashMap
-
Returns true if this map maps one or more keys to the specified value.
- containsValue(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap
-
- convert(long, MemoryUnit) - Method in enum org.infinispan.commons.util.MemoryUnit
-
- 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
-
- coreThreads() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
-
- COUNTER_CONFIGURATION - Static variable in interface org.infinispan.commons.marshall.Ids
-
- COUNTER_STATE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- CounterConfiguration - Class in org.infinispan.counter.api
-
- CounterConfiguration.Builder - Class in org.infinispan.counter.api
-
- CounterConfigurationException - Exception in org.infinispan.counter.exception
-
Signals a missing configuration or an invalid configuration.
- CounterConfigurationException() - Constructor for exception org.infinispan.counter.exception.CounterConfigurationException
-
- CounterConfigurationException(String) - Constructor for exception org.infinispan.counter.exception.CounterConfigurationException
-
- CounterConfigurationException(String, Throwable) - Constructor for exception org.infinispan.counter.exception.CounterConfigurationException
-
- CounterConfigurationException(Throwable) - Constructor for exception org.infinispan.counter.exception.CounterConfigurationException
-
- CounterEvent - Interface in org.infinispan.counter.api
-
- CounterException - Exception in org.infinispan.counter.exception
-
- CounterException() - Constructor for exception org.infinispan.counter.exception.CounterException
-
- CounterException(String) - Constructor for exception org.infinispan.counter.exception.CounterException
-
- CounterException(String, Throwable) - Constructor for exception org.infinispan.counter.exception.CounterException
-
- CounterException(Throwable) - Constructor for exception org.infinispan.counter.exception.CounterException
-
- CounterException(String, Throwable, boolean, boolean) - Constructor for exception org.infinispan.counter.exception.CounterException
-
- CounterListener - Interface in org.infinispan.counter.api
-
- CounterManager - Interface in org.infinispan.counter.api
-
- CounterOutOfBoundsException - Exception in org.infinispan.counter.exception
-
- CounterOutOfBoundsException(String) - Constructor for exception org.infinispan.counter.exception.CounterOutOfBoundsException
-
- CounterState - Enum in org.infinispan.counter.api
-
The possible states for a counter value.
- CounterType - Enum in org.infinispan.counter.api
-
The counter types.
- create() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.SecurityConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.ServerConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfigurationBuilder
-
- create() - Method in class org.infinispan.client.hotrod.configuration.TransactionConfigurationBuilder
-
- create() - Method in interface org.infinispan.commons.configuration.Builder
-
Create the configuration bean
- create(int, int) - Static method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
-
- create() - Static method in enum org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
-
- create() - Static method in enum org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
-
- create(T) - Static method in class org.infinispan.commons.util.ByRef
-
- createCache(String, String) - Method in interface org.infinispan.client.hotrod.RemoteCacheManagerAdmin
-
Creates a cache on the remote server cluster using the specified template.
- createCache(String, BasicConfiguration) - Method in interface org.infinispan.client.hotrod.RemoteCacheManagerAdmin
-
Creates a cache on the remote server cluster using the specified configuration
- createCache(String, String, EnumSet<AdminFlag>) - Method in interface org.infinispan.client.hotrod.RemoteCacheManagerAdmin
-
- createCache(String, String) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
-
Creates a cache on the container using the specified template.
- createCache(String, A) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
-
Creates a cache on the container using the specified template.
- createExecutor(ThreadFactory) - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
-
- createExecutor(ThreadFactory) - Method in enum org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
-
- createExecutor(ThreadFactory) - Method in enum org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
-
- createExecutor(ThreadFactory) - Method in interface org.infinispan.commons.executors.ThreadPoolExecutorFactory
-
- createExternal(Class<?>, ObjectInput) - Method in class org.infinispan.commons.marshall.jboss.JBossExternalizerAdapter
-
- createMap() - Method in class org.infinispan.commons.util.WeakValueHashMap
-
Create map.
- createMarshaller(MarshallingConfiguration) - Method in class org.infinispan.commons.marshall.jboss.JBossMarshallerFactory
-
- createNearCacheService(NearCacheConfiguration) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- createUnmarshaller(MarshallingConfiguration) - Method in class org.infinispan.commons.marshall.jboss.JBossMarshallerFactory
-
- CURRENT_NR_OF_ENTRIES - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of entries currently in the Hot Rod server
- currentMillisFromNanotime() - Static method in class org.infinispan.commons.util.Util
-
- currentValue - Variable in class org.infinispan.commons.util.RemovableIterator
-
- Either<A,B> - Class in org.infinispan.commons.util
-
- Either() - Constructor for class org.infinispan.commons.util.Either
-
- Either.Type - Enum in org.infinispan.commons.util
-
- elements() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
-
Returns an enumeration of the values in this table.
- EMBEDDED_METADATA - Static variable in interface org.infinispan.commons.marshall.Ids
-
- EmbeddedCounterManagerFactory - Class in org.infinispan.counter
-
- 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_OBJECT_ARRAY - Static variable in class org.infinispan.commons.util.Util
-
- EMPTY_STRING_ARRAY - Static variable in class org.infinispan.commons.util.Util
-
- enable() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Enables authentication
- enable() - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Enables the SSL support
- enable() - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfigurationBuilder
-
- enabled() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
-
- enabled(boolean) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Configures whether authentication should be enabled or not
- enabled() - Method in enum org.infinispan.client.hotrod.configuration.NearCacheMode
-
- enabled() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
-
- enabled(boolean) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Enables or disables the SSL support
- ENABLED - Static variable in class org.infinispan.client.hotrod.configuration.StatisticsConfiguration
-
- enabled() - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfiguration
-
- enabled(boolean) - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfigurationBuilder
-
- encode(int) - Static method in class org.infinispan.commons.io.SignedNumeric
-
- ENCODE - Static variable in class org.infinispan.commons.util.Base64
-
Deprecated.
Specify encoding.
- encodeBytes(byte[]) - Static method in class org.infinispan.commons.util.Base64
-
Deprecated.
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int) - Static method in class org.infinispan.commons.util.Base64
-
Deprecated.
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int) - Static method in class org.infinispan.commons.util.Base64
-
Deprecated.
Encodes a byte array into Base64 notation.
- encodeBytes(byte[], int, int, int) - Static method in class org.infinispan.commons.util.Base64
-
Deprecated.
Encodes a byte array into Base64 notation.
- encodeFromFile(String) - Static method in class org.infinispan.commons.util.Base64
-
Deprecated.
Convenience method for reading a binary file
and base64-encoding it.
- encodeObject(Serializable) - Static method in class org.infinispan.commons.util.Base64
-
Deprecated.
Serializes an object and returns the Base64-encoded
version of that serialized object.
- encodeObject(Serializable, int) - Static method in class org.infinispan.commons.util.Base64
-
Deprecated.
Serializes an object and returns the Base64-encoded
version of that serialized object.
- ENCODER_ENTRY_MAPPER - Static variable in interface org.infinispan.commons.marshall.Ids
-
- ENCODER_KEY_MAPPER - Static variable in interface org.infinispan.commons.marshall.Ids
-
- ENCODER_VALUE_MAPPER - Static variable in interface org.infinispan.commons.marshall.Ids
-
- encodeToFile(byte[], String) - Static method in class org.infinispan.commons.util.Base64
-
Deprecated.
Convenience method for encoding data to a file.
- END_ITERATOR - Static variable in interface org.infinispan.commons.marshall.Ids
-
- endBatch(boolean) - Method in interface org.infinispan.commons.api.BatchingCache
-
- entrySet() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- entrySet(IntSet) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
This method is identical to
RemoteCache.entrySet()
except that it will only return entries that map to the given segments.
- entrySet() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
Deprecated.
- EntrySet() - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
-
Deprecated.
- entrySet() - Method in class org.infinispan.commons.util.AbstractDelegatingMap
-
- entrySet - Variable in class org.infinispan.commons.util.AbstractMap
-
- entrySet() - Method in class org.infinispan.commons.util.ArrayMap
-
- entrySet() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
-
Returns a
Set
view of the mappings contained in this map.
- entrySet() - Method in class org.infinispan.commons.util.FastCopyHashMap
-
- EntrySet() - Constructor for class org.infinispan.commons.util.FastCopyHashMap.EntrySet
-
- entrySet() - Method in class org.infinispan.commons.util.WeakValueHashMap
-
- EntrySizeCalculator<K,V> - Interface in org.infinispan.commons.util
-
- ENUM_SET_ID - Static variable in interface org.infinispan.commons.marshall.Ids
-
- enumArrayOf(long, Class<E>) - Static method in class org.infinispan.commons.util.EnumUtil
-
- EnumerationList<T> - Class in org.infinispan.commons.util
-
An Enumeration -> List adaptor
- EnumerationList(Enumeration<T>) - Constructor for class org.infinispan.commons.util.EnumerationList
-
Constructor
- enumSetOf(long, Class<E>) - 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
-
- equals(Object) - Method in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
-
- equals(T, Object) - Method in class org.infinispan.commons.equivalence.AnyEquivalence
-
Deprecated.
- equals(Object, Object) - Method in class org.infinispan.commons.equivalence.AnyServerEquivalence
-
Deprecated.
- equals(byte[], Object) - Method in class org.infinispan.commons.equivalence.ByteArrayEquivalence
-
Deprecated.
- equals(T, Object) - Method in interface org.infinispan.commons.equivalence.Equivalence
-
Deprecated.
Indicates whether the objects passed are "equal to" each other.
- equals(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
Deprecated.
- equals(T, Object) - Method in class org.infinispan.commons.equivalence.IdentityEquivalence
-
Deprecated.
- equals(Object) - Method in class org.infinispan.commons.hash.MurmurHash3
-
- equals(Object) - Method in class org.infinispan.commons.io.ByteBufferImpl
-
- equals(Object) - Method in class org.infinispan.commons.marshall.WrappedByteArray
-
- equals(Object) - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
-
- equals(Object) - Method in class org.infinispan.commons.util.ForwardingList
-
- equals(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
-
- equals(Object) - Method in class org.infinispan.commons.util.KeyValueWithPrevious
-
- equals(Object) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- equals(Object) - Method in class org.infinispan.commons.util.SimpleImmutableEntry
-
- equals(Object) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- equals(Object) - Method in class org.infinispan.counter.api.CounterConfiguration
-
- equalsWrappedBytes(WrappedBytes) - Method in class org.infinispan.commons.marshall.WrappedByteArray
-
- equalsWrappedBytes(WrappedBytes) - Method in interface org.infinispan.commons.marshall.WrappedBytes
-
- Equivalence<T> - Interface in org.infinispan.commons.equivalence
-
Deprecated.
- EQUIVALENCE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- EquivalenceExternalizer - Class in org.infinispan.commons.marshall.exts
-
- EquivalenceExternalizer() - Constructor for class org.infinispan.commons.marshall.exts.EquivalenceExternalizer
-
- EquivalentHashMap<K,V> - Class in org.infinispan.commons.equivalence
-
Deprecated.
- EquivalentHashMap(Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap
-
Deprecated.
- EquivalentHashMap(int, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap
-
Deprecated.
- EquivalentHashMap(int, float, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap
-
Deprecated.
- EquivalentHashMap(Map<? extends K, ? extends V>, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap
-
Deprecated.
- EquivalentHashMap.EntrySet - Class in org.infinispan.commons.equivalence
-
Deprecated.
- EquivalentHashMap.Node<K,V> - Class in org.infinispan.commons.equivalence
-
Deprecated.
- EquivalentHashMap.Values - Class in org.infinispan.commons.equivalence
-
Deprecated.
- EquivalentHashSet<E> - Class in org.infinispan.commons.equivalence
-
Deprecated.
- EquivalentHashSet(Equivalence<? super E>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashSet
-
Deprecated.
Constructs a new, empty set, with a given equivalence function
- EquivalentHashSet(int, Equivalence<? super E>) - Constructor for class org.infinispan.commons.equivalence.EquivalentHashSet
-
Deprecated.
Constructs a new, empty set, with a given initial capacity and a
particular equivalence function to compare entries.
- EquivalentLinkedHashMap<K,V> - Class in org.infinispan.commons.equivalence
-
Deprecated.
- EquivalentLinkedHashMap(int, float, EquivalentLinkedHashMap.IterationOrder, Equivalence<? super K>, Equivalence<? super V>) - Constructor for class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
-
Deprecated.
- EquivalentLinkedHashMap.IterationOrder - Enum in org.infinispan.commons.equivalence
-
Deprecated.
- 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
-
- EvictionListener<K,V> - Interface in org.infinispan.commons.util
-
Eviction listener that is notified when entries are evicted from the underlying container due
to the given eviction policy.
- EXCEPTION_RESPONSE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- execute(String, Map<String, ?>) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Executes a remote script passing a set of named parameters
- execute(String, Map<String, ?>, Object) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Executes a remote script passing a set of named parameters, hinting that the script should be executed
on the server that is expected to store given key.
- ExecutorFactory - Interface in org.infinispan.commons.executors
-
Used to configure and create executors
- ExecutorFactoryConfiguration - Class in org.infinispan.client.hotrod.configuration
-
ExecutorFactoryConfiguration.
- ExecutorFactoryConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
Configures executor factory.
- exhaustedAction() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- exhaustedAction(ExhaustedAction) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Specifies what happens when asking for a connection from a server's pool, and that pool is
exhausted.
- ExhaustedAction - Enum in org.infinispan.client.hotrod.configuration
-
Enumeration for whenExhaustedAction.
- Experimental - Annotation Type in org.infinispan.commons.util
-
An experimental user-facing API.
- ExposedByteArrayOutputStream - Class in org.infinispan.commons.io
-
Extends ByteArrayOutputStream, but exposes the internal buffer.
- ExposedByteArrayOutputStream() - Constructor for class org.infinispan.commons.io.ExposedByteArrayOutputStream
-
- ExposedByteArrayOutputStream(int) - Constructor for class org.infinispan.commons.io.ExposedByteArrayOutputStream
-
- ExposedByteArrayOutputStream(int, int) - Constructor for class org.infinispan.commons.io.ExposedByteArrayOutputStream
-
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
- ExtendedRiverMarshaller - Class in org.infinispan.commons.marshall.jboss
-
RiverMarshaller
extension that allows Infinispan code to directly
create instances of it.
- ExtendedRiverMarshaller(RiverMarshallerFactory, SerializableClassRegistry, MarshallingConfiguration) - Constructor for class org.infinispan.commons.marshall.jboss.ExtendedRiverMarshaller
-
- ExtendedRiverUnmarshaller - Class in org.infinispan.commons.marshall.jboss
-
An extended
RiverUnmarshaller
that allows to track lifecycle of
unmarshaller so that pools can be notified when not in use any more.
- ExtendedRiverUnmarshaller(RiverMarshallerFactory, SerializableClassRegistry, MarshallingConfiguration) - Constructor for class org.infinispan.commons.marshall.jboss.ExtendedRiverUnmarshaller
-
- Externalizer() - Constructor for class org.infinispan.commons.hash.MurmurHash3.Externalizer
-
- Externalizer() - Constructor for class org.infinispan.commons.io.ByteBufferImpl.Externalizer
-
- Externalizer<T> - Interface in org.infinispan.commons.marshall
-
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
- Externalizer() - Constructor for class org.infinispan.commons.marshall.WrappedByteArray.Externalizer
-
- EXTERNALIZER - Static variable in class org.infinispan.counter.api.CounterConfiguration
-
- EXTERNALIZER - Static variable in enum org.infinispan.counter.api.CounterState
-
- extractFieldName(String) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
- factory() - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration
-
- factory(ExecutorFactory) - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
Specify factory class for executor
- factory - Static variable in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- factoryClass() - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration
-
- factoryClass(Class<? extends ExecutorFactory>) - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
Specify factory class for executor
- factoryClass(String) - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
- FailoverRequestBalancingStrategy - Interface in org.infinispan.client.hotrod
-
Defines what servers will be selected when a smart-routed request fails.
- FastCopyHashMap<K,V> - Class in org.infinispan.commons.util
-
A HashMap that is optimized for fast shallow copies.
- FastCopyHashMap(int, float) - Constructor for class org.infinispan.commons.util.FastCopyHashMap
-
- FastCopyHashMap(Map<? extends K, ? extends V>) - Constructor for class org.infinispan.commons.util.FastCopyHashMap
-
- FastCopyHashMap(int) - Constructor for class org.infinispan.commons.util.FastCopyHashMap
-
- FastCopyHashMap() - Constructor for class org.infinispan.commons.util.FastCopyHashMap
-
- FastCopyHashMap.EntrySet - Class in org.infinispan.commons.util
-
- FastCopyHashMap.KeySet - Class in org.infinispan.commons.util
-
- FastCopyHashMap.Values - Class in org.infinispan.commons.util
-
- FEATURE_PREFIX - Static variable in class org.infinispan.commons.util.Features
-
- features() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- Features - Class in org.infinispan.commons.util
-
Features allow conditional enabling/disabling of Infinispan's functionality.
- Features(ClassLoader) - Constructor for class org.infinispan.commons.util.Features
-
- Features() - 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
-
- fillInStackTrace() - Method in exception 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<E>, Predicate<? super E>) - Constructor for class org.infinispan.commons.util.FilterIterator
-
- FilterSpliterator<T> - Class in org.infinispan.commons.util
-
Spliterator that only returns entries that pass the given predicate.
- FilterSpliterator(Spliterator<T>, Predicate<? super T>) - Constructor for class org.infinispan.commons.util.FilterSpliterator
-
- findClass(String) - Method in class org.infinispan.commons.util.AggregatedClassLoader
-
- findClass(String) - Method in class org.infinispan.commons.util.OsgiClassLoader
-
Load the class and break on first found match.
- findGetterForField(Class<?>, String) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
- findMethod(Class<?>, String) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
- findMethod(Class<?>, String, Class<?>[]) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
- findNextHighestPowerOfTwo(int) - Static method in class org.infinispan.commons.util.Util
-
Returns a number such that the number is a power of two that is equal to, or greater than, the number passed in as
an argument.
- findResource(String) - Method in class org.infinispan.commons.util.AggregatedClassLoader
-
- findResource(String) - Method in class org.infinispan.commons.util.OsgiClassLoader
-
Load the resource and break on first found match.
- findResources(String) - Method in class org.infinispan.commons.util.OsgiClassLoader
-
Load the resources and return an Enumeration
Note: Since they're Enumerations, do not cache these results!
- findSetterForField(Class<?>, String) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
- finish() - Method in class org.infinispan.commons.marshall.jboss.ExtendedRiverMarshaller
-
- finish() - Method in class org.infinispan.commons.marshall.jboss.ExtendedRiverUnmarshaller
-
- finisher() - Method in class org.infinispan.commons.util.ArrayCollector
-
- finishObjectInput(ObjectInput) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- finishObjectInput(ObjectInput) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- finishObjectInput(ObjectInput) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
Finish using the given ObjectInput.
- finishObjectOutput(ObjectOutput) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- finishObjectOutput(ObjectOutput) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- finishObjectOutput(ObjectOutput) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
Finish using the given ObjectOutput.
- Flag - Enum in org.infinispan.client.hotrod
-
Defines all the flags available in the Hot Rod client that can influence the behavior of operations.
- FLAG - Static variable in interface org.infinispan.commons.marshall.Ids
-
- FlattenSpliterator<E> - Class in org.infinispan.commons.util
-
Composes an array of Collections into a spliterator.
- FlattenSpliterator(IntFunction<Collection<E>>, int, int) - Constructor for class org.infinispan.commons.util.FlattenSpliterator
-
- FLOAT - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
-
Deprecated.
- fluentSetterName(String) - Static method in class org.infinispan.commons.util.BeanUtils
-
Retrieves a setter name based on a field name passed in
- flush() - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
-
- flushAndCloseOutput(ObjectOutput) - Static method in class org.infinispan.commons.util.Util
-
- flushAndCloseStream(OutputStream) - Static method in class org.infinispan.commons.util.Util
-
- flushBase64() - Method in class org.infinispan.commons.util.Base64.OutputStream
-
Deprecated.
Method added by PHIL.
- forceReturnValues(boolean) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- forceReturnValues() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- forceReturnValues(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- forceReturnValues(boolean) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Whether or not to implicitly FORCE_RETURN_VALUE for all calls.
- forEach(Consumer<? super E>) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
-
- forEach(BiConsumer<? super K, ? super V>) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
-
- forEach(Consumer<? super E>) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
-
- forEach(IntConsumer) - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- forEach(Consumer<? super Integer>) - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- forEach(T[], Consumer<T>) - Static method in class org.infinispan.commons.util.InfinispanCollections
-
- 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
-
Deprecated.
- forEach(Consumer<? super Integer>) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- forEach(IntConsumer) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- forEach(Consumer<? super Integer>) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- forEachRemaining(Consumer<? super E>) - Method in class org.infinispan.commons.util.AbstractIterator
-
- forEachRemaining(Consumer<? super T>) - Method in class org.infinispan.commons.util.FilterSpliterator
-
- forEachRemaining(Consumer<? super E>) - Method in class org.infinispan.commons.util.FlattenSpliterator
-
- forEachRemaining(Consumer<? super E>) - Method in class org.infinispan.commons.util.Immutables.ImmutableIteratorWrapper
-
- forEachRemaining(Consumer<? super S>) - Method in class org.infinispan.commons.util.SpliteratorMapper
-
- format(CounterConfiguration) - Method in class org.infinispan.counter.api.PropertyFormatter
-
- FORMAT_MESSAGE - Static variable in exception org.infinispan.counter.exception.CounterOutOfBoundsException
-
- 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.
- from(DataFormat) - Method in class org.infinispan.client.hotrod.DataFormat.Builder
-
- from(Set<Integer>) - Static method in class org.infinispan.commons.util.IntSets
-
Returns an IntSet based on the provided Set.
- from(PrimitiveIterator.OfInt) - Static method in class org.infinispan.commons.util.IntSets
-
Returns an IntSet based on the ints in the iterator.
- from(Set<Integer>) - Static method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
Either converts the given set to an IntSet if it is one or creates a new IntSet and copies the contents
- from(Properties) - Method in class org.infinispan.counter.api.PropertyFormatter
-
- fromMultipleRuntimeExceptions(List<RuntimeException>) - Static method in exception org.infinispan.commons.CacheConfigurationException
-
- fromString(String) - Static method in enum org.infinispan.commons.api.CacheContainerAdmin.AdminFlag
-
- FUNCTION_MAPPER - Static variable in interface org.infinispan.commons.marshall.Ids
-
- GenericJBossMarshaller - Class in org.infinispan.commons.marshall.jboss
-
A marshaller that makes use of
JBoss Marshalling
to serialize and deserialize objects.
- GenericJBossMarshaller() - Constructor for class org.infinispan.commons.marshall.jboss.GenericJBossMarshaller
-
- GenericJBossMarshaller(ClassLoader) - Constructor for class org.infinispan.commons.marshall.jboss.GenericJBossMarshaller
-
- GenericJBossMarshaller(List<String>) - Constructor for class org.infinispan.commons.marshall.jboss.GenericJBossMarshaller
-
- GenericJBossMarshaller(ClassWhiteList) - Constructor for class org.infinispan.commons.marshall.jboss.GenericJBossMarshaller
-
- GenericJBossMarshaller(ClassLoader, ClassWhiteList) - Constructor for class org.infinispan.commons.marshall.jboss.GenericJBossMarshaller
-
- get(K) - Method in interface org.infinispan.client.hotrod.StreamingRemoteCache
-
Retrieves the value of the specified key as an
InputStream
.
- get(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
Deprecated.
- get(Object) - Method in class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
-
Deprecated.
- get(Object) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
-
- get() - Method in class org.infinispan.commons.util.ArrayCollector
-
- get(Object) - Method in class org.infinispan.commons.util.ArrayMap
-
- 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(Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
-
Returns the value to which the specified key is mapped, or null
if this map contains no mapping for the
key.
- get(AtomicLongFieldUpdater<T>) - Method in class org.infinispan.commons.util.concurrent.StripedCounters
-
- get(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap
-
- get(int) - Method in class org.infinispan.commons.util.ForwardingList
-
- get(Object) - Method in class org.infinispan.commons.util.HopscotchHashMap
-
- get(int) - Method in class org.infinispan.commons.util.ImmutableListCopy
-
- get(int) - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
-
- get(Object) - Method in class org.infinispan.commons.util.WeakValueHashMap
-
- get() - Method in interface org.infinispan.commons.util.WeakValueHashMap.ValueRef
-
Get underlying value.
- getActiveConnectionCount() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- getAll(Set<? extends K>) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Retrieves all of the entries for the provided keys.
- getAllAsync(Set<?>) - Method in interface org.infinispan.commons.api.AsyncCache
-
- getAllFields(Class<?>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
- getAllMethods(Class<?>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
Returns a set of Methods that contain the given method annotation.
- getAllMethodsShallow(Class<?>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
Returns a set of Methods that contain the given method annotation.
- getAnnotatedFields(Class<?>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
- getAnnotation(Class<?>, Class<T>) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
Inspects the class passed in for the class level annotation specified.
- getAsInputStreamFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
-
- getAsInputStreamFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.FileLookupFactory.DefaultFileLookup
-
- getAsURLFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
-
- getAsURLFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.FileLookupFactory.DefaultFileLookup
-
- getAsURLsFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.AbstractFileLookup
-
- getAsURLsFromClassLoader(String, ClassLoader) - Method in class org.infinispan.commons.util.FileLookupFactory.DefaultFileLookup
-
- getAsync(K) - Method in interface org.infinispan.commons.api.AsyncCache
-
Asynchronous version of
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.
- getBooleanProperty(String, boolean) - Method in class org.infinispan.commons.util.TypedProperties
-
- getBooleanProperty(String, boolean, boolean) - Method in class org.infinispan.commons.util.TypedProperties
-
- getBuf() - Method in interface org.infinispan.commons.io.ByteBuffer
-
Returns the underlying buffer.
- getBuf() - Method in class org.infinispan.commons.io.ByteBufferImpl
-
- getBufferSizePredictor(Object) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- getBufferSizePredictor(Object) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
-
- getBufferSizePredictor(Class<?>) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
-
Get the serialized form size predictor for a particular type.
- getBufferSizePredictor(Object) - Method in 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.
- getBulk() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- getBulk(int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- 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(String, boolean) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
Same as getCache(cacheName, forceReturnValue, null, null)
- getCache(boolean) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
Same as getCache("", forceReturnValue, null, null)
- getCache(String, TransactionMode) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
Same as getCache(cacheName, transactionMode, null)
- getCache(String, boolean, TransactionMode) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
Same as getCache(cacheName, forceReturnValue, transactionMode, null)
- getCache(String, TransactionManager) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
Same as getCache(cacheName, null, transactionManager)
- getCache(String, boolean, TransactionManager) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
Same as getCache(cacheName, forceReturnValue, null, transactionManager)
- getCache(String, TransactionMode, TransactionManager) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
- getCache(String, boolean, TransactionMode, TransactionManager) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
- getCache(String) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
Retrieves a named cache from the remote server if the cache has been
defined, otherwise if the cache name is undefined, it will return null.
- getCache() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
Retrieves the default cache from the remote server.
- getCache(String, TransactionMode, TransactionManager) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- getCache(String, boolean, TransactionMode, TransactionManager) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- getCache() - Method in interface org.infinispan.commons.api.BasicCacheContainer
-
Retrieves the default cache associated with this cache container.
- getCache(String) - Method in interface org.infinispan.commons.api.BasicCacheContainer
-
Retrieves a named cache from the system.
- getCacheNames() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- getCacheNames() - Method in interface org.infinispan.commons.api.BasicCacheContainer
-
This method returns a collection of caches names which contains the
caches that have been defined via XML or programmatically, and the
caches that have been created at runtime via this cache manager
instance.
- getCacheTopologyInfo() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- getChannelFactory() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
This method is not a part of the public API.
- getClassForName(String, ClassLoader) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
- getClassLoader() - Method in class org.infinispan.commons.marshall.jboss.DefaultContextClassResolver
-
- getClassLoaders(ClassLoader) - Static method in class org.infinispan.commons.util.Util
-
- getClassWhiteList() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- getCluster() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfiguration
-
- getClusterName() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfiguration
-
- getClusterName() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
-
- getCodec() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
This method is not a part of the public API.
- getConfiguration() - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
Retrieves the configuration currently in use.
- getConfiguration() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- getConfiguration(String) - Method in interface org.infinispan.counter.api.CounterManager
-
- getConfiguration() - Method in interface org.infinispan.counter.api.StrongCounter
-
- getConfiguration() - Method in interface org.infinispan.counter.api.SyncStrongCounter
-
- getConfiguration() - Method in interface org.infinispan.counter.api.SyncWeakCounter
-
- getConfiguration() - Method in interface org.infinispan.counter.api.WeakCounter
-
- getConnectionCount() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- getContext(String, char[], String, char[]) - Static method in class org.infinispan.commons.util.SslContextFactory
-
- getContext(String, char[], String, char[], String) - Static method in class org.infinispan.commons.util.SslContextFactory
-
- getContext(String, char[], char[], String, char[]) - Static method in class org.infinispan.commons.util.SslContextFactory
-
- getContext(String, char[], char[], String, char[], String) - Static method in class org.infinispan.commons.util.SslContextFactory
-
- getContext(String, String, char[], String, String, char[]) - Static method in class org.infinispan.commons.util.SslContextFactory
-
- getContext(String, String, char[], char[], String, String, String, char[], String, ClassLoader) - Static method in class org.infinispan.commons.util.SslContextFactory
-
- getContinuousQuery(RemoteCache<K, V>) - Static method in class org.infinispan.client.hotrod.Search
-
- getCounterListener() - Method in interface org.infinispan.counter.api.Handle
-
- getCounterNames() - Method in interface org.infinispan.counter.api.CounterManager
-
- getCreated() - Method in interface org.infinispan.client.hotrod.Metadata
-
- getDataFormat() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- getDefault() - Static method in enum org.infinispan.client.hotrod.configuration.ClientIntelligence
-
- getEngine(SSLContext, boolean, boolean) - Static method in class org.infinispan.commons.util.SslContextFactory
-
- getEnumProperty(String, Class<T>, T) - Method in class org.infinispan.commons.util.TypedProperties
-
- getEnumProperty(String, Class<T>, T, boolean) - Method in class org.infinispan.commons.util.TypedProperties
-
- getErroneousAttributes() - Method in exception org.infinispan.commons.CacheConfigurationException
-
Deprecated.
- getEventData() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryCustomEvent
-
Customized event data.
- getExactSizeIfKnown() - Method in class org.infinispan.commons.util.SpliteratorMapper
-
- getExecutor(Properties) - Method in interface org.infinispan.commons.executors.ExecutorFactory
-
- getExecutor(Properties, AccessControlContext) - Method in interface org.infinispan.commons.executors.SecurityAwareExecutorFactory
-
- getExternalizer(Class<?>) - Method in class org.infinispan.commons.marshall.jboss.SerializeWithExtFactory
-
- getField(String, Class<?>) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
- getFlagInt() - Method in enum org.infinispan.client.hotrod.Flag
-
- getId() - Method in class org.infinispan.commons.hash.MurmurHash3.Externalizer
-
- getId() - Method in class org.infinispan.commons.io.ByteBufferImpl.Externalizer
-
- getId() - Method in class org.infinispan.commons.marshall.AbstractExternalizer
-
- getId() - Method in class org.infinispan.commons.marshall.AdminFlagExternalizer
-
- getId() - Method in interface org.infinispan.commons.marshall.AdvancedExternalizer
-
Returns an integer that identifies the externalizer type.
- getId() - Method in class org.infinispan.commons.marshall.exts.EquivalenceExternalizer
-
- getId() - Method in class org.infinispan.commons.marshall.SingletonExternalizer
-
- getId() - Method in class org.infinispan.commons.marshall.SuppliedExternalizer
-
- getId() - Method in class org.infinispan.commons.marshall.WrappedByteArray.Externalizer
-
- getId() - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer
-
- getId() - Method in class org.infinispan.commons.util.Immutables.ImmutableSetWrapperExternalizer
-
- getIdleConnectionCount() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- getInstance() - Static method in class org.infinispan.commons.equivalence.AnyEquivalence
-
Deprecated.
- getInstance(Class<T>) - Static method in class org.infinispan.commons.equivalence.AnyEquivalence
-
Deprecated.
- getInstance() - Static method in class org.infinispan.commons.hash.MurmurHash3
-
- getInstance() - Static method in class org.infinispan.commons.util.OsgiClassLoader
-
- getInstance(Class<T>) - Static method in class org.infinispan.commons.util.Util
-
Instantiates a class by first attempting a static factory method named getInstance() on the class
and then falling back to an empty constructor.
- getInstance(String, ClassLoader) - Static method in class org.infinispan.commons.util.Util
-
Instantiates a class based on the class name provided.
- getInstance() - Static method in class org.infinispan.counter.api.PropertyFormatter
-
- getInstanceStrict(Class<T>) - Static method in class org.infinispan.commons.util.Util
-
- getInstanceStrict(String, ClassLoader) - Static method in class org.infinispan.commons.util.Util
-
- getInstanceSupplier(Class<T>) - Static method in class org.infinispan.commons.util.Util
-
- 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
-
- getIntProperty(String, int, boolean) - Method in class org.infinispan.commons.util.TypedProperties
-
- getIntStatistic(String) - Method in interface org.infinispan.client.hotrod.ServerStatistics
-
- getKey() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent
-
Created cache entry's key.
- getKey() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryExpiredEvent
-
Created cache entry's key.
- getKey() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryModifiedEvent
-
Modifiedcache entry's key.
- getKey() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryRemovedEvent
-
Created cache entry's key.
- getKey() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Node
-
Deprecated.
- getKey() - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
-
- getKey() - Method in class org.infinispan.commons.util.KeyValueWithPrevious
-
- getKey() - Method in class org.infinispan.commons.util.SimpleImmutableEntry
-
- getKeyEquivalence() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
Deprecated.
- getKeyManagerFactory(String, String, char[], char[], String, ClassLoader) - Static method in class org.infinispan.commons.util.SslContextFactory
-
- getKeyType() - Method in class org.infinispan.client.hotrod.DataFormat
-
- getLastUsed() - Method in interface org.infinispan.client.hotrod.Metadata
-
- 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.
- getLifespan() - Method in interface org.infinispan.client.hotrod.Metadata
-
- getListeners() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Returns a set with all the listeners registered by this client for the
given cache.
- getLongProperty(String, long) - Method in class org.infinispan.commons.util.TypedProperties
-
- getLongProperty(String, long, boolean) - Method in class org.infinispan.commons.util.TypedProperties
-
- getMarshaller() - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
- getMarshaller() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- getMarshallerRegistry() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- getMaxDoublingSize() - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
-
Gets the highest internal buffer size after which if more capacity is needed the buffer will grow in 25%
increments rather than 100%.
- getMaxIdle() - Method in interface org.infinispan.client.hotrod.Metadata
-
- getMBeanServer(Properties) - Method in interface org.infinispan.commons.jmx.MBeanServerLookup
-
- getMBeanServer() - Method in interface org.infinispan.commons.jmx.MBeanServerLookup
-
- getName() - Method in interface org.infinispan.commons.api.BasicCache
-
Retrieves the name of the cache
- getName() - Method in interface org.infinispan.counter.api.StrongCounter
-
- getName() - Method in interface org.infinispan.counter.api.SyncStrongCounter
-
- getName() - Method in interface org.infinispan.counter.api.SyncWeakCounter
-
- getName() - Method in interface org.infinispan.counter.api.WeakCounter
-
- getNewBufferSize(int, int) - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
-
Gets the number of bytes to which the internal buffer should be resized.
- getNewState() - Method in interface org.infinispan.counter.api.CounterEvent
-
- getNewValue() - Method in interface org.infinispan.counter.api.CounterEvent
-
- 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
-
- 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.
- getNumSegments() - Method in interface org.infinispan.client.hotrod.CacheTopologyInfo
-
- 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
-
- getOldState() - Method in interface org.infinispan.counter.api.CounterEvent
-
- getOldValue() - Method in interface org.infinispan.counter.api.CounterEvent
-
- getOrCreateCache(String, String) - Method in interface org.infinispan.client.hotrod.RemoteCacheManagerAdmin
-
Retrieves an existing cache on the remote server cluster.
- getOrCreateCache(String, BasicConfiguration) - Method in interface org.infinispan.client.hotrod.RemoteCacheManagerAdmin
-
Retrieves an existing cache on the remote server cluster.
- 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
- 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
- getOrDefault(Object, V) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
-
- getPrev() - Method in class org.infinispan.commons.util.KeyValueWithPrevious
-
- getProperty(String, String) - Static method in class org.infinispan.commons.util.LegacyKeySupportSystemProperties
-
- getProperty(String, String, String) - Static method in class org.infinispan.commons.util.LegacyKeySupportSystemProperties
-
- getProperty(String, String, boolean) - Method in class org.infinispan.commons.util.TypedProperties
-
- getProtocolVersion() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Returns the HotRod protocol version supported by this RemoteCache implementation
- getQueryFactory(RemoteCache<?, ?>) - Static method in class org.infinispan.client.hotrod.Search
-
- getRawBuffer() - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
-
Gets the internal buffer array.
- getRemoteCacheManager() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- getResourceAsStream(String, ClassLoader) - Static method in class org.infinispan.commons.util.Util
-
- getResourceAsString(String, ClassLoader) - Static method in class org.infinispan.commons.util.Util
-
- getResources(String) - Method in class org.infinispan.commons.util.AggregatedClassLoader
-
- getSaslClientFactories(ClassLoader, boolean) - Static method in class org.infinispan.commons.util.SaslUtils
-
Returns an iterator of all of the registered SaslClientFactory
s where the order is based on the
order of the Provider registration and/or class path order.
- getSaslClientFactories() - Static method in class org.infinispan.commons.util.SaslUtils
-
Returns an iterator of all of the registered SaslClientFactory
s where the order is based on the
order of the Provider registration and/or class path order.
- getSaslServerFactories(ClassLoader, boolean) - Static method in class org.infinispan.commons.util.SaslUtils
-
Returns an iterator of all of the registered SaslServerFactory
s where the order is based on the
order of the Provider registration and/or class path order.
- getSaslServerFactories() - Static method in class org.infinispan.commons.util.SaslUtils
-
Returns an iterator of all of the registered SaslServerFactory
s where the order is based on the
order of the Provider registration and/or class path order.
- getSegmentSize(int) - Static method in class org.infinispan.commons.util.Util
-
Returns the size of each segment, given a number of segments.
- getSegmentsPerServer() - Method in interface org.infinispan.client.hotrod.CacheTopologyInfo
-
- getServerAddress() - Method in exception org.infinispan.client.hotrod.exceptions.RemoteIllegalLifecycleStateException
-
- getServerAddress() - Method in exception org.infinispan.client.hotrod.exceptions.TransportException
-
- getServers() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- getStatistic(String) - Method in interface org.infinispan.client.hotrod.ServerStatistics
-
- getStatsMap() - Method in interface org.infinispan.client.hotrod.ServerStatistics
-
- getStream() - Method in class org.infinispan.commons.io.ByteBufferImpl
-
- getStrongCounter(String) - Method in interface org.infinispan.counter.api.CounterManager
-
- getSuffix() - Method in enum org.infinispan.commons.util.MemoryUnit
-
- getterMethod(Class<?>, Class<?>) - Static method in class org.infinispan.commons.util.BeanUtils
-
Returns a Method object corresponding to a getter that retrieves an instance of componentClass from target.
- getterName(Class<?>) - Static method in class org.infinispan.commons.util.BeanUtils
-
Returns a getter for a given class
- getTopologyId() - Method in interface org.infinispan.client.hotrod.CacheTopologyInfo
-
- getTransactionManager() - Method in interface org.infinispan.commons.api.TransactionalCache
-
- getTrustManagerFactory(String, String, char[], ClassLoader) - Static method in class org.infinispan.commons.util.SslContextFactory
-
- getType() - Method in interface org.infinispan.client.hotrod.event.ClientEvent
-
- getTypeClasses() - Method in class org.infinispan.commons.hash.MurmurHash3.Externalizer
-
- getTypeClasses() - Method in class org.infinispan.commons.io.ByteBufferImpl.Externalizer
-
- getTypeClasses() - Method in class org.infinispan.commons.marshall.AdminFlagExternalizer
-
- getTypeClasses() - Method in interface org.infinispan.commons.marshall.AdvancedExternalizer
-
Returns a collection of Class instances representing the types that this
AdvancedExternalizer can marshall.
- getTypeClasses() - Method in class org.infinispan.commons.marshall.exts.EquivalenceExternalizer
-
- getTypeClasses() - Method in class org.infinispan.commons.marshall.SingletonExternalizer
-
- getTypeClasses() - Method in class org.infinispan.commons.marshall.SuppliedExternalizer
-
- getTypeClasses() - Method in class org.infinispan.commons.marshall.WrappedByteArray.Externalizer
-
- getTypeClasses() - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer
-
- getTypeClasses() - Method in class org.infinispan.commons.util.Immutables.ImmutableSetWrapperExternalizer
-
- getTypeClasses() - Static method in class org.infinispan.commons.util.IntSetsExternalization
-
- getUnreadBufferedCount() - Method in class org.infinispan.commons.marshall.jboss.ExtendedRiverUnmarshaller
-
Returns number unread buffered bytes.
- getValue() - Method in enum org.infinispan.client.hotrod.configuration.ClientIntelligence
-
- getValue() - Method in interface org.infinispan.client.hotrod.VersionedValue
-
- getValue() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Node
-
Deprecated.
- getValue() - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
-
- getValue() - Method in class org.infinispan.commons.util.KeyValueWithPrevious
-
- getValue(Object, String) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
Retrieves the value of a field of an object instance via reflection
- getValue() - Method in class org.infinispan.commons.util.SimpleImmutableEntry
-
- getValue() - Method in interface org.infinispan.counter.api.StrongCounter
-
It fetches the current value.
- getValue() - Method in interface org.infinispan.counter.api.SyncStrongCounter
-
- getValue() - Method in interface org.infinispan.counter.api.SyncWeakCounter
-
- getValue() - Method in interface org.infinispan.counter.api.WeakCounter
-
It returns the counter's value.
- getValueEquivalence() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
Deprecated.
- getValueType() - Method in class org.infinispan.client.hotrod.DataFormat
-
- getVersion() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent
-
Provides access to the version of the created cache entry.
- getVersion() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryModifiedEvent
-
Provides access to the version of the modified cache entry.
- getVersion() - Method in interface org.infinispan.client.hotrod.Versioned
-
- getVersion() - Method in interface org.infinispan.commons.api.BasicCache
-
Retrieves the version of Infinispan
- getVersioned(K) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- getWeakCounter(String) - Method in interface org.infinispan.counter.api.CounterManager
-
- getWithMetadata(K) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Returns the
MetadataValue
associated to the supplied key param, or null if it doesn't exist.
- getWithMetadataAsync(K) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Asynchronously returns the
MetadataValue
associated to the supplied key param, or null if it doesn't exist.
- GLOBAL_TRANSACTION - Static variable in interface org.infinispan.commons.marshall.Ids
-
- 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
-
- GZIP - Static variable in class org.infinispan.commons.util.Base64
-
Deprecated.
Specify that data should be gzip-compressed.
- IdentityEquivalence<T> - Class in org.infinispan.commons.equivalence
-
Deprecated.
- IdentityEquivalence() - Constructor for class org.infinispan.commons.equivalence.IdentityEquivalence
-
Deprecated.
- 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
-
- Ids - Interface in org.infinispan.commons.marshall
-
Internal marshalling identifiers.
- IMMORTAL_ENTRY - Static variable in interface org.infinispan.commons.marshall.Ids
-
- IMMORTAL_VALUE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- IMMUTABLE_MAP - Static variable in interface org.infinispan.commons.marshall.Ids
-
- IMMUTABLE_SET - Static variable in interface org.infinispan.commons.marshall.Ids
-
- immutableCollectionCopy(Collection<T>) - Static method in class org.infinispan.commons.util.Immutables
-
Creates a new immutable copy of the specified Collection.
- immutableCollectionWrap(Collection<? extends T>) - Static method in class org.infinispan.commons.util.Immutables
-
Wraps a collection with an immutable collection.
- immutableEmptySet() - Static method in class org.infinispan.commons.util.IntSets
-
Returns an immutable IntSet containing no values
- immutableEntry(Map.Entry<K, V>) - Static method in class org.infinispan.commons.util.Immutables
-
Wraps a Map.Entry
} with an immutable Map.Entry
}.
- immutableEntry(K, V) - Static method in class org.infinispan.commons.util.Immutables
-
Wraps a key and value with an immutable Map.Entry
}.
- ImmutableHopscotchHashSet<E> - Class in org.infinispan.commons.util
-
- ImmutableHopscotchHashSet(Collection<E>) - Constructor for class org.infinispan.commons.util.ImmutableHopscotchHashSet
-
- ImmutableIntSet - Class in org.infinispan.commons.util
-
- ImmutableIntSet(IntSet) - Constructor for class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- ImmutableIteratorWrapper(Iterator<? extends E>) - Constructor for class org.infinispan.commons.util.Immutables.ImmutableIteratorWrapper
-
- immutableListAdd(List<T>, int, T) - Static method in class org.infinispan.commons.util.Immutables
-
- immutableListConvert(Collection<? extends T>) - Static method in class org.infinispan.commons.util.Immutables
-
Converts a Collection to an immutable List by copying it.
- ImmutableListCopy<E> - Class in org.infinispan.commons.util
-
A lightweight, read-only copy of a List.
- ImmutableListCopy() - Constructor for class org.infinispan.commons.util.ImmutableListCopy
-
Constructs a new ImmutableListCopy.
- ImmutableListCopy(Collection<? extends E>) - Constructor for class org.infinispan.commons.util.ImmutableListCopy
-
Only one copy constructor since the list is immutable.
- ImmutableListCopy(E[]) - Constructor for class org.infinispan.commons.util.ImmutableListCopy
-
Assumes that the array passed in is "safe", i.e., is not referenced from elsewhere.
- ImmutableListCopy(Collection<? extends E>, Collection<? extends E>) - Constructor for class org.infinispan.commons.util.ImmutableListCopy
-
Utility constructors to allow combining collections
- immutableListCopy(List<T>) - Static method in class org.infinispan.commons.util.Immutables
-
Creates an immutable copy of the list.
- ImmutableListCopy.ImmutableSubList<E> - Class in org.infinispan.commons.util
-
- immutableListMerge(List<? extends T>, List<? extends T>) - Static method in class org.infinispan.commons.util.Immutables
-
Creates a new immutable list containing the union (combined entries) of both lists.
- immutableListRemove(List<T>, int) - Static method in class org.infinispan.commons.util.Immutables
-
- immutableListReplace(List<T>, 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.
- immutableMapCopy(Map<K, V>) - Static method in class org.infinispan.commons.util.Immutables
-
Creates an immutable copy of the specified map.
- immutableMapWrap(Map<? extends K, ? extends V>) - Static method in class org.infinispan.commons.util.Immutables
-
Wraps a map with an immutable map.
- ImmutableMapWrapperExternalizer() - Constructor for class org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer
-
- 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.ImmutableMapWrapperExternalizer - Class in org.infinispan.commons.util
-
- Immutables.ImmutableSetWrapperExternalizer - 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.
- immutableSetConvert(Collection<? extends T>) - Static method in class org.infinispan.commons.util.Immutables
-
Converts a Collections into an immutable Set by copying it.
- immutableSetCopy(Set<T>) - Static method in class org.infinispan.commons.util.Immutables
-
Creates an immutable copy of the specified set.
- immutableSetWrap(Set<? extends T>) - Static method in class org.infinispan.commons.util.Immutables
-
Wraps a set with an immutable set.
- ImmutableSetWrapperExternalizer() - Constructor for class org.infinispan.commons.util.Immutables.ImmutableSetWrapperExternalizer
-
- 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.Ids
-
- inc() - Method in class org.infinispan.commons.util.ByRef.Integer
-
- IncorrectClientListenerException - Exception in org.infinispan.client.hotrod.event
-
- IncorrectClientListenerException(String) - Constructor for exception org.infinispan.client.hotrod.event.IncorrectClientListenerException
-
- increment(AtomicLongFieldUpdater<T>, T) - Method in class org.infinispan.commons.util.concurrent.StripedCounters
-
- increment() - Method in interface org.infinispan.counter.api.SyncWeakCounter
-
- increment() - Method in interface org.infinispan.counter.api.WeakCounter
-
Increments the counter.
- incrementAndGet() - Method in interface org.infinispan.counter.api.StrongCounter
-
Atomically increments the counter and returns the new value.
- incrementAndGet() - Method in interface org.infinispan.counter.api.SyncStrongCounter
-
- indexOf(Object) - Method in class org.infinispan.commons.util.ForwardingList
-
- indexOf(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
-
- infinispanClasses() - Static method in class org.infinispan.commons.util.ClassFinder
-
- infinispanClasses(String) - Static method in class org.infinispan.commons.util.ClassFinder
-
- InfinispanCollections - Class in org.infinispan.commons.util
-
Static helpers for Infinispan-specific collections
- InfinispanCollections.Function<E,T> - Interface in org.infinispan.commons.util
-
A function that converts a type into another one.
- InfinispanCollections.MapMakerFunction<K,V,E> - Interface in org.infinispan.commons.util
-
A function that converts an entry into a key/value pair for use in a map.
- initialize(RemoteCacheManager, boolean) - Method in class org.infinispan.client.hotrod.DataFormat
-
- initialValue(long) - Method in class org.infinispan.counter.api.CounterConfiguration.Builder
-
Sets the initial value.
- initialValue() - Method in class org.infinispan.counter.api.CounterConfiguration
-
- 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.
- InputStream(InputStream) - Constructor for class org.infinispan.commons.util.Base64.InputStream
-
Deprecated.
- InputStream(InputStream, int) - Constructor for class org.infinispan.commons.util.Base64.InputStream
-
Deprecated.
- INSTANCE - Static variable in class org.infinispan.commons.equivalence.AnyServerEquivalence
-
Deprecated.
- INSTANCE - Static variable in class org.infinispan.commons.equivalence.ByteArrayEquivalence
-
Deprecated.
- INSTANCE - Static variable in class org.infinispan.commons.marshall.IdentityMarshaller
-
- InstanceReusingAdvancedExternalizer<T> - Class in org.infinispan.commons.marshall
-
An advanced externalizer that when implemented will allow for child instances that also extend this class to use object
instances instead of serializing a brand new object.
- InstanceReusingAdvancedExternalizer() - Constructor for class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
-
- InstanceReusingAdvancedExternalizer(boolean) - Constructor for class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
-
- INT - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
-
Deprecated.
- INT_SET - Static variable in interface org.infinispan.commons.marshall.Ids
-
- INT_SUMMARY_STATISTICS - Static variable in interface org.infinispan.commons.marshall.Ids
-
- Integer(int) - Constructor for class org.infinispan.commons.util.ByRef.Integer
-
- INTERMEDIATE_OPERATIONS - Static variable in interface org.infinispan.commons.marshall.Ids
-
- INTERNAL_METADATA_ID - Static variable in interface org.infinispan.commons.marshall.Ids
-
- IntSet - Interface in org.infinispan.commons.util
-
A set that represents primitive ints.
- IntSets - Class in org.infinispan.commons.util
-
Static utility class for creating various
IntSet
objects.
- IntSetsExternalization - Class in org.infinispan.commons.util
-
IntSets externalization mechanism
- intSpliterator() - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- 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
-
Deprecated.
- intSpliterator() - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- intStream() - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- 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
-
Deprecated.
- intStream() - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- INVALID_CHAR - Static variable in class org.infinispan.commons.hash.MurmurHash3
-
- invalidated() - Method in enum org.infinispan.client.hotrod.configuration.NearCacheMode
-
- InvalidResponseException - Exception in org.infinispan.client.hotrod.exceptions
-
Signals an internal protocol error.
- InvalidResponseException() - Constructor for exception org.infinispan.client.hotrod.exceptions.InvalidResponseException
-
- InvalidResponseException(String) - Constructor for exception org.infinispan.client.hotrod.exceptions.InvalidResponseException
-
- InvalidResponseException(String, Throwable) - Constructor for exception org.infinispan.client.hotrod.exceptions.InvalidResponseException
-
- InvalidResponseException(Throwable) - Constructor for exception org.infinispan.client.hotrod.exceptions.InvalidResponseException
-
- invokeAccessibly(Object, Method, Object[]) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
- isAnnotationPresent(Class<?>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
Tests whether an annotation is present on a class.
- isAssignableFrom(List<Class<?>>, Class<?>) - Static method in class org.infinispan.commons.util.ClassFinder
-
- isAssignableFrom(Class<?>) - Static method in class org.infinispan.commons.util.ClassFinder
-
- isAvailable(String) - Method in class org.infinispan.commons.util.Features
-
- isBasicType(Class<?>) - Static method in class org.infinispan.commons.util.Util
-
- isCommandRetried() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryCreatedEvent
-
This will be true if the write command that caused this had to be retried
again due to a topology change.
- isCommandRetried() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryCustomEvent
-
This will be true if the write command that caused this had to be retried
again due to a topology change.
- isCommandRetried() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryModifiedEvent
-
This will be true if the write command that caused this had to be retried
again due to a topology change.
- isCommandRetried() - Method in interface org.infinispan.client.hotrod.event.ClientCacheEntryRemovedEvent
-
This will be true if the write command that caused this had to be retried
again due to a topology change.
- isComparable(Object) - Method in class org.infinispan.commons.equivalence.AnyEquivalence
-
Deprecated.
- isComparable(Object) - Method in class org.infinispan.commons.equivalence.AnyServerEquivalence
-
Deprecated.
- isComparable(Object) - Method in class org.infinispan.commons.equivalence.ByteArrayEquivalence
-
Deprecated.
- isComparable(Object) - Method in interface org.infinispan.commons.equivalence.Equivalence
-
Deprecated.
Returns whether the given object is comparable.
- isComparable(Object) - Method in class org.infinispan.commons.equivalence.IdentityEquivalence
-
Deprecated.
- isDefined(String) - Method in interface org.infinispan.counter.api.CounterManager
-
- isEmpty() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
-
Deprecated.
- isEmpty() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
Deprecated.
- isEmpty() - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
-
Deprecated.
Returns true
if this set contains no elements.
- 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.CloseableIteratorCollectionAdapter
-
- isEmpty() - Method in class org.infinispan.commons.util.concurrent.ConcurrentHashSet
-
- isEmpty() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
-
Returns true if this map contains no key-value mappings.
- isEmpty() - Method in class org.infinispan.commons.util.FastCopyHashMap.EntrySet
-
- isEmpty() - Method in class org.infinispan.commons.util.FastCopyHashMap
-
- isEmpty() - Method in class org.infinispan.commons.util.ForwardingList
-
- isEmpty() - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
-
- isEmpty() - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- isEmpty() - Method in class org.infinispan.commons.util.ImmutableListCopy
-
- isEmpty() - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- isEmpty() - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- isGlob(String) - Static method in class org.infinispan.commons.util.GlobUtils
-
- isIBMJavaVendor() - Static method in class org.infinispan.commons.util.Util
-
- isImmutable(Object) - Static method in class org.infinispan.commons.util.Immutables
-
Whether or not this collection type is immutable
- isKnownMarshallable(Class<?>) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
-
Returns whether the hint on whether a particular type is marshallable or
not is available.
- isLowerBoundReached() - Method in exception org.infinispan.counter.exception.CounterOutOfBoundsException
-
- isMarshallable(Object) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- isMarshallable(Object) - Method in class org.infinispan.commons.marshall.IdentityMarshaller
-
- isMarshallable(Object) - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
-
- isMarshallable(Object) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- isMarshallable(Class<?>) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
-
Returns whether a type can be serialized.
- isMarshallable(Object) - Method in interface org.infinispan.commons.marshall.Marshaller
-
A method that checks whether the given object is marshallable as per the rules of this marshaller.
- isMarshallable(Object) - Method in class org.infinispan.commons.marshall.StringMarshaller
-
- isMarshallableCandidate(Object) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- isObjectStorage() - Method in class org.infinispan.client.hotrod.DataFormat
-
- isOSGiContext() - Static method in class org.infinispan.commons.util.Util
-
Tries to determine if the code is running in an OSGi context.
- isSafeClass(String) - Method in class org.infinispan.commons.configuration.ClassWhiteList
-
- isSafeClass(String, List<String>) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Checks whether class name is matched by the class name white list regular expressions provided.
- isServerError() - Method in exception org.infinispan.client.hotrod.exceptions.HotRodClientException
-
- isStarted() - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
- isStarted() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- isUpperBoundReached() - Method in exception org.infinispan.counter.exception.CounterOutOfBoundsException
-
- iterator() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
-
Deprecated.
- iterator() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
-
Deprecated.
- iterator() - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
-
Deprecated.
Returns an iterator over the elements in this set.
- 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(BaseStream<R, Stream<R>>) - Static method in class org.infinispan.commons.util.Closeables
-
Creates a closeable iterator that when closed will close the underlying stream as well
- iterator(Iterator<? extends E>) - Static method in class org.infinispan.commons.util.Closeables
-
Creates a closeable iterator from the given iterator that does nothing when close is called.
- iterator() - Method in class org.infinispan.commons.util.concurrent.ConcurrentHashSet
-
- iterator() - Method in class org.infinispan.commons.util.FastCopyHashMap.EntrySet
-
- iterator() - Method in class org.infinispan.commons.util.FastCopyHashMap.KeySet
-
- iterator() - Method in class org.infinispan.commons.util.FastCopyHashMap.Values
-
- iterator() - Method in class org.infinispan.commons.util.ForwardingList
-
- iterator() - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
-
- iterator() - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- 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
-
Deprecated.
- iterator() - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- IteratorMapper<E,S> - Class in org.infinispan.commons.util
-
A iterator that maps each value to the output of the Function.
- IteratorMapper(Iterator<? extends E>, Function<? super E, ? extends S>) - Constructor for class org.infinispan.commons.util.IteratorMapper
-
- main(String[]) - Static method in class org.infinispan.commons.util.BlueprintGenerator
-
- main(String[]) - Static method in class org.infinispan.commons.util.ProcessorInfo
-
- makeBoundedConcurrentMap(int) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeConcurrentMap() - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeConcurrentMap(int) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeConcurrentMap(int, int) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeConcurrentMap(int, float, int) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeConcurrentMap(Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeConcurrentMap(int, Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeConcurrentMap(int, int, Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeConcurrentMap(int, float, int, Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeConcurrentParallelMap(int, int) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeConcurrentParallelMap(int, int, Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeLinkedMap(int, float, boolean) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeLinkedMap(int, float, boolean, Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeMap() - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeMap(int) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeMap(Map<? extends K, ? extends V>) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeMap(Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeMap(int, Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeMap(Map<? extends K, ? extends V>, Equivalence<? super K>, Equivalence<? super V>) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeSet() - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeSet(int) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeSet(Equivalence<? super T>) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeSet(int, Equivalence<? super T>) - Static method in class org.infinispan.commons.util.CollectionFactory
-
- makeSet(T...) - Static method in class org.infinispan.commons.util.CollectionFactory
-
Create a Set backed by the specified array.
- MANAGER_STATUS_RESPONSE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- map - Variable in class org.infinispan.commons.util.concurrent.ConcurrentHashSet
-
- mapper - Variable in class org.infinispan.commons.util.SpliteratorMapper
-
- MAPS - Static variable in interface org.infinispan.commons.marshall.Ids
-
- markMarshallable(Class<?>, boolean) - Method in class org.infinispan.commons.marshall.MarshallableTypeHints
-
Marks a particular type as being marshallable or not being not marshallable.
- 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
-
- marshallCollection(Collection<E>, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
- marshallCollection(Collection<E>, ObjectOutput, MarshallUtil.ElementWriter<E>) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
- MARSHALLED_ENTRY_ID - Static variable in interface org.infinispan.commons.marshall.Ids
-
- marshallEnum(E, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
- marshaller(String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- marshaller(Class<? extends Marshaller>) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- marshaller(Marshaller) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- marshaller() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- marshaller(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- marshaller(Class<? extends Marshaller>) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- marshaller(Marshaller) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- marshaller(String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Allows you to specify a custom
Marshaller
implementation to
serialize and deserialize user objects.
- marshaller(Class<? extends Marshaller>) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Allows you to specify a custom
Marshaller
implementation to
serialize and deserialize user objects.
- marshaller(Marshaller) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Allows you to specify an instance of
Marshaller
to serialize
and deserialize user objects.
- marshaller - Variable in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- Marshaller - Interface in org.infinispan.commons.marshall
-
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
- marshallerClass() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- marshallIntCollection(Collection<Integer>, 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<K>, MarshallUtil.ElementWriter<V>, ObjectOutput) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Marshall the map
to the ObjectOutput
.
- marshallSize(ObjectOutput, 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
-
- MarshallUtil - Class in org.infinispan.commons.marshall
-
MarshallUtil.
- MarshallUtil() - Constructor for class org.infinispan.commons.marshall.MarshallUtil
-
- MarshallUtil.ArrayBuilder<E> - Interface in org.infinispan.commons.marshall
-
- MarshallUtil.CollectionBuilder<E,T extends Collection<E>> - Interface in org.infinispan.commons.marshall
-
- MarshallUtil.ElementReader<E> - Interface in org.infinispan.commons.marshall
-
- MarshallUtil.ElementWriter<E> - Interface in org.infinispan.commons.marshall
-
- MarshallUtil.EnumBuilder<E extends Enum<E>> - Interface in org.infinispan.commons.marshall
-
- MarshallUtil.MapBuilder<K,V,T extends Map<K,V>> - Interface in org.infinispan.commons.marshall
-
- MarshallUtil.UnboundedCollectionBuilder<E,T extends Collection<E>> - Interface in org.infinispan.commons.marshall
-
- marshallUUID(UUID, ObjectOutput, boolean) - Static method in class org.infinispan.commons.marshall.MarshallUtil
-
Marshall the
UUID
by sending the most and lest significant bits.
- MAX_ID - Static variable in interface org.infinispan.commons.marshall.Ids
-
- maxActive() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- maxActive(int) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Controls the maximum number of connections per server that are allocated (checked out to
client threads, or idle in the pool) at one time.
- maxEntries() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfiguration
-
- maxEntries(int) - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
-
Specifies the maximum number of entries that will be held in the near cache.
- maxIdle() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- maxIdle(int) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
- maxPendingRequests() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- maxPendingRequests(int) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Specifies maximum number of requests sent over single connection at one instant.
- maxRetries(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- maxRetries() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- maxRetries(int) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- maxRetries(int) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
It sets the maximum number of retries for each request.
- maxThreads() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
-
- maxTotal() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- maxTotal(int) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
- maxWait() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- maxWait(long) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
- MBEAN_SERVER_LOOKUP - Static variable in class org.infinispan.client.hotrod.configuration.StatisticsConfiguration
-
- mbeanServerLookup() - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfiguration
-
- mBeanServerLookup(MBeanServerLookup) - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfigurationBuilder
-
- MBeanServerLookup - Interface in org.infinispan.commons.jmx
-
Implementors of this should return an MBeanServer to which MBeans will be registered.
- mediaType() - Method in class org.infinispan.commons.marshall.IdentityMarshaller
-
- mediaType() - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
-
- mediaType() - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- mediaType() - Method in interface org.infinispan.commons.marshall.Marshaller
-
- mediaType() - Method in class org.infinispan.commons.marshall.StringMarshaller
-
- mediaType() - Method in class org.infinispan.commons.marshall.UTF8StringMarshaller
-
- MemoryUnit - Enum in org.infinispan.commons.util
-
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
-
- MERGE_FUNCTION_MAPPER - Static variable in interface org.infinispan.commons.marshall.Ids
-
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface org.infinispan.commons.api.AsyncCache
-
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, long, TimeUnit) - Method in interface org.infinispan.commons.api.AsyncCache
-
- mergeAsync(K, V, BiFunction<? super V, ? super V, ? extends V>, 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<T>, List<T>) - Static method in class org.infinispan.commons.util.InfinispanCollections
-
- mergeMaps(Map<K, V>, Map<K, V>) - Static method in class org.infinispan.commons.util.InfinispanCollections
-
- META_ENTRY_VERSION - Static variable in interface org.infinispan.commons.marshall.Ids
-
- META_LIFESPAN - Static variable in interface org.infinispan.commons.marshall.Ids
-
- META_MAX_IDLE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- META_PARAMS_INTERNAL_METADATA - Static variable in interface org.infinispan.commons.marshall.Ids
-
- Metadata - Interface in org.infinispan.client.hotrod
-
Represents metadata about an entry, such as creation and access times and expiration information.
- METADATA_IMMORTAL_ENTRY - Static variable in interface org.infinispan.commons.marshall.Ids
-
- METADATA_IMMORTAL_VALUE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- METADATA_MORTAL_ENTRY - Static variable in interface org.infinispan.commons.marshall.Ids
-
- METADATA_MORTAL_VALUE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- METADATA_REMOTE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- METADATA_TRANSIENT_ENTRY - Static variable in interface org.infinispan.commons.marshall.Ids
-
- METADATA_TRANSIENT_MORTAL_ENTRY - Static variable in interface org.infinispan.commons.marshall.Ids
-
- METADATA_TRANSIENT_MORTAL_VALUE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- METADATA_TRANSIENT_VALUE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- MetadataValue<V> - Interface in org.infinispan.client.hotrod
-
Besides the value, also contains a version and expiration information.
- MIME_CACHE_ENTRY - Static variable in interface org.infinispan.commons.marshall.Ids
-
- minEvictableIdleTime() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- minEvictableIdleTime(long) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Specifies the minimum amount of time that an connection may sit idle in the pool before it is
eligible for eviction due to idle time.
- minIdle() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- minIdle(int) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Sets a target value for the minimum number of idle connections (per server) that should always
be available.
- MISSES - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of get misses.
- mkCachefailoverEvent() - Static method in class org.infinispan.client.hotrod.event.ClientEvents
-
- modCount - Variable in class org.infinispan.commons.util.ArrayMap
-
- mode() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfiguration
-
- mode(NearCacheMode) - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
-
Specifies the near caching mode.
- MORTAL_ENTRY - Static variable in interface org.infinispan.commons.marshall.Ids
-
- MORTAL_VALUE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- MULTI_CLUSTER_EVENT_CALLABLE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- MurmurHash3 - Class in org.infinispan.commons.hash
-
MurmurHash3 implementation in Java, based on Austin Appleby's
original in C
Only implementing x64 version, because this should always be faster on 64 bit
native processors, even 64 bit being ran with a 32 bit OS; this should also
be as fast or faster than the x86 version on some modern 32 bit processors.
- MurmurHash3.Externalizer - Class in org.infinispan.commons.hash
-
- MurmurHash3_x64_128(byte[], int) - Static method in class org.infinispan.commons.hash.MurmurHash3
-
Hash a value using the x64 128 bit variant of MurmurHash3
- MurmurHash3_x64_128(long[], int) - Static method in class org.infinispan.commons.hash.MurmurHash3
-
Hash a value using the x64 128 bit variant of MurmurHash3
- MurmurHash3_x64_32(byte[], int) - Static method in class org.infinispan.commons.hash.MurmurHash3
-
Hash a value using the x64 32 bit variant of MurmurHash3
- MurmurHash3_x64_32(long[], int) - Static method in class org.infinispan.commons.hash.MurmurHash3
-
Hash a value using the x64 32 bit variant of MurmurHash3
- MurmurHash3_x64_64(byte[], int) - Static method in class org.infinispan.commons.hash.MurmurHash3
-
Hash a value using the x64 64 bit variant of MurmurHash3
- MurmurHash3_x64_64(long[], int) - Static method in class org.infinispan.commons.hash.MurmurHash3
-
Hash a value using the x64 64 bit variant of MurmurHash3
- MURMURHASH_3 - Static variable in interface org.infinispan.commons.marshall.Ids
-
- mutableCopyFrom(Set<Integer>) - Static method in class org.infinispan.commons.util.IntSets
-
Returns an IntSet that contains all ints from the given Set that is mutable.
- 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.
- mutableEmptySet() - Static method in class org.infinispan.commons.util.IntSets
-
Returns a mutable IntSet with no values set.
- mutableFrom(Set<Integer>) - 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
- OBJECT_SIZE - Static variable in class org.infinispan.commons.util.AbstractEntrySizeCalculatorHelper
-
- objectArray(int) - Static method in class org.infinispan.commons.util.Util
-
- ObjectDuplicator - Class in org.infinispan.commons.util
-
A helper that efficiently duplicates known object types.
- ObjectDuplicator() - Constructor for class org.infinispan.commons.util.ObjectDuplicator
-
- objectFromByteBuffer(byte[]) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- objectFromByteBuffer(byte[]) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
-
- objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.IdentityMarshaller
-
- objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
-
- objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- objectFromByteBuffer(byte[]) - Method in interface org.infinispan.commons.marshall.Marshaller
-
Unmarshalls an object from a byte array.
- objectFromByteBuffer(byte[], int, int) - Method in interface org.infinispan.commons.marshall.Marshaller
-
Unmarshalls an object from a specific portion of a byte array.
- objectFromByteBuffer(byte[], int, int) - Method in class org.infinispan.commons.marshall.StringMarshaller
-
- objectFromInputStream(InputStream) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- objectFromInputStream(InputStream) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
-
- objectFromInputStream(InputStream) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
- objectFromObjectStream(ObjectInput) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- objectFromObjectStream(ObjectInput) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- objectFromObjectStream(ObjectInput) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
- objectInput - Variable in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- objectOutput - Variable in class org.infinispan.commons.marshall.DelegatingObjectOutput
-
- objectToBuffer(Object) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
-
This is a convenience method for converting an object into a org.infinispan.io.ByteBuffer
which takes
an estimated size as parameter.
- objectToBuffer(Object) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
-
- objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.IdentityMarshaller
-
- objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.JavaSerializationMarshaller
-
- objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- objectToBuffer(Object) - Method in interface org.infinispan.commons.marshall.Marshaller
-
A method that returns an instance of
ByteBuffer
, which allows direct access to the byte
array with minimal array copying
- objectToBuffer(Object, int) - Method in class org.infinispan.commons.marshall.StringMarshaller
-
- objectToByteBuffer(Object, int) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- objectToByteBuffer(Object) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- objectToByteBuffer(Object) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
-
- objectToByteBuffer(Object, int) - Method in class org.infinispan.commons.marshall.AbstractMarshaller
-
- objectToByteBuffer(Object, int) - Method in interface org.infinispan.commons.marshall.Marshaller
-
Marshalls an object to a byte array.
- objectToByteBuffer(Object) - Method in interface org.infinispan.commons.marshall.Marshaller
-
Marshalls an object to a byte array.
- objectToObjectStream(Object, ObjectOutput) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- objectToObjectStream(Object, ObjectOutput) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- objectToObjectStream(Object, ObjectOutput) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
- of(int) - Static method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- of(int, int) - Static method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- of(int, int, int) - Static method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- of(int...) - Static method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- of(PrimitiveIterator.OfInt) - Static method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- onEntryActivated(Object) - Method in interface org.infinispan.commons.util.EvictionListener
-
Called back when an entry has been activated
- onEntryChosenForEviction(Map.Entry<K, V>) - Method in interface org.infinispan.commons.util.EvictionListener
-
Called back before an entry is evicted
- onEntryEviction(Map<K, V>) - Method in interface org.infinispan.commons.util.EvictionListener
-
Called back after entries have been evicted
- onEntryRemoved(Map.Entry<K, V>) - Method in interface org.infinispan.commons.util.EvictionListener
-
Called when an entry is specifically removed from the container.
- onUpdate(CounterEvent) - Method in interface org.infinispan.counter.api.CounterListener
-
- OPTIONAL - Static variable in interface org.infinispan.commons.marshall.Ids
-
- org.infinispan.client.hotrod - package org.infinispan.client.hotrod
-
Hot Rod client API.
- org.infinispan.client.hotrod.annotation - package org.infinispan.client.hotrod.annotation
-
Hot Rod client annotations.
- org.infinispan.client.hotrod.configuration - package org.infinispan.client.hotrod.configuration
-
Hot Rod client configuration API.
- org.infinispan.client.hotrod.event - package org.infinispan.client.hotrod.event
-
Hot Rod client remote event API.
- org.infinispan.client.hotrod.exceptions - package org.infinispan.client.hotrod.exceptions
-
Hot Rod client exceptions.
- org.infinispan.commons - package org.infinispan.commons
-
Commons package
- org.infinispan.commons.api - package org.infinispan.commons.api
-
Commons API package
- org.infinispan.commons.configuration - package org.infinispan.commons.configuration
-
Commons Configuration package
- org.infinispan.commons.equivalence - package org.infinispan.commons.equivalence
-
Equivalence classes and interfaces to enable equivalence comparison between native types, arrays, etc.
- org.infinispan.commons.executors - package org.infinispan.commons.executors
-
Commons Executors package
- org.infinispan.commons.hash - package org.infinispan.commons.hash
-
Commons Hash package
- org.infinispan.commons.io - package org.infinispan.commons.io
-
Commons IO package
- org.infinispan.commons.marshall - package org.infinispan.commons.marshall
-
Provides Infinispan-specific input and output streams, buffers and related utilities.
- org.infinispan.commons.marshall.exts - package org.infinispan.commons.marshall.exts
-
Provides Infinispan-specific extensions to the marshallers.
- org.infinispan.commons.marshall.jboss - package org.infinispan.commons.marshall.jboss
-
Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals.
- org.infinispan.commons.util - package org.infinispan.commons.util
-
Commons package providing various utility classes
- org.infinispan.commons.util.concurrent - package org.infinispan.commons.util.concurrent
-
Provides commons interfaces and classes related to concurrency
- org.infinispan.counter - package org.infinispan.counter
-
Embedded Clustered Counters.
- org.infinispan.counter.api - package org.infinispan.counter.api
-
Clustered Counters API.
- org.infinispan.counter.exception - package org.infinispan.counter.exception
-
Clustered Counters Exceptions.
- OsgiClassLoader - Class in org.infinispan.commons.util
-
- OutputStream(OutputStream) - Constructor for class org.infinispan.commons.util.Base64.OutputStream
-
Deprecated.
- OutputStream(OutputStream, int) - Constructor for class org.infinispan.commons.util.Base64.OutputStream
-
Deprecated.
- RangeSet - Class in org.infinispan.commons.util
-
- RangeSet(int) - Constructor for class org.infinispan.commons.util.RangeSet
-
Deprecated.
- read(AuthenticationConfiguration) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
- read(ClusterConfiguration) - Method in class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
-
- read(Configuration) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- read(ConnectionPoolConfiguration) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
- read(ExecutorFactoryConfiguration) - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
- read(NearCacheConfiguration) - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
-
- read(SecurityConfiguration) - Method in class org.infinispan.client.hotrod.configuration.SecurityConfigurationBuilder
-
- read(ServerConfiguration) - Method in class org.infinispan.client.hotrod.configuration.ServerConfigurationBuilder
-
- read(SslConfiguration) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
- read(StatisticsConfiguration) - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfigurationBuilder
-
- read(TransactionConfiguration) - Method in class org.infinispan.client.hotrod.configuration.TransactionConfigurationBuilder
-
- read(T) - Method in interface org.infinispan.commons.configuration.Builder
-
Reads the configuration from an already created configuration bean into this builder.
- read() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- read(byte[]) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- read(byte[], int, int) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- read() - Method in class org.infinispan.commons.util.Base64.InputStream
-
Deprecated.
Reads enough of the input stream to convert
to/from Base64 and returns the next byte.
- read(byte[], int, int) - Method in class org.infinispan.commons.util.Base64.InputStream
-
Deprecated.
- 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_ONLY_SNAPSHOT_VIEW - Static variable in interface org.infinispan.commons.marshall.Ids
-
- READ_WRITE_SNAPSHOT_VIEW - Static variable in interface org.infinispan.commons.marshall.Ids
-
- readBoolean() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- readByte() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- readChar() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- readDouble() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- readExternal(ObjectInput) - Method in class org.infinispan.commons.util.ImmutableListCopy
-
- readFloat() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- readFrom(ObjectInput) - Method in interface org.infinispan.commons.marshall.MarshallUtil.ElementReader
-
- readFrom(ObjectInput) - Static method in class org.infinispan.commons.util.IntSetsExternalization
-
- readFrom(ObjectInput) - Static method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- readFully(byte[]) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- readFully(byte[], int, int) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- readInt() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- readLine() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- readLong() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- readObject(ObjectInput) - Method in class org.infinispan.commons.hash.MurmurHash3.Externalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.commons.io.ByteBufferImpl.Externalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.commons.marshall.AdminFlagExternalizer
-
- readObject() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- readObject(ObjectInput) - Method in interface org.infinispan.commons.marshall.Externalizer
-
Read an instance from the stream.
- readObject(ObjectInput) - Method in class org.infinispan.commons.marshall.exts.EquivalenceExternalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.commons.marshall.SingletonExternalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.commons.marshall.SuppliedExternalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.commons.marshall.WrappedByteArray.Externalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.commons.util.Immutables.ImmutableSetWrapperExternalizer
-
- readObject(ObjectInput) - Method in class org.infinispan.commons.util.KeyValueWithPrevious.KeyValueWithPreviousExternalizer
-
- readShort() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- readSignedInt(ObjectInput) - Static method in class org.infinispan.commons.io.SignedNumeric
-
- readSignedInt(InputStream) - Static method in class org.infinispan.commons.io.SignedNumeric
-
- readStream(InputStream) - Static method in class org.infinispan.commons.util.Util
-
Reads the given InputStream fully, closes the stream and returns the result as a byte array.
- readUnsignedByte() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- readUnsignedInt(ObjectInput) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
Reads an int stored in variable-length format.
- readUnsignedInt(InputStream) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
- readUnsignedInt(ByteBuffer) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
- readUnsignedInt(byte[], int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
Reads an int stored in variable-length format.
- readUnsignedLong(ObjectInput) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
Reads a long stored in variable-length format.
- readUnsignedLong(InputStream) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
- readUnsignedLong(ByteBuffer) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
- readUnsignedLong(byte[], int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
Reads an int stored in variable-length format.
- readUnsignedShort() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- readUTF() - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- realIterator - Variable in class org.infinispan.commons.util.RemovableCloseableIterator
-
- realIterator - Variable in class org.infinispan.commons.util.RemovableIterator
-
- realm(String) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Specifies the realm to be used for authentication.
- recordSize(int) - Method in class org.infinispan.commons.marshall.AdaptiveBufferSizePredictor
-
- recordSize(int) - Method in interface org.infinispan.commons.marshall.BufferSizePredictor
-
Record the size of the of data in the last buffer used.
- recursiveFileRemove(String) - Static method in class org.infinispan.commons.util.Util
-
Deletes directory recursively.
- recursiveFileRemove(File) - Static method in class org.infinispan.commons.util.Util
-
Deletes directory recursively.
- 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
-
- reindexCache(String) - Method in interface org.infinispan.client.hotrod.RemoteCacheManagerAdmin
-
Performs a mass reindexing of the specified cache.
- RemoteCache<K,V> - Interface in org.infinispan.client.hotrod
-
Provides remote reference to a Hot Rod server/cluster.
- RemoteCacheContainer - Interface in org.infinispan.client.hotrod
-
- RemoteCacheManager - Class in org.infinispan.client.hotrod
-
- RemoteCacheManager(Configuration) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Create a new RemoteCacheManager using the supplied
Configuration
.
- RemoteCacheManager(Configuration, boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
Create a new RemoteCacheManager using the supplied
Configuration
.
- RemoteCacheManager(boolean) - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
- RemoteCacheManager() - Constructor for class org.infinispan.client.hotrod.RemoteCacheManager
-
- RemoteCacheManagerAdmin - Interface in org.infinispan.client.hotrod
-
Remote Administration operations
- RemoteCacheManagerNotStartedException - Exception in org.infinispan.client.hotrod.exceptions
-
- RemoteCacheManagerNotStartedException(String) - Constructor for exception org.infinispan.client.hotrod.exceptions.RemoteCacheManagerNotStartedException
-
- RemoteCounterManagerFactory - Class in org.infinispan.client.hotrod
-
- RemoteIllegalLifecycleStateException - Exception in org.infinispan.client.hotrod.exceptions
-
This exception is thrown when the remote cache or cache manager does not
have the right lifecycle state for operations to be called on it.
- RemoteIllegalLifecycleStateException(String, long, short) - Constructor for exception org.infinispan.client.hotrod.exceptions.RemoteIllegalLifecycleStateException
-
Deprecated.
- RemoteIllegalLifecycleStateException(String, long, short, SocketAddress) - Constructor for exception org.infinispan.client.hotrod.exceptions.RemoteIllegalLifecycleStateException
-
- RemoteNodeSuspectException - Exception in org.infinispan.client.hotrod.exceptions
-
When a remote node is suspected and evicted from the cluster while an
operation is ongoing, the Hot Rod client emits this exception.
- RemoteNodeSuspectException(String, long, short) - Constructor for exception org.infinispan.client.hotrod.exceptions.RemoteNodeSuspectException
-
- 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<C>, Consumer<? super C>) - 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<C>, Consumer<? super C>) - Constructor for class org.infinispan.commons.util.RemovableIterator
-
- remove(Object) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
If the return value of this operation will be ignored by the application,
the user is strongly encouraged to use the Flag.IGNORE_RETURN_VALUES
flag when invoking this method in order to make it behave as efficiently
as possible (i.e.
- remove(Object, Object) - Method in interface org.infinispan.client.hotrod.RemoteCache
- 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 Flag.IGNORE_RETURN_VALUES
flag when invoking this method in order to make it behave as efficiently
as possible (i.e.
- remove(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
Deprecated.
- remove(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
-
Deprecated.
- remove(Object) - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
-
Deprecated.
Removes the specified element from this set if it is present.
- remove(Object) - Method in class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
-
Deprecated.
- remove(Object) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
-
- remove(Object) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
-
- remove(Object, Object) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
-
- remove(Object) - Method in class org.infinispan.commons.util.ArrayMap
-
- remove(Object) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
-
- remove() - Method in class org.infinispan.commons.util.ConcatIterator
-
- remove(Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentHashSet
-
- remove(Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
-
Removes the key (and its corresponding value) from this map.
- remove(Object, Object) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
- remove(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap.KeySet
-
- remove(Object) - Method in class org.infinispan.commons.util.FastCopyHashMap
-
- remove() - Method in class org.infinispan.commons.util.FilterIterator
-
- remove(int) - Method in class org.infinispan.commons.util.ForwardingList
-
- remove(Object) - Method in class org.infinispan.commons.util.ForwardingList
-
- remove(Object) - Method in class org.infinispan.commons.util.HopscotchHashMap
-
- remove(Object) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
-
- remove(Object) - Method in class org.infinispan.commons.util.ImmutableListCopy
-
- 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() - Method in class org.infinispan.commons.util.IteratorMapper
-
- remove(Object) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- remove(int) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- remove() - Method in class org.infinispan.commons.util.RemovableIterator
-
- remove(Object) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- remove(int) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
Remove an integer from the set without boxing.
- remove(Object) - Method in class org.infinispan.commons.util.WeakValueHashMap
-
- remove(String) - Method in interface org.infinispan.counter.api.CounterManager
-
It removes the counter from the cluster.
- remove() - Method in interface org.infinispan.counter.api.Handle
-
- remove() - Method in interface org.infinispan.counter.api.StrongCounter
-
It removes this counter from the cluster.
- remove() - Method in interface org.infinispan.counter.api.SyncStrongCounter
-
- remove() - Method in interface org.infinispan.counter.api.SyncWeakCounter
-
- remove() - Method in interface org.infinispan.counter.api.WeakCounter
-
It removes this counter from the cluster.
- REMOVE_HITS - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of removal hits.
- REMOVE_MISSES - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of removal misses.
- removeAll(Collection<?>) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
-
- removeAll(Collection<?>) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
-
- removeAll(Collection<?>) - Method in class org.infinispan.commons.util.concurrent.ConcurrentHashSet
-
- 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(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
-
Deprecated.
- removeAll(Collection<?>) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- removeAll(IntSet) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- removeAll(Collection<?>) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- removeAsync(Object) - Method in interface org.infinispan.commons.api.AsyncCache
-
- removeAsync(Object, Object) - Method in interface org.infinispan.commons.api.AsyncCache
-
- removeCache(String) - Method in interface org.infinispan.client.hotrod.RemoteCacheManagerAdmin
-
Removes a cache from the remote server cluster.
- removeCache(String) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
-
Removes a cache from the cache container.
- removeClientListener(Object) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Remove a previously added client listener.
- removeEldestEntry(Map.Entry<K, V>) - Method in class org.infinispan.commons.equivalence.EquivalentLinkedHashMap
-
Deprecated.
- removeIf(Predicate<? super E>) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
-
- removeIf(Predicate<? super E>) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
-
- removeIf(IntPredicate) - Method in interface org.infinispan.commons.util.IntSet
-
Removes all of the ints of this set that satisfy the given
predicate.
- removeIf(IntPredicate) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- removeIf(IntPredicate) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- removeRange(int, int) - Method in class org.infinispan.commons.util.ImmutableListCopy.ImmutableSubList
-
- removeWithVersion(K, long) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Removes the given entry only if its version matches the supplied version.
- removeWithVersionAsync(K, long) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- renameTempFile(File, File, File) - Static method in class org.infinispan.commons.util.Util
-
- replace(K, V, V) - Method in interface org.infinispan.client.hotrod.RemoteCache
- replace(K, V, V, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- replace(K, V, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- replace(K, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- replace(K, V, V, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- replace(K, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- replace(K, V, V, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.commons.api.BasicCache
-
- replace(K, V, V) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
-
- replace(K, V) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
-
- replace(K, V, V) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
- replace(K, V) - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class org.infinispan.commons.util.AbstractDelegatingMap
-
- replaceAsync(K, V) - Method in interface org.infinispan.commons.api.AsyncCache
-
- 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) - Static method in class org.infinispan.commons.util.StringPropertyReplacer
-
Go through the input string and replace any occurance of ${p} with the
System.getProperty(p) value.
- replaceProperties(String, Properties) - Static method in class org.infinispan.commons.util.StringPropertyReplacer
-
Go through the input string and replace any occurance of ${p} with the
props.getProperty(p) value.
- replaceWithVersion(K, V, long) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Replaces the given value only if its version matches the supplied version.
- replaceWithVersion(K, V, long, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- replaceWithVersion(K, V, long, int, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- replaceWithVersion(K, V, long, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- replaceWithVersion(K, long) - Method in interface org.infinispan.client.hotrod.StreamingRemoteCache
-
- replaceWithVersion(K, long, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.StreamingRemoteCache
-
- replaceWithVersion(K, long, long, TimeUnit, long, TimeUnit) - Method in interface org.infinispan.client.hotrod.StreamingRemoteCache
-
- replaceWithVersionAsync(K, V, long) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- replaceWithVersionAsync(K, V, long, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- replaceWithVersionAsync(K, V, long, int, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- REPLICABLE_COMMAND - Static variable in interface org.infinispan.commons.marshall.Ids
-
- REPLICATED_CONSISTENT_HASH - Static variable in interface org.infinispan.commons.marshall.Ids
-
- REPLICATED_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.commons.marshall.Ids
-
- reset(AtomicLongFieldUpdater<T>) - Method in class org.infinispan.commons.util.concurrent.StripedCounters
-
- reset() - Method in interface org.infinispan.counter.api.StrongCounter
-
Resets the counter to its initial value.
- reset() - Method in interface org.infinispan.counter.api.SyncStrongCounter
-
- reset() - Method in interface org.infinispan.counter.api.SyncWeakCounter
-
- reset() - Method in interface org.infinispan.counter.api.WeakCounter
-
Resets the counter to its initial value.
- resolveClass(ObjectStreamClass) - Method in class org.infinispan.commons.marshall.CheckedInputStream
-
- resolveClass(Unmarshaller, String, long) - Method in class org.infinispan.commons.marshall.jboss.CheckedClassResolver
-
- resumeEncoding() - Method in class org.infinispan.commons.util.Base64.OutputStream
-
Deprecated.
Resumes encoding of the stream.
- retainAll(Collection<?>) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
-
- retainAll(Collection<?>) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
-
- retainAll(Collection<?>) - Method in class org.infinispan.commons.util.concurrent.ConcurrentHashSet
-
- 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(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(Collection<?>) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- retainAll(IntSet) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- retainAll(Collection<?>) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- retainAll(IntSet) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- RETRIEVALS - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of get operations.
- retrieveEntries(String, Set<Integer>, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- retrieveEntries(String, Object[], Set<Integer>, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Retrieve entries from the server
- retrieveEntries(String, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- retrieveEntriesByQuery(Query, Set<Integer>, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Retrieve entries from the server matching a query.
- retrieveEntriesWithMetadata(Set<Integer>, int) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Retrieve entries with metadata information
- reverseIterator() - Method in interface org.infinispan.commons.util.ReversibleOrderedSet
-
- ReversibleOrderedSet<E> - Interface in org.infinispan.commons.util
-
- rewind() - Method in interface org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap.ReusableIterator
-
- rewrapAsCacheException(Throwable) - Static method in class org.infinispan.commons.util.Util
-
- right() - Method in class org.infinispan.commons.util.Either
-
- RiverCloseListener - Interface in org.infinispan.commons.marshall.jboss
-
RiverCloseListener is used by Infinispan's extension of River Marshaller and Unmarshaller
so that pools can be notified of instances not being in use anymore.
- roundUpToNearest8(long) - Method in class org.infinispan.commons.util.AbstractEntrySizeCalculatorHelper
-
- safeEquals(Object, Object) - Static method in class org.infinispan.commons.util.Util
-
Null-safe equality test.
- saslMechanism() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
-
- saslMechanism(String) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Selects the SASL mechanism to use for the connection to the server.
- saslProperties() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
-
- saslProperties(Map<String, String>) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Sets the SASL properties.
- saslQop(SaslQop...) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Sets the SASL QOP property.
- SaslQop - Enum in org.infinispan.client.hotrod.configuration
-
SaslQop.
- saslStrength(SaslStrength...) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
Sets the SASL strength property.
- SaslStrength - Enum in org.infinispan.client.hotrod.configuration
-
SaslStrength.
- SaslUtils - Class in org.infinispan.commons.util
-
Utility methods for handling SASL authentication
- SaslUtils() - Constructor for class org.infinispan.commons.util.SaslUtils
-
- SCATTERED_CONSISTENT_HASH - Static variable in interface org.infinispan.commons.marshall.Ids
-
- SCATTERED_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.commons.marshall.Ids
-
- ScheduledThreadPoolExecutorFactory - Enum in org.infinispan.commons.executors
-
- SCOPED_STATE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- SCOPED_STATE_FILTER - Static variable in interface org.infinispan.commons.marshall.Ids
-
- Search - Class in org.infinispan.client.hotrod
-
- security() - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- security() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- security() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- security() - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Security Configuration
- SecurityAwareExecutorFactory - Interface in org.infinispan.commons.executors
-
Used to configure and create executors which are aware of the current security context
- SecurityConfiguration - Class in org.infinispan.client.hotrod.configuration
-
SecurityConfiguration.
- SecurityConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
SecurityConfigurationBuilder.
- Self<S extends Self<S>> - Interface in org.infinispan.commons.configuration
-
This interface simplifies the task of writing fluent builders which need to inherit from
other builders (abstract or concrete).
- self() - Method in interface org.infinispan.commons.configuration.Self
-
- SerializeFunctionWith - Annotation Type in org.infinispan.commons.marshall
-
Indicate that this function should be serialized with an instance of
the given
Externalizer
class.
- SerializeWith - Annotation Type in org.infinispan.commons.marshall
-
Indicate that this class should be serialized with an instance of the given
Externalizer
class.
- SerializeWithExtFactory - Class in org.infinispan.commons.marshall.jboss
-
JBoss Marshalling plugin class for
ClassExternalizerFactory
that
allows for Infinispan annotations to be used instead of JBoss Marshalling
ones in order to discover which classes are serializable with Infinispan
externalizers.
- SerializeWithExtFactory() - Constructor for class org.infinispan.commons.marshall.jboss.SerializeWithExtFactory
-
- serialWhitelist() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- ServerConfiguration - Class in org.infinispan.client.hotrod.configuration
-
ServerConfiguration.
- ServerConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
ServerConfigurationBuilder.
- serverName() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfiguration
-
- serverName(String) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
- servers() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- serverStatistics() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Returns server-side statistics for this cache.
- ServerStatistics - Interface in org.infinispan.client.hotrod
-
Defines the possible list of statistics defined by the Hot Rod server.
- 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.ByRef.Integer
-
- set(T) - Method in class org.infinispan.commons.util.ByRef
-
- set(int, E) - Method in class org.infinispan.commons.util.ForwardingList
-
- 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
-
Deprecated.
- set(int) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
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
-
Deprecated.
If value
is true
, add the integer to the set, otherwise remove the integer from the set.
- setAccessibly(Object, Field, Object) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
- setEnum(long, Enum<?>) - Static method in class org.infinispan.commons.util.EnumUtil
-
- setEnums(long, Collection<E>) - Static method in class org.infinispan.commons.util.EnumUtil
-
- setProperty(String, String) - Method in class org.infinispan.commons.util.TypedProperties
-
- setProperty(String, int) - Method in class org.infinispan.commons.util.TypedProperties
-
- setProperty(String, long) - Method in class org.infinispan.commons.util.TypedProperties
-
- setProperty(String, boolean) - Method in class org.infinispan.commons.util.TypedProperties
-
- setServers(Collection<SocketAddress>) - Method in interface org.infinispan.client.hotrod.FailoverRequestBalancingStrategy
-
Inform the strategy about the currently alive servers.
- setStackTrace(StackTraceElement[]) - Method in exception org.infinispan.commons.marshall.NotSerializableException
-
- setterMethod(Class<?>, Class<?>) - Static method in class org.infinispan.commons.util.BeanUtils
-
Returns a Method object corresponding to a setter that sets an instance of componentClass from target.
- setterName(String) - Static method in class org.infinispan.commons.util.BeanUtils
-
Retrieves a setter name based on a field name passed in
- setterName(Class<?>) - Static method in class org.infinispan.commons.util.BeanUtils
-
Returns a setter for a given class
- setValue(V) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Node
-
Deprecated.
- setValue(V, EquivalentHashMap<K, V>) - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Node
-
Deprecated.
- setValue(V) - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
-
- setValue(V) - Method in class org.infinispan.commons.util.SimpleImmutableEntry
-
- SHORT - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
-
Deprecated.
- 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.Ids
-
- SIMPLE_COLLECTION_KEY_FILTER - Static variable in interface org.infinispan.commons.marshall.Ids
-
- SimpleImmutableEntry<K,V> - Class in org.infinispan.commons.util
-
Where is Java 1.6?
- SimpleImmutableEntry(Map.Entry<K, V>) - Constructor for class org.infinispan.commons.util.SimpleImmutableEntry
-
- SimpleImmutableEntry(K, V) - Constructor for class org.infinispan.commons.util.SimpleImmutableEntry
-
- SingletonExternalizer<T> - Class in org.infinispan.commons.marshall
-
- SingletonExternalizer(Integer, T) - Constructor for class org.infinispan.commons.marshall.SingletonExternalizer
-
- size() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.EntrySet
-
Deprecated.
- size() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
Deprecated.
- size() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap.Values
-
Deprecated.
- size() - Method in class org.infinispan.commons.equivalence.EquivalentHashSet
-
Deprecated.
Returns the number of elements in this set.
- size() - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
-
Overriden only to avoid unneeded synchronization
- size() - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
-
- size() - Method in class org.infinispan.commons.util.AbstractDelegatingMap
-
- size - Variable in class org.infinispan.commons.util.ArrayMap
-
- size() - Method in class org.infinispan.commons.util.ArrayMap
-
- size() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
-
- size() - Method in class org.infinispan.commons.util.concurrent.ConcurrentHashSet
-
- size() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
-
Returns the number of key-value mappings in this map.
- size() - Method in class org.infinispan.commons.util.FastCopyHashMap.EntrySet
-
- size() - Method in class org.infinispan.commons.util.FastCopyHashMap.KeySet
-
- size() - Method in class org.infinispan.commons.util.FastCopyHashMap
-
- size() - Method in class org.infinispan.commons.util.FastCopyHashMap.Values
-
- size() - Method in class org.infinispan.commons.util.ForwardingList
-
- size() - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
-
- size() - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- 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.RangeSet
-
Deprecated.
- size() - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- size() - Method in class org.infinispan.commons.util.WeakValueHashMap
-
- sizeUnsignedInt(int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
- skip(long) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- skipBytes(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectInput
-
- SmallIntSet - Class in org.infinispan.commons.util
-
- SmallIntSet() - Constructor for class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- SmallIntSet(int) - Constructor for class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
Create a new IntSet
and pre-allocate space for elements 0..initialRange-1
.
- SmallIntSet(Set<Integer>) - Constructor for class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- sniHostName() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
-
- sniHostName(String) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Specifies the TLS SNI hostname for the connection
- socketTimeout(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- socketTimeout() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- socketTimeout(int) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- socketTimeout(int) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
This property defines the maximum socket read timeout in milliseconds before giving up waiting
for bytes from the server.
- 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(CloseableIterator<? extends E>, long, int) - Static method in class org.infinispan.commons.util.Closeables
-
Takes a provided closeable iterator and wraps it appropriately so it can be used as a closeable spliterator that
will close the iterator when the spliterator is closed.
- spliterator(Spliterator<T>) - Static method in class org.infinispan.commons.util.Closeables
-
Creates a closeable spliterator from the given spliterator that does nothing when close is called.
- spliterator(BaseStream<R, Stream<R>>) - Static method in class org.infinispan.commons.util.Closeables
-
Creates a closeable spliterator that when closed will close the underlying stream as well
- spliterator - Variable in class org.infinispan.commons.util.SpliteratorMapper
-
- SpliteratorMapper<E,S> - Class in org.infinispan.commons.util
-
A spliterator that has been mapped from another spliterator.
- SpliteratorMapper(Spliterator<E>, Function<? super E, ? extends S>) - Constructor for class org.infinispan.commons.util.SpliteratorMapper
-
- ssl() - Method in class org.infinispan.client.hotrod.configuration.AbstractSecurityConfigurationChildBuilder
-
- ssl() - Method in class org.infinispan.client.hotrod.configuration.SecurityConfiguration
-
- ssl() - Method in class org.infinispan.client.hotrod.configuration.SecurityConfigurationBuilder
-
- SslConfiguration - Class in org.infinispan.client.hotrod.configuration
-
SslConfiguration.
- SslConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
SSLConfigurationBuilder.
- SslConfigurationBuilder(SecurityConfigurationBuilder) - Constructor for class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
- sslContext() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
-
- sslContext(SSLContext) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
- SslContextFactory - Class in org.infinispan.commons.util
-
SslContextFactory.
- SslContextFactory() - Constructor for class org.infinispan.commons.util.SslContextFactory
-
- start() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- start() - Method in interface org.infinispan.commons.api.Lifecycle
-
Invoked on component start
- start() - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- start() - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
- startAsync() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- startBatch() - Method in interface org.infinispan.commons.api.BatchingCache
-
Starts a batch.
- startObjectInput(InputStream, boolean) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- startObjectInput(InputStream, boolean) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- startObjectInput(InputStream, boolean) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
Create and open a new ObjectInput for the given input stream.
- startObjectOutput(OutputStream, boolean, int) - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- startObjectOutput(OutputStream, boolean, int) - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- startObjectOutput(OutputStream, boolean, int) - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
Create and open an ObjectOutput instance for the given output stream.
- STATE_CHUNK - Static variable in interface org.infinispan.commons.marshall.Ids
-
- statistics() - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- statistics() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- statistics() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- statistics() - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Configures client-side statistics.
- StatisticsConfiguration - Class in org.infinispan.client.hotrod.configuration
-
- StatisticsConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
Configures client-side statistics
- stats() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- STATS_ENVELOPE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- stop() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
Stop the remote cache manager, disconnecting all existing connections.
- stop() - Method in interface org.infinispan.commons.api.Lifecycle
-
Invoked on component stop
- stop() - Method in class org.infinispan.commons.marshall.AbstractDelegatingMarshaller
-
- stop() - Method in class org.infinispan.commons.marshall.jboss.AbstractJBossMarshaller
-
- stop() - Method in interface org.infinispan.commons.marshall.StreamingMarshaller
-
Stop the marshaller.
- stopAsync() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- storage(Storage) - Method in class org.infinispan.counter.api.CounterConfiguration.Builder
-
Sets the storage mode of the counter.
- storage() - Method in class org.infinispan.counter.api.CounterConfiguration
-
- Storage - Enum in org.infinispan.counter.api
-
The storage mode of a counter.
- STORES - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of put operations.
- stream() - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
-
- stream() - Method in interface org.infinispan.commons.util.CloseableIteratorCollection
- stream(CloseableSpliterator<E>, boolean) - Static method in class org.infinispan.commons.util.Closeables
-
Creates a stream that when closed will also close the underlying spliterator
- stream(CloseableIterator<E>, 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() - Method in interface org.infinispan.commons.util.IntSet
-
- STREAM_ITERATOR_RESPONSE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- STREAM_MAP_OPS - Static variable in interface org.infinispan.commons.marshall.Ids
-
- STREAM_MARSHALLING - Static variable in interface org.infinispan.commons.marshall.Ids
-
- streaming() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- StreamingMarshaller - Interface in org.infinispan.commons.marshall
-
A specialization of
Marshaller
that supports streams.
- StreamingRemoteCache<K> - Interface in org.infinispan.client.hotrod
-
StreamingRemoteCache implements streaming versions of most
RemoteCache
methods
- STRING - Static variable in class org.infinispan.commons.equivalence.AnyEquivalence
-
Deprecated.
- stringArray(int) - Static method in class org.infinispan.commons.util.Util
-
- 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<T>) - Constructor for class org.infinispan.commons.util.concurrent.StripedCounters
-
- stripeForCurrentThread() - Method in class org.infinispan.commons.util.concurrent.StripedCounters
-
- StrongCounter - Interface in org.infinispan.counter.api
-
The strong consistent counter interface.
- 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
-
- SUCCESSFUL_RESPONSE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- SuppliedExternalizer<T> - Class in org.infinispan.commons.marshall
-
- SuppliedExternalizer(Integer, Class<T>, Supplier<T>) - Constructor for class org.infinispan.commons.marshall.SuppliedExternalizer
-
- supplier() - Method in class org.infinispan.commons.util.ArrayCollector
-
- suspendEncoding() - Method in class org.infinispan.commons.util.Base64.OutputStream
-
Deprecated.
Suspends encoding of the stream.
- switchToCluster(String) - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
Switch remote cache manager to a different cluster, previously
declared via configuration.
- switchToCluster(String) - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- switchToDefaultCluster() - Method in interface org.infinispan.client.hotrod.RemoteCacheContainer
-
Switch remote cache manager to a the default cluster, previously
declared via configuration.
- switchToDefaultCluster() - Method in class org.infinispan.client.hotrod.RemoteCacheManager
-
- sync() - Method in interface org.infinispan.counter.api.StrongCounter
-
It returns a synchronous strong counter for this instance.
- sync() - Method in interface org.infinispan.counter.api.WeakCounter
-
It returns a synchronous weak counter for this instance.
- SYNC_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.commons.marshall.Ids
-
- SYNC_REPLICATED_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.commons.marshall.Ids
-
- SyncStrongCounter - Interface in org.infinispan.counter.api
-
- SyncStrongCounter - Class in org.infinispan.counter
-
- SyncStrongCounter(StrongCounter) - Constructor for class org.infinispan.counter.SyncStrongCounter
-
Deprecated.
- SyncWeakCounter - Interface in org.infinispan.counter.api
-
- SyncWeakCounter - Class in org.infinispan.counter
-
- SyncWeakCounter(WeakCounter) - Constructor for class org.infinispan.counter.SyncWeakCounter
-
Deprecated.
- tcpKeepAlive(boolean) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- tcpKeepAlive() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- tcpKeepAlive(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- tcpKeepAlive(boolean) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Affects TCP KEEPALIVE on the TCP stack.
- tcpNoDelay(boolean) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- tcpNoDelay() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- tcpNoDelay(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- tcpNoDelay(boolean) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Affects TCP NODELAY on the TCP stack.
- TERMINAL_OPERATIONS - Static variable in interface org.infinispan.commons.marshall.Ids
-
- testOnBorrow() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- testOnBorrow(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Deprecated.
- testOnReturn() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- testOnReturn(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Deprecated.
- testWhileIdle() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- testWhileIdle(boolean) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Deprecated.
- threadDump() - Static method in class org.infinispan.commons.util.Util
-
- threadLocalRandomUUID() - Static method in class org.infinispan.commons.util.Util
-
- ThreadPoolExecutorFactory<T extends ExecutorService> - Interface in org.infinispan.commons.executors
-
- TIME_SINCE_START - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of seconds since Hot Rod started.
- timeBetweenEvictionRuns() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- timeBetweenEvictionRuns(long) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
- timeout() - Method in class org.infinispan.client.hotrod.configuration.TransactionConfiguration
-
- timeout(long, TimeUnit) - Method in class org.infinispan.client.hotrod.configuration.TransactionConfigurationBuilder
-
Sets the transaction's timeout.
- toArray() - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
-
- toArray(T[]) - Method in class org.infinispan.commons.util.AbstractDelegatingCollection
-
- toArray() - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
-
- toArray(T[]) - Method in class org.infinispan.commons.util.CloseableIteratorCollectionAdapter
-
- toArray() - Method in class org.infinispan.commons.util.concurrent.ConcurrentHashSet
-
- toArray(T[]) - Method in class org.infinispan.commons.util.concurrent.ConcurrentHashSet
-
- toArray() - Method in class org.infinispan.commons.util.ForwardingList
-
- toArray(T[]) - Method in class org.infinispan.commons.util.ForwardingList
-
- toArray() - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
-
- toArray(T[]) - Method in class org.infinispan.commons.util.ImmutableHopscotchHashSet
-
- toArray() - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- toArray(T[]) - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- toArray() - Method in class org.infinispan.commons.util.ImmutableListCopy
-
- toArray(T[]) - Method in class org.infinispan.commons.util.ImmutableListCopy
-
- toArray() - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- toArray(T[]) - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- toArray() - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- toArray(T[]) - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- toBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
-
- toCharArray(String) - Static method in class org.infinispan.commons.util.Util
-
- toClassArray(String[], ClassLoader) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
- toGibiBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
-
- toGigaBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
-
- toHexString(byte[]) - Static method in class org.infinispan.commons.util.Util
-
- toHexString(byte[], int) - Static method in class org.infinispan.commons.util.Util
-
- toHexString(byte[], int, int) - Static method in class org.infinispan.commons.util.Util
-
- toIntArray() - Method in class org.infinispan.commons.util.ImmutableIntSet
-
Deprecated.
- 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
-
Deprecated.
- toIntArray() - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- toJdkAccessOrder() - Method in enum org.infinispan.commons.equivalence.EquivalentLinkedHashMap.IterationOrder
-
Deprecated.
- toJDKByteBuffer() - Method in class org.infinispan.commons.io.ByteBufferImpl
-
- toKibiBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
-
- toKiloBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
-
- toMebiBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
-
- toMegaBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
-
- toObjectSet(Collection<?>) - Static method in class org.infinispan.commons.util.InfinispanCollections
-
- TOPOLOGY_AWARE_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.commons.marshall.Ids
-
- TOPOLOGY_AWARE_SYNC_CONSISTENT_HASH_FACTORY - Static variable in interface org.infinispan.commons.marshall.Ids
-
- toStr(Object) - Static method in class org.infinispan.commons.util.Util
-
- toStr(Collection<E>) - Static method in class org.infinispan.commons.util.Util
-
- toString() - Method in enum org.infinispan.client.hotrod.AdminFlag
-
Deprecated.
- toString() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- toString() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfiguration
-
- toString() - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfiguration
-
- toString() - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
- toString() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfiguration
-
- toString() - Method in enum org.infinispan.client.hotrod.configuration.SaslQop
-
- toString() - Method in enum org.infinispan.client.hotrod.configuration.SaslStrength
-
- toString() - Method in class org.infinispan.client.hotrod.configuration.ServerConfiguration
-
- toString() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
-
- toString() - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfiguration
-
- toString() - Method in class org.infinispan.client.hotrod.configuration.TransactionConfiguration
-
- toString() - Method in class org.infinispan.client.hotrod.DataFormat
-
- toString() - Method in exception org.infinispan.client.hotrod.exceptions.HotRodClientException
-
- toString() - Method in enum org.infinispan.client.hotrod.ProtocolVersion
-
- toString() - Method in class org.infinispan.commons.configuration.AbstractTypedPropertiesConfiguration
-
- toString(Object) - Method in class org.infinispan.commons.equivalence.AnyEquivalence
-
Deprecated.
- toString(Object) - Method in class org.infinispan.commons.equivalence.AnyServerEquivalence
-
Deprecated.
- toString(Object) - Method in class org.infinispan.commons.equivalence.ByteArrayEquivalence
-
Deprecated.
- toString(Object) - Method in interface org.infinispan.commons.equivalence.Equivalence
-
Deprecated.
Returns a string representation of the given object.
- toString(Object) - Method in class org.infinispan.commons.equivalence.IdentityEquivalence
-
Deprecated.
- toString() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
-
- toString() - Method in class org.infinispan.commons.hash.MurmurHash3
-
- toString() - Method in class org.infinispan.commons.io.ByteBufferImpl
-
- toString() - Method in class org.infinispan.commons.marshall.WrappedByteArray
-
- toString() - Method in class org.infinispan.commons.util.AbstractMap.SimpleEntry
-
- toString() - Method in class org.infinispan.commons.util.FastCopyHashMap
-
Returns a string representation of this map.
- toString() - Method in class org.infinispan.commons.util.KeyValueWithPrevious
-
- toString() - Method in class org.infinispan.commons.util.RangeSet
-
Deprecated.
- toString() - Method in class org.infinispan.commons.util.SimpleImmutableEntry
-
- toString() - Method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- toString() - Method in class org.infinispan.commons.util.WeakValueHashMap
-
- toString() - Method in class org.infinispan.counter.api.CounterConfiguration
-
- toStringArray(Class<?>[]) - Static method in class org.infinispan.commons.util.ReflectionUtil
-
- TOTAL_NR_OF_ENTRIES - Static variable in interface org.infinispan.client.hotrod.ServerStatistics
-
Number of entries stored in Hot Rod server
since the server started running.
- toTebiBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
-
- toTeraBytes(long) - Method in enum org.infinispan.commons.util.MemoryUnit
-
- toTypedProperties(Properties) - Static method in class org.infinispan.commons.util.TypedProperties
-
Factory method that converts a JDK
Properties
instance to an instance of TypedProperties, if needed.
- toXMLString() - Method in interface org.infinispan.commons.configuration.BasicConfiguration
-
Deprecated.
- toXMLString(String) - Method in interface org.infinispan.commons.configuration.BasicConfiguration
-
Converts this configuration to its XML representation.
- toXMLString(String) - Method in class org.infinispan.commons.configuration.XMLStringConfiguration
-
- transaction() - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- transaction() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- transaction() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- transaction() - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Transaction configuration
- TRANSACTION_INFO - Static variable in interface org.infinispan.commons.marshall.Ids
-
- TransactionalCache - Interface in org.infinispan.commons.api
-
This interface is implemented by caches that support (i.e.
- TransactionConfiguration - Class in org.infinispan.client.hotrod.configuration
-
- TransactionConfigurationBuilder - Class in org.infinispan.client.hotrod.configuration
-
- transactionManagerLookup() - Method in class org.infinispan.client.hotrod.configuration.TransactionConfiguration
-
- transactionManagerLookup(TransactionManagerLookup) - Method in class org.infinispan.client.hotrod.configuration.TransactionConfigurationBuilder
-
- transactionMode() - Method in class org.infinispan.client.hotrod.configuration.TransactionConfiguration
-
- transactionMode(TransactionMode) - Method in class org.infinispan.client.hotrod.configuration.TransactionConfigurationBuilder
-
- TransactionMode - Enum in org.infinispan.client.hotrod.configuration
-
- transform(E) - Method in interface org.infinispan.commons.util.InfinispanCollections.Function
-
Transforms an instance of the given input into an instace of the
type to be returned.
- transform(E) - Method in interface org.infinispan.commons.util.InfinispanCollections.MapMakerFunction
-
Transforms the given input into a key/value pair for use in a map
- transformCollectionToMap(Collection<? extends E>, InfinispanCollections.MapMakerFunction<K, V, ? super E>) - Static method in class org.infinispan.commons.util.InfinispanCollections
-
- transformMapValue(Map<K, E>, InfinispanCollections.Function<E, V>) - Static method in class org.infinispan.commons.util.InfinispanCollections
-
Given a map of well known key/value types, it makes a shallow copy of it
while at the same time transforming it's value type to a desired output
type.
- TRANSIENT_ENTRY - Static variable in interface org.infinispan.commons.marshall.Ids
-
- TRANSIENT_MORTAL_ENTRY - Static variable in interface org.infinispan.commons.marshall.Ids
-
- TRANSIENT_MORTAL_VALUE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- TRANSIENT_VALUE - Static variable in interface org.infinispan.commons.marshall.Ids
-
- TransportException - Exception in org.infinispan.client.hotrod.exceptions
-
Indicates a communication exception with the Hot Rod server: e.g.
- TransportException(String, SocketAddress) - Constructor for exception org.infinispan.client.hotrod.exceptions.TransportException
-
- TransportException(String, Throwable, SocketAddress) - Constructor for exception org.infinispan.client.hotrod.exceptions.TransportException
-
- TransportException(Throwable, SocketAddress) - Constructor for exception org.infinispan.client.hotrod.exceptions.TransportException
-
- transportFactory(String) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- transportFactory(Class<? extends TransportFactory>) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- transportFactory() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
Deprecated.
- transportFactory(String) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- transportFactory(Class<? extends TransportFactory>) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- transportFactory(String) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
- transportFactory(Class<? extends TransportFactory>) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
- TRIANGLE_ACK_EXTERNALIZER - Static variable in interface org.infinispan.commons.marshall.Ids
-
- trustStoreFileName() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
-
- trustStoreFileName(String) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
- trustStorePassword() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
-
- trustStorePassword(char[]) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
- trustStorePath() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
-
- trustStorePath(String) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Specifies a path containing certificates in PEM format.
- trustStoreType() - Method in class org.infinispan.client.hotrod.configuration.SslConfiguration
-
- trustStoreType(String) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
Specifies the type of the truststore, such as JKS or JCEKS.
- tryAdvance(Consumer<? super T>) - Method in class org.infinispan.commons.util.FilterSpliterator
-
- tryAdvance(Consumer<? super E>) - Method in class org.infinispan.commons.util.FlattenSpliterator
-
- tryAdvance(Consumer<? super S>) - Method in class org.infinispan.commons.util.SpliteratorMapper
-
- tryLock() - Method in class org.infinispan.commons.util.concurrent.NonReentrantLock
-
- tryLock(long, TimeUnit) - Method in class org.infinispan.commons.util.concurrent.NonReentrantLock
-
- trySplit() - Method in class org.infinispan.commons.util.CloseableSpliteratorMapper
-
Deprecated.
- 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
-
- type() - Method in class org.infinispan.commons.util.Either
-
- type() - Method in class org.infinispan.counter.api.CounterConfiguration
-
- TypedProperties - Class in org.infinispan.commons.util
-
Type-aware properties.
- TypedProperties(Properties) - Constructor for class org.infinispan.commons.util.TypedProperties
-
Copy constructor
- TypedProperties() - Constructor for class org.infinispan.commons.util.TypedProperties
-
Default constructor that returns an empty instance
- validate() - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.ClusterConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.SecurityConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.ServerConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.StatisticsConfigurationBuilder
-
- validate() - Method in class org.infinispan.client.hotrod.configuration.TransactionConfigurationBuilder
-
- validate() - Method in interface org.infinispan.commons.configuration.Builder
-
Validate the data in this builder before building the configuration bean
- validate() - Method in class org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
-
- validate() - Method in enum org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
-
- validate() - Method in enum org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
-
- validate() - Method in interface org.infinispan.commons.executors.ThreadPoolExecutorFactory
-
Validate parameters for the thread pool executor factory
- valueMarshaller(Marshaller) - Method in class org.infinispan.client.hotrod.DataFormat.Builder
-
- valueMatcher(Object) - Method in interface org.infinispan.commons.marshall.LambdaExternalizer
-
- ValueMatcherMode - Enum in org.infinispan.commons.marshall
-
Value matcher mode.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.AdminFlag
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.configuration.ClientIntelligence
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.configuration.ExhaustedAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.configuration.NearCacheMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.configuration.SaslQop
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.configuration.SaslStrength
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.configuration.TransactionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.event.ClientEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.Flag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.client.hotrod.ProtocolVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.commons.api.CacheContainerAdmin.AdminFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.infinispan.commons.api.CacheContainerAdmin.AdminFlag
-
- valueOf(String) - Static method in enum org.infinispan.commons.equivalence.EquivalentLinkedHashMap.IterationOrder
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.commons.marshall.ValueMatcherMode
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.infinispan.commons.marshall.ValueMatcherMode
-
- valueOf(String) - Static method in enum org.infinispan.commons.util.Either.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.commons.util.MemoryUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.infinispan.counter.api.CounterState
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.infinispan.counter.api.CounterState
-
- valueOf(String) - Static method in enum org.infinispan.counter.api.CounterType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.infinispan.counter.api.CounterType
-
- valueOf(String) - Static method in enum org.infinispan.counter.api.Storage
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum org.infinispan.counter.api.Storage
-
- values() - Static method in enum org.infinispan.client.hotrod.AdminFlag
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.configuration.ClientIntelligence
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.configuration.ExhaustedAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.configuration.NearCacheMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.configuration.SaslQop
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.configuration.SaslStrength
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.configuration.TransactionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.event.ClientEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.Flag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.client.hotrod.ProtocolVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- values(IntSet) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
This method is identical to
RemoteCache.values()
except that it will only return values that map to the given segments.
- values() - Static method in enum org.infinispan.commons.api.CacheContainerAdmin.AdminFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.infinispan.commons.equivalence.EquivalentHashMap
-
Deprecated.
- Values() - Constructor for class org.infinispan.commons.equivalence.EquivalentHashMap.Values
-
Deprecated.
- values() - Static method in enum org.infinispan.commons.equivalence.EquivalentLinkedHashMap.IterationOrder
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.commons.executors.CachedThreadPoolExecutorFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.commons.executors.ScheduledThreadPoolExecutorFactory
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.commons.marshall.ValueMatcherMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.infinispan.commons.util.AbstractDelegatingMap
-
- values - Variable in class org.infinispan.commons.util.AbstractMap
-
- values - Variable in class org.infinispan.commons.util.ArrayMap
-
- values() - Method in class org.infinispan.commons.util.ArrayMap
-
- values() - Method in class org.infinispan.commons.util.concurrent.ConcurrentWeakKeyHashMap
-
Returns a
Collection
view of the values contained in this map.
- values() - Static method in enum org.infinispan.commons.util.Either.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.infinispan.commons.util.FastCopyHashMap
-
- Values() - Constructor for class org.infinispan.commons.util.FastCopyHashMap.Values
-
- values() - Static method in enum org.infinispan.commons.util.MemoryUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.counter.api.CounterState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.counter.api.CounterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.infinispan.counter.api.Storage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueSizeEstimate(int) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- valueSizeEstimate() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- valueSizeEstimate(int) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- valueSizeEstimate(int) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
This hint allows sizing of byte buffers when serializing and deserializing values, to minimize
array resizing.
- valueToBytes(Object, int, int) - Method in class org.infinispan.client.hotrod.DataFormat
-
- valueToObj(byte[], ClassWhiteList) - Method in class org.infinispan.client.hotrod.DataFormat
-
- valueType(MediaType) - Method in class org.infinispan.client.hotrod.DataFormat.Builder
-
- version(ProtocolVersion) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- version() - Method in class org.infinispan.client.hotrod.configuration.Configuration
-
- version(ProtocolVersion) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- version(ProtocolVersion) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
This property defines the protocol version that this client should use.
- Versioned - Interface in org.infinispan.client.hotrod
-
Versioned
- VERSIONED_RESULT - Static variable in interface org.infinispan.commons.marshall.Ids
-
- VERSIONED_RESULTS - Static variable in interface org.infinispan.commons.marshall.Ids
-
- VersionedMetadata - Interface in org.infinispan.client.hotrod
-
VersionedMetadata
- VersionedValue<V> - Interface in org.infinispan.client.hotrod
-
Besides the key and value, also contains an version.
- WeakCounter - Interface in org.infinispan.counter.api
-
A weak consistent counter interface.
- WeakValueHashMap<K,V> - Class in org.infinispan.commons.util
-
This Map will remove entries when the value in the map has been cleaned from
garbage collection
- WeakValueHashMap(int, float) - Constructor for class org.infinispan.commons.util.WeakValueHashMap
-
Constructs a new, empty WeakValueHashMap
with the given
initial capacity and the given load factor.
- WeakValueHashMap(int) - Constructor for class org.infinispan.commons.util.WeakValueHashMap
-
Constructs a new, empty WeakValueHashMap
with the given
initial capacity and the default load factor, which is
0.75
.
- WeakValueHashMap() - Constructor for class org.infinispan.commons.util.WeakValueHashMap
-
Constructs a new, empty WeakValueHashMap
with the default
initial capacity and the default load factor, which is
0.75
.
- WeakValueHashMap(Map<K, V>) - Constructor for class org.infinispan.commons.util.WeakValueHashMap
-
Constructs a new WeakValueHashMap
with the same mappings as
the specified Map.
- WeakValueHashMap.ValueRef<K,V> - Interface in org.infinispan.commons.util
-
- withAnnotationDeclared(List<Class<?>>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ClassFinder
-
- withAnnotationPresent(List<Class<?>>, Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ClassFinder
-
- withAnnotationPresent(Class<? extends Annotation>) - Static method in class org.infinispan.commons.util.ClassFinder
-
- withDataFormat(DataFormat) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
- withExecutorProperties(Properties) - Method in class org.infinispan.client.hotrod.configuration.ExecutorFactoryConfigurationBuilder
-
Set key/value properties to this executor factory configuration
- withFlags(Flag...) - Method in interface org.infinispan.client.hotrod.RemoteCache
-
Applies one or more
Flag
s to the scope of a single invocation.
- withFlags(CacheContainerAdmin.AdminFlag...) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
-
- withFlags(EnumSet<CacheContainerAdmin.AdminFlag>) - Method in interface org.infinispan.commons.api.CacheContainerAdmin
-
- withoutValueType() - Method in class org.infinispan.client.hotrod.DataFormat
-
- withPoolProperties(Properties) - Method in class org.infinispan.client.hotrod.configuration.ConnectionPoolConfigurationBuilder
-
Configures the connection pool parameter according to properties
- withProperties(Properties) - Method in class org.infinispan.client.hotrod.configuration.AbstractConfigurationChildBuilder
-
- withProperties(Properties) - Method in class org.infinispan.client.hotrod.configuration.AuthenticationConfigurationBuilder
-
- withProperties(Properties) - Method in class org.infinispan.client.hotrod.configuration.ConfigurationBuilder
-
- withProperties(Properties) - Method in interface org.infinispan.client.hotrod.configuration.ConfigurationChildBuilder
-
Configures this builder using the specified properties.
- withProperties(Properties) - Method in class org.infinispan.client.hotrod.configuration.NearCacheConfigurationBuilder
-
- withProperties(Properties) - Method in class org.infinispan.client.hotrod.configuration.SslConfigurationBuilder
-
- WRAPPED_BYTE_ARRAY - Static variable in interface org.infinispan.commons.marshall.Ids
-
- 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.Externalizer - Class in org.infinispan.commons.marshall
-
- WrappedBytes - Interface in org.infinispan.commons.marshall
-
Interface that describes and object holding onto some bytes
- write(byte[], int, int) - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
-
- write(int) - Method in class org.infinispan.commons.io.ExposedByteArrayOutputStream
-
- write(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
-
- write(byte[]) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
-
- write(byte[], int, int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
-
- write(int) - Method in class org.infinispan.commons.util.Base64.OutputStream
-
Deprecated.
Writes the byte to the output stream after
converting to/from Base64 notation.
- write(byte[], int, int) - Method in class org.infinispan.commons.util.Base64.OutputStream
-
Deprecated.
- writeBoolean(boolean) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
-
- writeByte(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
-
- writeBytes(String) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
-
- writeChar(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
-
- writeChars(String) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
-
- writeDouble(double) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
-
- writeExternal(Object, ObjectOutput) - Method in class org.infinispan.commons.marshall.jboss.JBossExternalizerAdapter
-
- writeExternal(ObjectOutput) - Method in class org.infinispan.commons.util.ImmutableListCopy
-
Format: - entry array size (int) - elements (Object)
- writeFloat(float) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
-
- writeInt(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
-
- writeLong(long) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
-
- writeObject(ObjectOutput, ByteBufferImpl) - Method in class org.infinispan.commons.io.ByteBufferImpl.Externalizer
-
- writeObject(ObjectOutput, CacheContainerAdmin.AdminFlag) - Method in class org.infinispan.commons.marshall.AdminFlagExternalizer
-
- writeObject(Object) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
-
- writeObject(ObjectOutput, T) - Method in interface org.infinispan.commons.marshall.Externalizer
-
Write the object reference to the stream.
- writeObject(ObjectOutput, Equivalence) - Method in class org.infinispan.commons.marshall.exts.EquivalenceExternalizer
-
- writeObject(ObjectOutput, T) - Method in class org.infinispan.commons.marshall.exts.NoStateExternalizer
-
- writeObject(ObjectOutput, T) - Method in class org.infinispan.commons.marshall.InstanceReusingAdvancedExternalizer
-
- writeObject(ObjectOutput, T) - Method in class org.infinispan.commons.marshall.SingletonExternalizer
-
- writeObject(ObjectOutput, T) - Method in class org.infinispan.commons.marshall.SuppliedExternalizer
-
- writeObject(ObjectOutput, WrappedByteArray) - Method in class org.infinispan.commons.marshall.WrappedByteArray.Externalizer
-
- writeObject(ObjectOutput, Map) - Method in class org.infinispan.commons.util.Immutables.ImmutableMapWrapperExternalizer
-
- writeObject(ObjectOutput, Set) - Method in class org.infinispan.commons.util.Immutables.ImmutableSetWrapperExternalizer
-
- writeObject(ObjectOutput, KeyValueWithPrevious) - Method in class org.infinispan.commons.util.KeyValueWithPrevious.KeyValueWithPreviousExternalizer
-
- writeShort(int) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
-
- writeSignedInt(ObjectOutput, int) - Static method in class org.infinispan.commons.io.SignedNumeric
-
- writeSignedInt(OutputStream, int) - Static method in class org.infinispan.commons.io.SignedNumeric
-
- writeTo(ObjectOutput, E) - Method in interface org.infinispan.commons.marshall.MarshallUtil.ElementWriter
-
- writeTo(ObjectOutput, IntSet) - Static method in class org.infinispan.commons.util.IntSetsExternalization
-
- writeTo(ObjectOutput, SmallIntSet) - Static method in class org.infinispan.commons.util.SmallIntSet
-
Deprecated.
- writeUnsignedInt(ObjectOutput, int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
Writes an int in a variable-length format.
- writeUnsignedInt(OutputStream, int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
- writeUnsignedInt(ByteBuffer, int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
- writeUnsignedInt(byte[], int, int) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
Writes an int in a variable-length format.
- writeUnsignedLong(ObjectOutput, long) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
Writes a long in a variable-length format.
- writeUnsignedLong(OutputStream, long) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
- writeUnsignedLong(ByteBuffer, long) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
- writeUnsignedLong(byte[], int, long) - Static method in class org.infinispan.commons.io.UnsignedNumeric
-
Writes an int in a variable-length format.
- writeUTF(String) - Method in class org.infinispan.commons.marshall.DelegatingObjectOutput
-