| Package | Description |
|---|---|
| org.infinispan.globalstate |
Global configuration state.
|
| org.infinispan.globalstate.impl |
| Modifier and Type | Method and Description |
|---|---|
ScopedState |
ScopedState.Externalizer.readObject(ObjectInput input) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends ScopedState>> |
ScopedState.Externalizer.getTypeClasses() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ScopeFilter.accept(ScopedState key,
Object oldValue,
Metadata oldMetadata,
Object newValue,
Metadata newMetadata,
EventType eventType) |
boolean |
ScopeFilter.test(ScopedState key) |
void |
ScopedState.Externalizer.writeObject(ObjectOutput output,
ScopedState object) |
| Modifier and Type | Method and Description |
|---|---|
Cache<ScopedState,Object> |
GlobalConfigurationManagerImpl.getStateCache() |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Void> |
GlobalConfigurationStateListener.createCache(CacheEntryCreatedEvent<ScopedState,Object> event) |
CompletionStage<Void> |
GlobalConfigurationStateListener.removeCache(CacheEntryRemovedEvent<ScopedState,CacheState> event) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.