Uses of Class
org.infinispan.globalstate.impl.CacheState
-
Packages that use CacheState Package Description org.infinispan.globalstate.impl -
-
Uses of CacheState in org.infinispan.globalstate.impl
Methods in org.infinispan.globalstate.impl that return CacheState Modifier and Type Method Description CacheState
CacheState.Externalizer. readObject(ObjectInput input)
Methods in org.infinispan.globalstate.impl that return types with arguments of type CacheState Modifier and Type Method Description Set<Class<? extends CacheState>>
CacheState.Externalizer. getTypeClasses()
Methods in org.infinispan.globalstate.impl with parameters of type CacheState Modifier and Type Method Description void
CacheState.Externalizer. writeObject(ObjectOutput output, CacheState state)
Method parameters in org.infinispan.globalstate.impl with type arguments of type CacheState Modifier and Type Method Description void
GlobalConfigurationStateListener. createCache(CacheEntryCreatedEvent<ScopedState,CacheState> event)
void
GlobalConfigurationStateListener. removeCache(CacheEntryRemovedEvent<ScopedState,CacheState> event)
-