Uses of Class
org.infinispan.globalstate.ScopedState
Packages that use ScopedState
Package
Description
Global configuration state.
-
Uses of ScopedState in org.infinispan.globalstate
Classes in org.infinispan.globalstate that implement interfaces with type arguments of type ScopedStateModifier and TypeClassDescriptionfinal class
WARNING: Generated code!class
A filter forScopedState
that allows listeners of the global state cache to choose events by scope.class
A filter forScopedState
that allows listeners of the global state cache to choose events by scope.Methods in org.infinispan.globalstate that return ScopedStateModifier and TypeMethodDescriptionScopedState$___Marshaller_d355af0802e3617326c06580e3a7cd7b5ecd72025b184ef9d1a0625c45b89dd2.read
(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.globalstate that return types with arguments of type ScopedStateModifier and TypeMethodDescriptionScopedState$___Marshaller_d355af0802e3617326c06580e3a7cd7b5ecd72025b184ef9d1a0625c45b89dd2.getJavaClass()
<V> Cache
<ScopedState, V> GlobalConfigurationManager.getStateCache()
Returns the global state cacheMethods in org.infinispan.globalstate with parameters of type ScopedStateModifier and TypeMethodDescriptionboolean
ScopeFilter.accept
(ScopedState key, Object oldValue, Metadata oldMetadata, Object newValue, Metadata newMetadata, EventType eventType) boolean
ScopeFilter.test
(ScopedState key) void
ScopedState$___Marshaller_d355af0802e3617326c06580e3a7cd7b5ecd72025b184ef9d1a0625c45b89dd2.write
(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, ScopedState $2) -
Uses of ScopedState in org.infinispan.globalstate.impl
Methods in org.infinispan.globalstate.impl that return types with arguments of type ScopedStateMethod parameters in org.infinispan.globalstate.impl with type arguments of type ScopedStateModifier and TypeMethodDescriptionGlobalConfigurationStateListener.handleCreate
(CacheEntryCreatedEvent<ScopedState, CacheState> event) GlobalConfigurationStateListener.handleRemove
(CacheEntryRemovedEvent<ScopedState, CacheState> event) GlobalConfigurationStateListener.handleUpdate
(CacheEntryModifiedEvent<ScopedState, CacheState> event)