Uses of Enum Class
com.loomcache.client.NearCacheLocalUpdatePolicy
Packages that use NearCacheLocalUpdatePolicy
-
Uses of NearCacheLocalUpdatePolicy in com.loomcache.client
Subclasses with type arguments of type NearCacheLocalUpdatePolicy in com.loomcache.clientModifier and TypeClassDescriptionenumControls how the near cache treats writes issued by the local client.Fields in com.loomcache.client declared as NearCacheLocalUpdatePolicyModifier and TypeFieldDescriptionstatic final NearCacheLocalUpdatePolicyClientConfig.DEFAULT_NEAR_CACHE_LOCAL_UPDATE_POLICYMethods in com.loomcache.client that return NearCacheLocalUpdatePolicyModifier and TypeMethodDescriptionClientConfig.nearCacheLocalUpdatePolicy()LoomClient.nearCacheLocalUpdatePolicy()static NearCacheLocalUpdatePolicyReturns the enum constant of this class with the specified name.static NearCacheLocalUpdatePolicy[]NearCacheLocalUpdatePolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.loomcache.client with parameters of type NearCacheLocalUpdatePolicyModifier and TypeMethodDescriptionClientConfig.Builder.nearCacheLocalUpdatePolicy(NearCacheLocalUpdatePolicy policy) LoomClient.Builder.nearCacheLocalUpdatePolicy(NearCacheLocalUpdatePolicy policy) Set how local writes update the near cache.voidLoomClient.setNearCacheLocalUpdatePolicy(NearCacheLocalUpdatePolicy policy)