See: Description
| Interface | Description |
|---|---|
| CacheCommandIds |
Command id range assigned to Hibernate second level cache: 120 - 139
|
| Caches.CollectableCloseableIterable<T> |
This interface is provided for convenient fluent use of CloseableIterable
|
| Caches.MapCollectableCloseableIterable<K,V> | |
| InfinispanMessageLogger |
The jboss-logging
MessageLogger for the hibernate-infinispan module. |
| Class | Description |
|---|---|
| BeginInvalidationCommand | |
| CacheCommandExtensions |
Command extensions for second-level cache use case
|
| CacheCommandFactory |
Command factory
|
| CacheCommandInitializer |
Command initializer
|
| Caches |
Helper for dealing with Infinispan cache instances.
|
| EndInvalidationCommand |
Sent in commit phase (after DB commit) to remote nodes in order to stop invalidating
putFromLoads.
|
| EvictAllCommand |
Evict all command
|
| Externalizers | |
| Externalizers.UUIDExternalizer | |
| FutureUpdate |
Request to update the tombstone, coming from insert/update/remove operation.
|
| FutureUpdate.Externalizer | |
| InfinispanMessageLogger.Provider | |
| InvocationAfterCompletion | |
| LifecycleCallbacks | |
| SecondLevelCacheMetadataModuleFinder | |
| Tombstone |
This is used both as the storage in entry, and for efficiency also directly in the cache.put() commands.
|
| Tombstone.ExcludeTombstonesFilter | |
| Tombstone.ExcludeTombstonesFilterExternalizer | |
| Tombstone.Externalizer | |
| TombstoneUpdate<T> |
Request to update cache either as a result of putFromLoad (if
TombstoneUpdate.getValue() is non-null
or evict (if it is null). |
| TombstoneUpdate.Externalizer | |
| VersionedEntry | |
| VersionedEntry.ExcludeEmptyExtractValueExternalizer | |
| VersionedEntry.Externalizer |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.