Uses of Enum Class
com.gigaspaces.internal.server.space.FifoSearch
Packages that use FifoSearch
-
Uses of FifoSearch in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that return FifoSearchModifier and TypeMethodDescriptionstatic FifoSearchReturns the enum constant of this class with the specified name.static FifoSearch[]FifoSearch.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.gigaspaces.internal.server.space with parameters of type FifoSearchModifier and TypeMethodDescriptionvoidTemplateScanner.scanNonNotifyTemplates(Context context, IEntryHolder entry, ServerTransaction txn, FifoSearch fifoSearch) Search for templates that match the specified entry and perform each such template.voidTemplateScanner.scanNonNotifyTemplates(Context context, IEntryHolder entry, ServerTransaction txn, FifoSearch fifoSearch, FifoGroupsSearch fifoGroupsSearch) Search for templates that match the specified entry and perform each such template.voidTemplateScanner.scanNotifyTemplates(NotifyContextsHolder notifyContextsHolder, Context context, ServerTransaction txn, FifoSearch fifoSearch) -
Uses of FifoSearch in com.gigaspaces.internal.server.storage
Methods in com.gigaspaces.internal.server.storage with parameters of type FifoSearchModifier and TypeMethodDescriptionbooleanITemplateHolder.quickReject(Context context, FifoSearch fifoSearch) booleanNotifyTemplateHolder.quickReject(Context context, FifoSearch fifoSearch, ServerTransaction txn, NotifyContextsHolder notifyContextsHolder) booleanTemplateHolder.quickReject(Context context, FifoSearch fifoSearch)