Package | Description |
---|---|
org.wildfly.swarm.config.infinispan | |
org.wildfly.swarm.config.infinispan.cache_container |
Modifier and Type | Method and Description |
---|---|
static Mode |
Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mode[] |
Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Mode |
DistributedCache.mode()
Sets the clustered cache mode, ASYNC for asynchronous operation, or SYNC
for synchronous operation.
|
Mode |
ReplicatedCache.mode()
Sets the clustered cache mode, ASYNC for asynchronous operation, or SYNC
for synchronous operation.
|
Mode |
InvalidationCache.mode()
Sets the clustered cache mode, ASYNC for asynchronous operation, or SYNC
for synchronous operation.
|
Modifier and Type | Method and Description |
---|---|
T |
DistributedCache.mode(Mode value)
Sets the clustered cache mode, ASYNC for asynchronous operation, or SYNC
for synchronous operation.
|
T |
ReplicatedCache.mode(Mode value)
Sets the clustered cache mode, ASYNC for asynchronous operation, or SYNC
for synchronous operation.
|
T |
InvalidationCache.mode(Mode value)
Sets the clustered cache mode, ASYNC for asynchronous operation, or SYNC
for synchronous operation.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.