Skip navigation links
WildFly: EE clustering SPI 22.0.1.Final
A B C D E F G H I L M N O P R S T V 

A

and(Predicate<? super Object>) - Method in interface org.wildfly.clustering.ee.Immutability
 
AnnotationImmutability - Class in org.wildfly.clustering.ee.immutable
Detects the presence of a specific annotation.
AnnotationImmutability(Class<? extends Annotation>) - Constructor for class org.wildfly.clustering.ee.immutable.AnnotationImmutability
 
apply(K, Function<Runnable, V>) - Method in interface org.wildfly.clustering.ee.Manager
Returns the value associated with the specified key, creating it from the specified factory, if necessary.
apply(Consumer<V>, Consumer<V>) - Method in interface org.wildfly.clustering.ee.ManagerFactory
Creates a manager using the specified creation and close tasks.

B

Batch - Interface in org.wildfly.clustering.ee
Exposes a mechanism to close a batch, and potentially discard it.
Batch.State - Enum in org.wildfly.clustering.ee
The possible states of a batch.
BatchContext - Interface in org.wildfly.clustering.ee
Handles batch context switching.
Batcher<B extends Batch> - Interface in org.wildfly.clustering.ee
Exposes a mechanism to handle batching.

C

cancel(I) - Method in interface org.wildfly.clustering.ee.Scheduler
Cancels a previously scheduled task for the object with the specified identifier.
close() - Method in interface org.wildfly.clustering.ee.Batch
Closes this batch.
close() - Method in interface org.wildfly.clustering.ee.BatchContext
Closes this batch context.
close() - Method in interface org.wildfly.clustering.ee.Scheduler
Closes any resources used by this scheduler.
CollectionImmutability - Class in org.wildfly.clustering.ee.immutable
Tests the immutability of Collections wrappers.
CollectionImmutability(Immutability) - Constructor for class org.wildfly.clustering.ee.immutable.CollectionImmutability
 
CompositeImmutability - Class in org.wildfly.clustering.ee.immutable
Decorates a series of immutability predicates to additionally test for collection immutability.
CompositeImmutability(Immutability...) - Constructor for class org.wildfly.clustering.ee.immutable.CompositeImmutability
 
CompositeImmutability(Iterable<? extends Immutability>) - Constructor for class org.wildfly.clustering.ee.immutable.CompositeImmutability
 
CompositeIterable<T> - Class in org.wildfly.clustering.ee
Used for iterating over an series of iterables, thus avoiding the need to allocate/populate a new list containing all elements.
CompositeIterable(Iterable<? extends T>...) - Constructor for class org.wildfly.clustering.ee.CompositeIterable
Constructs a new composite iterable.
CompositeIterable(List<? extends Iterable<? extends T>>) - Constructor for class org.wildfly.clustering.ee.CompositeIterable
Constructs a new composite iterable.
CompositeIterator<E> - Class in org.wildfly.clustering.ee
Iterator that iterates over a series of iterators.
CompositeIterator(Iterator<? extends E>...) - Constructor for class org.wildfly.clustering.ee.CompositeIterator
Constructs a new composite iterator.
CompositeIterator(Iterable<? extends Iterator<? extends E>>) - Constructor for class org.wildfly.clustering.ee.CompositeIterator
Constructs a new composite iterator.
createBatch() - Method in interface org.wildfly.clustering.ee.Batcher
Creates a batch.
createMutator(Map.Entry<K, V>) - Method in interface org.wildfly.clustering.ee.MutatorFactory
Creates a mutator for the specified cache entry.
createMutator(K, V) - Method in interface org.wildfly.clustering.ee.MutatorFactory
Creates a mutator for the specified cache entry.
createValue(K, C) - Method in interface org.wildfly.clustering.ee.Creator
Creates a value in the cache, if it does not already exist.
Creator<K,V,C> - Interface in org.wildfly.clustering.ee
Creates a value in the cache.

D

DefaultImmutability - Enum in org.wildfly.clustering.ee.immutable
Default set of immutability tests.
discard() - Method in interface org.wildfly.clustering.ee.Batch
Discards this batch.

E

equals(Object) - Method in class org.wildfly.clustering.ee.CompositeIterable
 

F

findValue(K) - Method in interface org.wildfly.clustering.ee.Locator
Locates the value in the cache with the specified identifier.

G

getState() - Method in interface org.wildfly.clustering.ee.Batch
Returns the state of this batch.

H

hashCode() - Method in class org.wildfly.clustering.ee.CompositeIterable
 
hasNext() - Method in class org.wildfly.clustering.ee.CompositeIterator
 

I

IdentityImmutability - Class in org.wildfly.clustering.ee.immutable
Test for immutability using object identity.
IdentityImmutability(Collection<Object>) - Constructor for class org.wildfly.clustering.ee.immutable.IdentityImmutability
 
