Uses of Enum Class
com.gigaspaces.internal.server.space.MatchResult
Packages that use MatchResult
Package
Description
-
Uses of MatchResult in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that return MatchResultModifier and TypeMethodDescriptionstatic MatchResultReturns the enum constant of this class with the specified name.static MatchResult[]MatchResult.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MatchResult in com.gigaspaces.internal.server.storage
Methods in com.gigaspaces.internal.server.storage that return MatchResultModifier and TypeMethodDescriptionITemplateHolder.match(CacheManager cacheManager, IEntryHolder entry, int skipAlreadyMatchedFixedPropertyIndex, String skipAlreadyMatchedIndexPath, boolean safeEntry, Context context, RegexCache regexCache) ITemplateHolder.match(CacheManager cacheManager, IEntryHolder entry, int skipAlreadyMatchedFixedPropertyIndex, String skipAlreadyMatchedIndexPath, boolean safeEntry, Context context, RegexCache regexCache, int rightColumnPosition) TemplateHolder.match(CacheManager cacheManager, IEntryHolder entry, int skipAlreadyMatchedFixedPropertyIndex, String skipAlreadyMatchedIndexPath, boolean safeEntry, Context context, RegexCache regexCache) TemplateHolder.match(CacheManager cacheManager, IEntryHolder entry, int skipAlreadyMatchedFixedPropertyIndex, String skipAlreadyMatchedIndexPath, boolean safeEntry, Context context, RegexCache regexCache, int rightColumnPosition) -
Uses of MatchResult in com.j_spaces.core.cache.context
Methods in com.j_spaces.core.cache.context that return MatchResultMethods in com.j_spaces.core.cache.context with parameters of type MatchResultModifier and TypeMethodDescriptionvoidContext.setLastMatchResult(MatchResult res) voidContext.setRawmatchResult(ITransactionalEntryData entryData, MatchResult res, IEntryHolder entry, ITemplateHolder template)