Uses of Class
org.infinispan.globalstate.impl.CacheState
Packages that use CacheState
-
Uses of CacheState in org.infinispan.globalstate.impl
Methods in org.infinispan.globalstate.impl that return CacheStateMethods in org.infinispan.globalstate.impl that return types with arguments of type CacheStateModifier and TypeMethodDescriptionSet<Class<? extends CacheState>>
CacheState.Externalizer.getTypeClasses()
Methods in org.infinispan.globalstate.impl with parameters of type CacheStateModifier and TypeMethodDescriptionvoid
CacheState.Externalizer.writeObject
(ObjectOutput output, CacheState state) Method parameters in org.infinispan.globalstate.impl with type arguments of type CacheStateModifier and TypeMethodDescriptionGlobalConfigurationStateListener.handleCreate
(CacheEntryCreatedEvent<ScopedState, CacheState> event) GlobalConfigurationStateListener.handleRemove
(CacheEntryRemovedEvent<ScopedState, CacheState> event) GlobalConfigurationStateListener.handleUpdate
(CacheEntryModifiedEvent<ScopedState, CacheState> event)