Uses of Enum Class
com.gigaspaces.internal.server.space.MatchTarget
Packages that use MatchTarget
-
Uses of MatchTarget in com.gigaspaces.internal.server.space
Subclasses with type arguments of type MatchTarget in com.gigaspaces.internal.server.spaceMethods in com.gigaspaces.internal.server.space that return MatchTargetModifier and TypeMethodDescriptionstatic MatchTargetReturns the enum constant of this class with the specified name.static MatchTarget[]MatchTarget.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MatchTarget in com.j_spaces.core.cache
Methods in com.j_spaces.core.cache with parameters of type MatchTargetModifier and TypeMethodDescriptionCacheManager.findTemplatesByIndex(Context context, IServerTypeDesc typeDesc, IEntryHolder entry, MatchTarget matchTarget) given a class name return the SL of matching templates.TypeData.getExtendedTemplates(MatchTarget matchTarget) TypeData.getTemplates(MatchTarget matchTarget) TypeData.getUidTemplates(MatchTarget matchTarget, String uid) Constructors in com.j_spaces.core.cache with parameters of type MatchTargetModifierConstructorDescriptionUnderXtnTemplatesIter(Context context, XtnEntry xtnEntry, MatchTarget matchTarget, CacheManager cacheManager)