Uses of Class
org.infinispan.functional.impl.StatsEnvelope
-
Packages that use StatsEnvelope Package Description org.infinispan.functional.impl -
-
Uses of StatsEnvelope in org.infinispan.functional.impl
Methods in org.infinispan.functional.impl that return StatsEnvelope Modifier and Type Method Description static <R> StatsEnvelopeStatsEnvelope. create(R ret, boolean isNull)static <T> StatsEnvelope<T>StatsEnvelope. create(T returnValue, CacheEntry<?,?> e, boolean exists, boolean isRead)StatsEnvelopeStatsEnvelope.Externalizer. readObject(ObjectInput input)Methods in org.infinispan.functional.impl that return types with arguments of type StatsEnvelope Modifier and Type Method Description Set<Class<? extends StatsEnvelope>>StatsEnvelope.Externalizer. getTypeClasses()Methods in org.infinispan.functional.impl with parameters of type StatsEnvelope Modifier and Type Method Description voidStatsEnvelope.Externalizer. writeObject(ObjectOutput output, StatsEnvelope object)
-