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