Package | Description |
---|---|
org.wildfly.swarm.config.infinispan.cache_container |
Modifier and Type | Class and Description |
---|---|
class |
ObjectMemory<T extends ObjectMemory<T>>
On-heap object-based memory configuration.
|
interface |
ObjectMemoryConsumer<T extends ObjectMemory<T>> |
interface |
ObjectMemorySupplier<T extends ObjectMemory> |
Modifier and Type | Method and Description |
---|---|
ObjectMemory |
ObjectMemorySupplier.get()
Constructed instance of ObjectMemory resource
|
ObjectMemory |
DistributedCache.DistributedCacheResources.objectMemory()
On-heap object-based memory configuration.
|
ObjectMemory |
InvalidationCache.InvalidationCacheResources.objectMemory()
On-heap object-based memory configuration.
|
ObjectMemory |
ScatteredCache.ScatteredCacheResources.objectMemory()
On-heap object-based memory configuration.
|
ObjectMemory |
LocalCache.LocalCacheResources.objectMemory()
On-heap object-based memory configuration.
|
ObjectMemory |
ReplicatedCache.ReplicatedCacheResources.objectMemory()
On-heap object-based memory configuration.
|
Modifier and Type | Method and Description |
---|---|
T |
DistributedCache.objectMemory(ObjectMemory value)
On-heap object-based memory configuration.
|
T |
InvalidationCache.objectMemory(ObjectMemory value)
On-heap object-based memory configuration.
|
T |
ScatteredCache.objectMemory(ObjectMemory value)
On-heap object-based memory configuration.
|
T |
LocalCache.objectMemory(ObjectMemory value)
On-heap object-based memory configuration.
|
T |
ReplicatedCache.objectMemory(ObjectMemory value)
On-heap object-based memory configuration.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.