Uses of Class
com.j_spaces.core.EntryDeletedException
Packages that use EntryDeletedException
Package
Description
-
Uses of EntryDeletedException in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that return EntryDeletedExceptionModifier and TypeMethodDescriptionstatic EntryDeletedExceptionSpaceEngine.getEntryDeletedException()Methods in com.gigaspaces.internal.server.space that throw EntryDeletedExceptionModifier and TypeMethodDescriptionvoidSpaceEngine.performTemplateOnEntrySA(Context context, ITemplateHolder template, IEntryHolder entry, boolean makeWaitForInfo) try to process an entry , if the entry has a shadow try it too if the entry don't suitevoidTemplateScanner.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 EntryDeletedException in com.j_spaces.core.fifo
Methods in com.j_spaces.core.fifo that throw EntryDeletedExceptionModifier and TypeMethodDescriptionprotected voidFifoWorkerThread.handleNonNotifyRequest(FifoBackgroundRequest rd) protected abstract voidFifoWorkerThread.handleNotifyRequest(FifoBackgroundRequest rd) protected voidFifoWorkerThread.handleNotifyRequest(FifoBackgroundRequest rd, NotifyActionType notifyType) protected voidFifoWorkerThread.performGeneralEntryNonNotify(IEntryHolder eh, FifoBackgroundRequest rd) perform general non-notifyprotected voidFifoWorkerThread.performTemplateOnEntryNonNotify(IEntryHolder eh, ITemplateHolder template, FifoBackgroundRequest rd) protected voidFifoWorkerThread.processRejectedRequestsToPerform(FifoBackgroundRequest rd, List<FifoBackgroundRequest> rejectedRequestsToPerform) -
Uses of EntryDeletedException in com.j_spaces.core.server.processor
Methods in com.j_spaces.core.server.processor that throw EntryDeletedExceptionModifier and TypeMethodDescriptionvoidProcessor.entryArrivedSA(EntryArrivedPacket packet) Handles EntryArrived packets.voidProcessor.entryUnmatchedSA(EntryUnmatchedPacket packet) Handles overridden packets.voidProcessor.entryUpdatedSA(EntryUpdatedPacket packet)