Uses of Class
org.infinispan.globalstate.ScopedState
-
Packages that use ScopedState Package Description org.infinispan.globalstate Global configuration state.org.infinispan.globalstate.impl -
-
Uses of ScopedState in org.infinispan.globalstate
Methods in org.infinispan.globalstate that return ScopedState Modifier and Type Method Description ScopedStateScopedState.Externalizer. readObject(ObjectInput input)Methods in org.infinispan.globalstate that return types with arguments of type ScopedState Modifier and Type Method Description Set<Class<? extends ScopedState>>ScopedState.Externalizer. getTypeClasses()Methods in org.infinispan.globalstate with parameters of type ScopedState Modifier and Type Method Description booleanScopeFilter. accept(ScopedState key, Object oldValue, Metadata oldMetadata, Object newValue, Metadata newMetadata, EventType eventType)booleanScopeFilter. test(ScopedState key)voidScopedState.Externalizer. writeObject(ObjectOutput output, ScopedState object) -
Uses of ScopedState in org.infinispan.globalstate.impl
Methods in org.infinispan.globalstate.impl that return types with arguments of type ScopedState Modifier and Type Method Description Cache<ScopedState,Object>GlobalConfigurationManagerImpl. getStateCache()Method parameters in org.infinispan.globalstate.impl with type arguments of type ScopedState Modifier and Type Method Description CompletionStage<Void>GlobalConfigurationStateListener. createCache(CacheEntryCreatedEvent<ScopedState,Object> event)CompletionStage<Void>GlobalConfigurationStateListener. removeCache(CacheEntryRemovedEvent<ScopedState,CacheState> event)
-