Uses of Enum Class
org.infinispan.distribution.Ownership
Packages that use Ownership
Package
Description
Classes relating to the distributed cache mode.
Basic interceptors
-
Uses of Ownership in org.infinispan.distribution
Methods in org.infinispan.distribution that return OwnershipModifier and TypeMethodDescriptionDistributionInfo.readOwnership()static OwnershipReturns the enum constant of this class with the specified name.static Ownership[]Ownership.values()Returns an array containing the constants of this enum class, in the order they are declared.DistributionInfo.writeOwnership() -
Uses of Ownership in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type OwnershipModifier and TypeMethodDescriptionvoidCacheMgmtInterceptor.addDataRead(boolean foundValue, long timeNanoSeconds, Ownership ownership) -
Uses of Ownership in org.infinispan.metrics.impl.helper
Methods in org.infinispan.metrics.impl.helper with parameters of type OwnershipModifier and TypeMethodDescriptionvoidvoidKeyMetrics.recordMiss(long nanos, Ownership ownership) voidKeyMetrics.recordRemoveHit(long nanos, Ownership ownership) voidKeyMetrics.recordRemoveMiss(long nanos, Ownership ownership) voidKeyMetrics.recordStore(long nanos, Ownership ownership)