JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
WildFly: EE clustering SPI 12.0.0.Beta1
Prev
Next
Frames
No Frames
All Classes
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(Callable<R>)
- Method in interface org.wildfly.clustering.ee.
Invoker
Invokes the specified task
Invoker
- Interface in
org.wildfly.clustering.ee
Defines a strategy for invoking a given task.
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
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
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
Package
Class
Use
Tree
Deprecated
Index
Help
WildFly: EE clustering SPI 12.0.0.Beta1
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018
JBoss by Red Hat
. All rights reserved.