Index
All Classes and Interfaces|All Packages|Serialized Form
A
- AbstractCacheEntryMutator - Class in org.wildfly.clustering.cache.infinispan
- AbstractCacheEntryMutator() - Constructor for class org.wildfly.clustering.cache.infinispan.AbstractCacheEntryMutator
- AbstractContextualBatch - Class in org.wildfly.clustering.cache.infinispan.batch
- AbstractMarshaller - Class in org.wildfly.clustering.cache.infinispan.marshalling
-
Abstract marshaller implementation.
- AbstractMarshaller() - Constructor for class org.wildfly.clustering.cache.infinispan.marshalling.AbstractMarshaller
- afterCompletion(int) - Method in class org.wildfly.clustering.cache.infinispan.batch.DefaultTransactionalBatch
- attach(Throwable) - Method in class org.wildfly.clustering.cache.infinispan.batch.AbstractContextualBatch
- attach(Throwable) - Method in interface org.wildfly.clustering.cache.infinispan.batch.Contextual
-
Attach this context to the specified exception.
B
- BasicCacheConfiguration - Interface in org.wildfly.clustering.cache.infinispan
- BasicCacheContainerConfiguration - Interface in org.wildfly.clustering.cache.infinispan
- beforeCompletion() - Method in class org.wildfly.clustering.cache.infinispan.batch.DefaultTransactionalBatch
C
- CacheKey<I> - Class in org.wildfly.clustering.cache.infinispan
-
A base cache key implementation.
- CacheKey(I) - Constructor for class org.wildfly.clustering.cache.infinispan.CacheKey
- close() - Method in class org.wildfly.clustering.cache.infinispan.batch.AbstractContextualBatch
- Contextual - Interface in org.wildfly.clustering.cache.infinispan.batch
- ContextualBatch - Interface in org.wildfly.clustering.cache.infinispan.batch
- ContextualException - Exception Class in org.wildfly.clustering.cache.infinispan.batch
-
An exception used to log the creation context of a batch.
- ContextualSuspendedBatch - Interface in org.wildfly.clustering.cache.infinispan.batch
- createContextualizer(ClassLoader) - Method in class org.wildfly.clustering.cache.infinispan.batch.TransactionalBatchContextualizerFactory
D
- DefaultTransactionalBatch - Class in org.wildfly.clustering.cache.infinispan.batch
- discard() - Method in class org.wildfly.clustering.cache.infinispan.batch.DefaultTransactionalBatch
- discard() - Method in class org.wildfly.clustering.cache.infinispan.batch.SimpleContextualBatch
- doTranscode(Object, MediaType, MediaType) - Method in class org.wildfly.clustering.cache.infinispan.marshalling.MarshalledValueTranscoder
E
- equals(Object) - Method in class org.wildfly.clustering.cache.infinispan.batch.DefaultTransactionalBatch
- equals(Object) - Method in class org.wildfly.clustering.cache.infinispan.batch.SimpleContextualBatch
- equals(Object) - Method in class org.wildfly.clustering.cache.infinispan.CacheKey
G
- get() - Method in class org.wildfly.clustering.cache.infinispan.AbstractCacheEntryMutator
- get() - Method in class org.wildfly.clustering.cache.infinispan.batch.AbstractContextualBatch
- get() - Method in class org.wildfly.clustering.cache.infinispan.batch.ThreadContextBatchFactory
- get() - Method in enum class org.wildfly.clustering.cache.infinispan.marshalling.MediaTypes
- getBatchFactory() - Method in interface org.wildfly.clustering.cache.infinispan.BasicCacheConfiguration
- getBufferSizePredictor(Object) - Method in class org.wildfly.clustering.cache.infinispan.marshalling.AbstractMarshaller
- getCache() - Method in interface org.wildfly.clustering.cache.infinispan.BasicCacheConfiguration
- getCacheContainer() - Method in interface org.wildfly.clustering.cache.infinispan.BasicCacheContainerConfiguration
- getCacheEntryMutatorFactory() - Method in interface org.wildfly.clustering.cache.infinispan.BasicCacheConfiguration
- getCacheEntryMutatorFactory(Function<O, BiFunction<Object, V, V>>) - Method in interface org.wildfly.clustering.cache.infinispan.BasicCacheConfiguration
- getCacheProperties() - Method in interface org.wildfly.clustering.cache.infinispan.BasicCacheConfiguration
- getExecutor() - Method in interface org.wildfly.clustering.cache.infinispan.BasicCacheContainerConfiguration
- getId() - Method in class org.wildfly.clustering.cache.infinispan.CacheKey
- getName() - Method in interface org.wildfly.clustering.cache.infinispan.BasicCacheContainerConfiguration
- getName() - Method in class org.wildfly.clustering.cache.infinispan.batch.AbstractContextualBatch
- getName() - Method in interface org.wildfly.clustering.cache.infinispan.batch.Contextual
-
Returns the name of this context.
- getStatus() - Method in class org.wildfly.clustering.cache.infinispan.batch.DefaultTransactionalBatch
- getStatus() - Method in class org.wildfly.clustering.cache.infinispan.batch.SimpleContextualBatch
- getTransaction() - Method in class org.wildfly.clustering.cache.infinispan.batch.DefaultTransactionalBatch
- getTransaction() - Method in interface org.wildfly.clustering.cache.infinispan.batch.Transactional
-
Returns the associated transaction.
- getTransactionManager() - Method in interface org.wildfly.clustering.cache.infinispan.BasicCacheConfiguration
- getTransactionManager() - Method in class org.wildfly.clustering.cache.infinispan.batch.DefaultTransactionalBatch
- getTransactionManager() - Method in interface org.wildfly.clustering.cache.infinispan.batch.Transactional
-
Returns the associated transaction manager.
H
- hashCode() - Method in class org.wildfly.clustering.cache.infinispan.batch.DefaultTransactionalBatch
- hashCode() - Method in class org.wildfly.clustering.cache.infinispan.batch.SimpleContextualBatch
- hashCode() - Method in class org.wildfly.clustering.cache.infinispan.CacheKey
I
- INFINISPAN_PROTOSTREAM - Enum constant in enum class org.wildfly.clustering.cache.infinispan.marshalling.MediaTypes
- isMarshallable(Object) - Method in class org.wildfly.clustering.cache.infinispan.marshalling.UserMarshaller
J
- JAVA_SERIALIZATION - Enum constant in enum class org.wildfly.clustering.cache.infinispan.marshalling.MediaTypes
- JBOSS_MARSHALLING - Enum constant in enum class org.wildfly.clustering.cache.infinispan.marshalling.MediaTypes
M
- MarshalledValueTranscoder<C> - Class in org.wildfly.clustering.cache.infinispan.marshalling
-
A transcoder that converts between an object and a
MarshalledValue. - MarshalledValueTranscoder(MediaType, MarshalledValueFactory<C>) - Constructor for class org.wildfly.clustering.cache.infinispan.marshalling.MarshalledValueTranscoder
- mediaType() - Method in class org.wildfly.clustering.cache.infinispan.marshalling.UserMarshaller
- MediaTypes - Enum Class in org.wildfly.clustering.cache.infinispan.marshalling
-
Media types for supported marshallers.
O
- objectFromByteBuffer(byte[]) - Method in class org.wildfly.clustering.cache.infinispan.marshalling.AbstractMarshaller
- objectFromByteBuffer(byte[], int, int) - Method in class org.wildfly.clustering.cache.infinispan.marshalling.AbstractMarshaller
- objectToBuffer(Object) - Method in class org.wildfly.clustering.cache.infinispan.marshalling.AbstractMarshaller
- objectToByteBuffer(Object) - Method in class org.wildfly.clustering.cache.infinispan.marshalling.AbstractMarshaller
- objectToByteBuffer(Object, int) - Method in class org.wildfly.clustering.cache.infinispan.marshalling.AbstractMarshaller
- org.wildfly.clustering.cache.infinispan - package org.wildfly.clustering.cache.infinispan
- org.wildfly.clustering.cache.infinispan.batch - package org.wildfly.clustering.cache.infinispan.batch
- org.wildfly.clustering.cache.infinispan.marshalling - package org.wildfly.clustering.cache.infinispan.marshalling
R
- readObject(InputStream) - Method in class org.wildfly.clustering.cache.infinispan.marshalling.UserMarshaller
- resume() - Method in interface org.wildfly.clustering.cache.infinispan.batch.ContextualSuspendedBatch
- resume() - Method in class org.wildfly.clustering.cache.infinispan.batch.DefaultTransactionalBatch
- resume() - Method in class org.wildfly.clustering.cache.infinispan.batch.SimpleContextualBatch
- resume() - Method in interface org.wildfly.clustering.cache.infinispan.batch.TransactionalSuspendedBatch
S
- SimpleContextualBatch - Class in org.wildfly.clustering.cache.infinispan.batch
-
A simple extendable batch with no suspend/resume behavior.
- SimpleContextualBatchFactory - Class in org.wildfly.clustering.cache.infinispan.batch
-
A factory for creating thread context batches referencing simple batches.
- SimpleContextualBatchFactory(String) - Constructor for class org.wildfly.clustering.cache.infinispan.batch.SimpleContextualBatchFactory
- sizeEstimate(Object) - Method in class org.wildfly.clustering.cache.infinispan.marshalling.AbstractMarshaller
- sizeEstimate(Object) - Method in class org.wildfly.clustering.cache.infinispan.marshalling.UserMarshaller
- stop() - Method in class org.wildfly.clustering.cache.infinispan.marshalling.AbstractMarshaller
- suspend() - Method in interface org.wildfly.clustering.cache.infinispan.batch.ContextualBatch
- suspend() - Method in class org.wildfly.clustering.cache.infinispan.batch.DefaultTransactionalBatch
- suspend() - Method in class org.wildfly.clustering.cache.infinispan.batch.SimpleContextualBatch
T
- ThreadContextBatchFactory - Class in org.wildfly.clustering.cache.infinispan.batch
-
A factory that
ThreadContextBatch. - ThreadContextBatchFactory(Supplier<ContextualBatch>) - Constructor for class org.wildfly.clustering.cache.infinispan.batch.ThreadContextBatchFactory
- toString() - Method in class org.wildfly.clustering.cache.infinispan.batch.DefaultTransactionalBatch
- toString() - Method in class org.wildfly.clustering.cache.infinispan.batch.SimpleContextualBatch
- toString() - Method in class org.wildfly.clustering.cache.infinispan.CacheKey
- Transactional - Interface in org.wildfly.clustering.cache.infinispan.batch
- TransactionalBatchContextualizerFactory - Class in org.wildfly.clustering.cache.infinispan.batch
-
A contextualizer for a batch.
- TransactionalBatchContextualizerFactory() - Constructor for class org.wildfly.clustering.cache.infinispan.batch.TransactionalBatchContextualizerFactory
- TransactionalBatchFactory - Class in org.wildfly.clustering.cache.infinispan.batch
-
A factory for creating thread context batches referencing transactional batches.
- TransactionalBatchFactory(String, TransactionManager, Function<Exception, RuntimeException>) - Constructor for class org.wildfly.clustering.cache.infinispan.batch.TransactionalBatchFactory
- TransactionalSuspendedBatch - Interface in org.wildfly.clustering.cache.infinispan.batch
-
A nestable transactional suspended batch.
U
- UserMarshaller - Class in org.wildfly.clustering.cache.infinispan.marshalling
-
A user marshaller that delegates marshalling to a
ByteBufferMarshaller. - UserMarshaller(Supplier<MediaType>, ByteBufferMarshaller) - Constructor for class org.wildfly.clustering.cache.infinispan.marshalling.UserMarshaller
- UserMarshaller(MediaType, ByteBufferMarshaller) - Constructor for class org.wildfly.clustering.cache.infinispan.marshalling.UserMarshaller
V
- valueOf(String) - Static method in enum class org.wildfly.clustering.cache.infinispan.marshalling.MediaTypes
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.wildfly.clustering.cache.infinispan.marshalling.MediaTypes
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WILDFLY_PROTOSTREAM - Enum constant in enum class org.wildfly.clustering.cache.infinispan.marshalling.MediaTypes
- withMaxIdle(Supplier<Duration>) - Method in class org.wildfly.clustering.cache.infinispan.AbstractCacheEntryMutator
- writeObject(Object, OutputStream) - Method in class org.wildfly.clustering.cache.infinispan.marshalling.UserMarshaller
All Classes and Interfaces|All Packages|Serialized Form