Uses of Class
org.infinispan.globalstate.ScopedState
Package
Description
Global configuration state.
-
Uses of ScopedState in org.infinispan.globalstate
Modifier and TypeMethodDescriptionGlobalConfigurationManager.getStateCache()
Returns the global state cacheSet<Class<? extends ScopedState>>
ScopedState.Externalizer.getTypeClasses()
Modifier and TypeMethodDescriptionboolean
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) -
Uses of ScopedState in org.infinispan.globalstate.impl
Modifier and TypeMethodDescriptionGlobalConfigurationStateListener.handleCreate
(CacheEntryCreatedEvent<ScopedState, CacheState> event) GlobalConfigurationStateListener.handleRemove
(CacheEntryRemovedEvent<ScopedState, CacheState> event) GlobalConfigurationStateListener.handleUpdate
(CacheEntryModifiedEvent<ScopedState, CacheState> event)