| Package | Description |
|---|---|
| org.infinispan.atomic |
This package contains the
AtomicMap interfaces and API that Infinispan exposes as building
blocks in creating other public interfaces such as the Tree API. |
| org.infinispan.atomic.impl | |
| org.infinispan.container.entries |
Entries which are stored in data containers.
|
| org.infinispan.lucene.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CopyableDeltaAware
This interface extended the
DeltaAware. |
| Modifier and Type | Method and Description |
|---|---|
DeltaAware |
Delta.merge(DeltaAware d)
Merge the current Delta instance with a given
DeltaAware instance, and return a coherent and complete
DeltaAware instance. |
| Modifier and Type | Method and Description |
|---|---|
DeltaAware |
Delta.merge(DeltaAware d)
Merge the current Delta instance with a given
DeltaAware instance, and return a coherent and complete
DeltaAware instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
AtomicHashMap<K,V>
The default implementation of
AtomicMap. |
| Modifier and Type | Method and Description |
|---|---|
DeltaAware |
AtomicHashMapDelta.merge(DeltaAware d) |
| Modifier and Type | Method and Description |
|---|---|
DeltaAware |
AtomicHashMapDelta.merge(DeltaAware d) |
| Modifier and Type | Field and Description |
|---|---|
protected DeltaAware |
DeltaAwareCacheEntry.oldValue |
protected DeltaAware |
DeltaAwareCacheEntry.value |
| Modifier and Type | Field and Description |
|---|---|
protected CacheEntry<K,DeltaAware> |
DeltaAwareCacheEntry.wrappedEntry |
| Modifier and Type | Method and Description |
|---|---|
DeltaAware |
DeltaAwareCacheEntry.getValue() |
DeltaAware |
DeltaAwareCacheEntry.setValue(DeltaAware value) |
| Modifier and Type | Method and Description |
|---|---|
DeltaAware |
DeltaAwareCacheEntry.setValue(DeltaAware value) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeltaAwareCacheEntry.commit(DataContainer<K,DeltaAware> container,
Metadata metadata) |
| Constructor and Description |
|---|
DeltaAwareCacheEntry(K key,
DeltaAware value,
CacheEntry<K,DeltaAware> wrappedEntry) |
| Constructor and Description |
|---|
DeltaAwareCacheEntry(K key,
DeltaAware value,
CacheEntry<K,DeltaAware> wrappedEntry) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileListCacheValue
Maintains a Set of filenames contained in the index.
|
| Modifier and Type | Method and Description |
|---|---|
DeltaAware |
FileListCacheValueDelta.merge(DeltaAware deltaAware) |
| Modifier and Type | Method and Description |
|---|---|
DeltaAware |
FileListCacheValueDelta.merge(DeltaAware deltaAware) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.