| Package | Description |
|---|---|
| org.infinispan.affinity |
This package contains the
KeyAffinityService interfaces which allow user code to determine mapping of keys onto nodes |
| org.infinispan.affinity.impl | |
| org.infinispan.cdi.event.cachemanager |
This package contains the adapters making the bridge between Infinispan cache manager events and CDI.
|
| org.infinispan.notifications.cachemanagerlistener.event.impl | |
| org.infinispan.xsite |
| Modifier and Type | Method and Description |
|---|---|
void |
ListenerRegistration.handleCacheStopped(CacheStoppedEvent cse) |
| Modifier and Type | Method and Description |
|---|---|
void |
KeyAffinityServiceImpl.handleCacheStopped(CacheStoppedEvent cse) |
| Modifier and Type | Field and Description |
|---|---|
static CacheStoppedEvent |
CacheStoppedAdapter.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheStoppedAdapter.fire(CacheStoppedEvent payload) |
| Constructor and Description |
|---|
CacheStoppedAdapter(javax.enterprise.event.Event<CacheStoppedEvent> event,
String cacheName) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventImpl
Implementation of cache manager events
|
| Modifier and Type | Method and Description |
|---|---|
void |
BackupReceiverRepositoryImpl.cacheStopped(CacheStoppedEvent cse) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.