- 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
-
- 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.