Uses of Class
org.infinispan.distribution.Ownership
-
Packages that use Ownership Package Description org.infinispan.distribution Classes relating to the distributed cache mode.org.infinispan.interceptors.impl Basic interceptors -
-
Uses of Ownership in org.infinispan.distribution
Methods in org.infinispan.distribution that return Ownership Modifier and Type Method Description OwnershipDistributionInfo. readOwnership()static OwnershipOwnership. valueOf(String name)Returns the enum constant of this type with the specified name.static Ownership[]Ownership. values()Returns an array containing the constants of this enum type, in the order they are declared.OwnershipDistributionInfo. writeOwnership() -
Uses of Ownership in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl that return Ownership Modifier and Type Method Description protected OwnershipAbstractIracLocalSiteInterceptor. getOwnership(int segment)protected OwnershipAbstractIracLocalSiteInterceptor. getOwnership(Object key)
-