Uses of Class
org.infinispan.container.entries.TransientCacheValue
-
Packages that use TransientCacheValue Package Description org.infinispan.container.entries Entries which are stored in data containers. -
-
Uses of TransientCacheValue in org.infinispan.container.entries
Methods in org.infinispan.container.entries that return TransientCacheValue Modifier and Type Method Description TransientCacheValue
TransientCacheValue. clone()
TransientCacheValue
TransientCacheValue.Externalizer. readObject(ObjectInput input)
Methods in org.infinispan.container.entries that return types with arguments of type TransientCacheValue Modifier and Type Method Description Set<Class<? extends TransientCacheValue>>
TransientCacheValue.Externalizer. getTypeClasses()
Methods in org.infinispan.container.entries with parameters of type TransientCacheValue Modifier and Type Method Description void
TransientCacheValue.Externalizer. writeObject(ObjectOutput output, TransientCacheValue tcv)
-