Uses of Class
org.apache.ignite.internal.processors.platform.cache.affinity.PlatformAffinityFunction
-
Packages that use PlatformAffinityFunction Package Description org.apache.ignite.internal.processors.platform.utils org.apache.ignite.platform.dotnet Contains .Net platform-related classes. -
-
Uses of PlatformAffinityFunction in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils that return PlatformAffinityFunction Modifier and Type Method Description static PlatformAffinityFunctionPlatformConfigurationUtils. readAffinityFunction(BinaryRawReaderEx in)Reads the eviction policy. -
Uses of PlatformAffinityFunction in org.apache.ignite.platform.dotnet
Methods in org.apache.ignite.platform.dotnet that return PlatformAffinityFunction Modifier and Type Method Description PlatformAffinityFunctionPlatformDotNetAffinityFunction. getFunc()Gets the inner func.Methods in org.apache.ignite.platform.dotnet with parameters of type PlatformAffinityFunction Modifier and Type Method Description voidPlatformDotNetAffinityFunction. init(PlatformAffinityFunction func)Initializes this instance.
-