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

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

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.
CollectionImmutability - Class in org.wildfly.clustering.ee
Tests the immutability of Collections wrappers.
CollectionImmutability(Predicate<Object>) - Constructor for class org.wildfly.clustering.ee.CollectionImmutability
 
createBatch() - Method in interface org.wildfly.clustering.ee.Batcher
Creates a batch.
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

discard() - Method in interface org.wildfly.clustering.ee.Batch
Discards this batch.

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.

I

Immutability - Enum in org.wildfly.clustering.ee
Determines whether a given object is immutable.
INSTANCE - Static variable in enum org.wildfly.clustering.ee.Immutability
 
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
invoke(ExceptionSupplier<R, E>) - Method in class org.wildfly.clustering.ee.retry.RetryingInvoker
 
invoke(ExceptionRunnable<E>) - Method in class org.wildfly.clustering.ee.retry.RetryingInvoker
 
Invoker - Interface in org.wildfly.clustering.ee
Defines a strategy for invoking a given action.

L

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

M

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.

O

org.wildfly.clustering.ee - package org.wildfly.clustering.ee
 
org.wildfly.clustering.ee.retry - package org.wildfly.clustering.ee.retry
 

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.
RetryingInvoker - Class in org.wildfly.clustering.ee.retry
A invocation strategy that invokes a given task, retrying a configurable number of times on failure using backoff sleep intervals.
RetryingInvoker(Duration...) - Constructor for class org.wildfly.clustering.ee.retry.RetryingInvoker
 
RetryingInvoker(List<Duration>) - Constructor for class org.wildfly.clustering.ee.retry.RetryingInvoker
 

S

suspendBatch() - Method in interface org.wildfly.clustering.ee.Batcher
Suspends a batch.

T

test(Object) - Method in class org.wildfly.clustering.ee.CollectionImmutability
 
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.Immutability
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.Immutability
Returns an array containing the constants of this enum type, in the order they are declared.
B C D F G I L M O P R S T V 
Skip navigation links
WildFly: EE clustering SPI 16.0.0.Final

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