Index
All Classes and Interfaces|All Packages
A
- AbstractMarshaller - Class in org.wildfly.clustering.cache.infinispan.marshalling
-
Abstract marshaller implementation.
- AbstractMarshaller() - Constructor for class org.wildfly.clustering.cache.infinispan.marshalling.AbstractMarshaller
B
- BasicCacheConfiguration - Interface in org.wildfly.clustering.cache.infinispan
- BasicCacheContainerConfiguration - Interface in org.wildfly.clustering.cache.infinispan
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.ThreadLocalTransactionBatch
- createContextualizer(ClassLoader) - Method in class org.wildfly.clustering.cache.infinispan.batch.TransactionBatchContextualizerFactory
D
- discard() - Method in class org.wildfly.clustering.cache.infinispan.batch.ThreadLocalTransactionBatch
- 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.ThreadLocalTransactionBatch
- equals(Object) - Method in class org.wildfly.clustering.cache.infinispan.CacheKey
F
- factory(String, TransactionManager, Function<Throwable, E>) - Static method in interface org.wildfly.clustering.cache.infinispan.batch.TransactionBatch
-
Returns a transaction-based
Batch
factory.
G
- get() - Method in interface org.wildfly.clustering.cache.infinispan.batch.TransactionBatch.Factory
- 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
- 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
- getTransaction() - Method in class org.wildfly.clustering.cache.infinispan.batch.ThreadLocalTransactionBatch
- getTransaction() - Method in interface org.wildfly.clustering.cache.infinispan.batch.TransactionBatch
-
Returns the transaction associated with this batch
- getTransactionManager() - Method in interface org.wildfly.clustering.cache.infinispan.BasicCacheConfiguration
H
- hashCode() - Method in class org.wildfly.clustering.cache.infinispan.batch.ThreadLocalTransactionBatch
- 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
- interpose() - Method in class org.wildfly.clustering.cache.infinispan.batch.ThreadLocalTransactionBatch
- interpose() - Method in interface org.wildfly.clustering.cache.infinispan.batch.TransactionBatch
-
Returns an interposed batch.
- isActive() - Method in class org.wildfly.clustering.cache.infinispan.batch.ThreadLocalTransactionBatch
- isClosed() - Method in class org.wildfly.clustering.cache.infinispan.batch.ThreadLocalTransactionBatch
- isDiscarding() - Method in class org.wildfly.clustering.cache.infinispan.batch.ThreadLocalTransactionBatch
- 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 class org.wildfly.clustering.cache.infinispan.batch.ThreadLocalTransactionBatch
- resumeWithContext() - Method in class org.wildfly.clustering.cache.infinispan.batch.ThreadLocalTransactionBatch
S
- 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 class org.wildfly.clustering.cache.infinispan.batch.ThreadLocalTransactionBatch
T
- ThreadLocalTransactionBatch<E> - Class in org.wildfly.clustering.cache.infinispan.batch
-
TransactionBatch
that associates and exposes the underlying transaction. - toString() - Method in class org.wildfly.clustering.cache.infinispan.batch.ThreadLocalTransactionBatch
- toString() - Method in class org.wildfly.clustering.cache.infinispan.CacheKey
- TransactionBatch - Interface in org.wildfly.clustering.cache.infinispan.batch
-
TransactionBatch
that associates and exposes the underlying transaction. - TransactionBatch.Factory - Interface in org.wildfly.clustering.cache.infinispan.batch
- TransactionBatchContextualizerFactory - Class in org.wildfly.clustering.cache.infinispan.batch
-
A contextualizer for a batch.
- TransactionBatchContextualizerFactory() - Constructor for class org.wildfly.clustering.cache.infinispan.batch.TransactionBatchContextualizerFactory
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
- writeObject(Object, OutputStream) - Method in class org.wildfly.clustering.cache.infinispan.marshalling.UserMarshaller
All Classes and Interfaces|All Packages