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
Subclasses with type arguments of type Ownership in org.infinispan.distributionMethods 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)