Immutability - Interface in org.wildfly.clustering.ee
Tests for immutability.
InstanceOfImmutability - Class in org.wildfly.clustering.ee.immutable
Test for immutability using instanceof checks.
InstanceOfImmutability(Iterable<Class<?>>) - Constructor for class org.wildfly.clustering.ee.immutable.InstanceOfImmutability
 
invoke(ExceptionSupplier<R, E>) - Method in interface org.wildfly.clustering.ee.Invoker
Invokes the specified action
invoke(ExceptionRunnable<E>) - Method in interface org.wildfly.clustering.ee.Invoker
Invokes the specified action
Invoker - Interface in org.wildfly.clustering.ee
Defines a strategy for invoking a given action.
iterator() - Method in class org.wildfly.clustering.ee.CompositeIterable
 

L

Locator<K,V> - Interface in org.wildfly.clustering.ee
Locates a value from the cache.

M

Manager<K,V> - Interface in org.wildfly.clustering.ee
Strategy for managing the creation and destruction of objects.
ManagerFactory<K,V> - Interface in org.wildfly.clustering.ee
 
mutate() - Method in interface org.wildfly.clustering.ee.Mutator
Ensure that this object replicates.
Mutator - Interface in org.wildfly.clustering.ee
Indicates that the value represented by this object has changed and needs to be replicated.
MutatorFactory<K,V> - Interface in org.wildfly.clustering.ee
Creates a mutator instance for a given cache entry.

N

negate() - Method in interface org.wildfly.clustering.ee.Immutability
 
next() - Method in class org.wildfly.clustering.ee.CompositeIterator
 

O

or(Predicate<? super Object>) - Method in interface org.wildfly.clustering.ee.Immutability
 
org.wildfly.clustering.ee - package org.wildfly.clustering.ee
 
org.wildfly.clustering.ee.immutable - package org.wildfly.clustering.ee.immutable
 

P

PASSIVE - Static variable in interface org.wildfly.clustering.ee.Mutator
Trivial Mutator implementation that does nothing.
purge(K) - Method in interface org.wildfly.clustering.ee.Remover
Like Remover.remove(Object), but does not notify listeners.

R

record(T) - Method in interface org.wildfly.clustering.ee.Recordable
Records the specified object
Recordable<T> - Interface in org.wildfly.clustering.ee
Records some other object.
remove(K) - Method in interface org.wildfly.clustering.ee.Remover
Removes the specified entry from the cache.
Remover<K> - Interface in org.wildfly.clustering.ee
Removes an entry from the cache
reset() - Method in interface org.wildfly.clustering.ee.Recordable
Resets any previously recorded objects
resumeBatch(B) - Method in interface org.wildfly.clustering.ee.Batcher
Resumes a batch.

S

schedule(I, M) - Method in interface org.wildfly.clustering.ee.Scheduler
Schedules a task for the object with the specified identifier, using the specified metaData
Scheduler<I,M> - Interface in org.wildfly.clustering.ee
A task scheduler.
SimpleImmutability - Class in org.wildfly.clustering.ee.immutable
Immutability implementation based on a pre-defined set immutable classes.
SimpleImmutability(ClassLoader, Collection<String>) - Constructor for class org.wildfly.clustering.ee.immutable.SimpleImmutability
 
SimpleImmutability(Collection<Class<?>>) - Constructor for class org.wildfly.clustering.ee.immutable.SimpleImmutability
 
SimpleImmutability(Set<Class<?>>) - Constructor for class org.wildfly.clustering.ee.immutable.SimpleImmutability
 
suspendBatch() - Method in interface org.wildfly.clustering.ee.Batcher
Suspends a batch.

T

test(Object) - Method in class org.wildfly.clustering.ee.immutable.AnnotationImmutability
 
test(Object) - Method in class org.wildfly.clustering.ee.immutable.CollectionImmutability
 
test(Object) - Method in class org.wildfly.clustering.ee.immutable.CompositeImmutability
 
test(Object) - Method in enum org.wildfly.clustering.ee.immutable.DefaultImmutability
 
test(Object) - Method in class org.wildfly.clustering.ee.immutable.IdentityImmutability
 
test(Object) - Method in class org.wildfly.clustering.ee.immutable.InstanceOfImmutability
 
test(Object) - Method in class org.wildfly.clustering.ee.immutable.SimpleImmutability
 
toString() - Method in class org.wildfly.clustering.ee.CompositeIterable
 
tryValue(K) - Method in interface org.wildfly.clustering.ee.Locator
Returns the value for the specified key, if possible.

V

valueOf(String) - Static method in enum org.wildfly.clustering.ee.Batch.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.clustering.ee.immutable.DefaultImmutability
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wildfly.clustering.ee.Batch.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.clustering.ee.immutable.DefaultImmutability
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M N O P R S T V 
Skip navigation links
WildFly: EE clustering SPI 22.0.1.Final

Copyright © 2021 JBoss by Red Hat. All rights reserved.