@Documented @Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public @interface GridCacheName
GridComputeJob, Runnable,
Callable, or GridClosure. It should be used only in conjunction with
@GridCacheAffinityKeyMapped annotation, and should be attached to a method or field
that provides cache name for the computation. Only one annotation per class
is allowed. In the absence of this annotation, the default no-name cache
will be used for providing key-to-node affinity.
Refer to @GridCacheAffinityKeyMapped documentation for more information
and examples about this annotation.
GridCacheAffinityKeyMappedCopyright © 2014. All rights reserved.