Uses of Class
org.infinispan.hibernate.cache.commons.util.FutureUpdate
-
Packages that use FutureUpdate Package Description org.infinispan.hibernate.cache.commons.util Internal utilities for the Infinispan integration -
-
Uses of FutureUpdate in org.infinispan.hibernate.cache.commons.util
Methods in org.infinispan.hibernate.cache.commons.util that return FutureUpdate Modifier and Type Method Description FutureUpdate
FutureUpdate.Externalizer. readObject(ObjectInput input)
Methods in org.infinispan.hibernate.cache.commons.util that return types with arguments of type FutureUpdate Modifier and Type Method Description Set<Class<? extends FutureUpdate>>
FutureUpdate.Externalizer. getTypeClasses()
Methods in org.infinispan.hibernate.cache.commons.util with parameters of type FutureUpdate Modifier and Type Method Description void
FutureUpdate.Externalizer. writeObject(ObjectOutput output, FutureUpdate object)
-