Uses of Class
com.j_spaces.core.client.EntryArrivedRemoteEvent
Packages that use EntryArrivedRemoteEvent
Package
Description
Provides GigaSpaces client interface services
-
Uses of EntryArrivedRemoteEvent in com.gigaspaces.events.batching
Subclasses of EntryArrivedRemoteEvent in com.gigaspaces.events.batchingModifier and TypeClassDescriptionclassReceived onBatchRemoteEventListener.notifyBatch(BatchRemoteEvent)when a batch of events that matches the pending templates registration. -
Uses of EntryArrivedRemoteEvent in com.gigaspaces.internal.client.cache.localview.notification
Methods in com.gigaspaces.internal.client.cache.localview.notification with parameters of type EntryArrivedRemoteEventModifier and TypeMethodDescriptionvoidNotificationLocalViewListener.onEvent(EntryArrivedRemoteEvent event) -
Uses of EntryArrivedRemoteEvent in com.gigaspaces.internal.events.durable
Methods in com.gigaspaces.internal.events.durable that return EntryArrivedRemoteEventModifier and TypeMethodDescriptionprotected EntryArrivedRemoteEventAbstractReplicationNotificationInEntryHandler.createEntryArrivedRemoteEvent(IEntryPacket entryPacket, IEntryPacket oldEntryPacket, NotifyActionType notifyActionType) Methods in com.gigaspaces.internal.events.durable with parameters of type EntryArrivedRemoteEventModifier and TypeMethodDescriptionprotected abstract voidAbstractReplicationNotificationInEntryHandler.handleEntryImpl(EntryArrivedRemoteEvent entryArrived, IReplicationInContext context, boolean inTransaction) protected voidReplicationNotificationBatchInEntryHandler.handleEntryImpl(EntryArrivedRemoteEvent entryArrived, IReplicationInContext context, boolean inTransaction) protected voidReplicationNotificationInEntryHandler.handleEntryImpl(EntryArrivedRemoteEvent entryArrived, IReplicationInContext context, boolean inTransaction) -
Uses of EntryArrivedRemoteEvent in com.gigaspaces.internal.query.continous
Methods in com.gigaspaces.internal.query.continous with parameters of type EntryArrivedRemoteEventModifier and TypeMethodDescriptionvoidContinousQueryListener.onEvent(EntryArrivedRemoteEvent event) -
Uses of EntryArrivedRemoteEvent in com.j_spaces.core.client
Methods in com.j_spaces.core.client with parameters of type EntryArrivedRemoteEventModifier and TypeMethodDescriptionstatic voidRemoteEventAccessor.addAcceptableFilterID(EntryArrivedRemoteEvent theEvent, String filterID) assume that initAcceptableFilterList() was called before, filterID or TemplateIDstatic ListRemoteEventAccessor.getAcceptableDestList(EntryArrivedRemoteEvent theEvent) returns AcceptableFilterListstatic IEntryPacketRemoteEventAccessor.getEventContextPacket(EntryArrivedRemoteEvent theEvent) ReturnsRemoteEvententry context.static voidRemoteEventAccessor.initAcceptableFilterList(EntryArrivedRemoteEvent theEvent, int capacity) init the acceptableFilterList by desired capacitybooleanINotifyDelegatorFilter.process(EntryArrivedRemoteEvent theEvent) Notify the filter about an event.static voidRemoteEventAccessor.setRemoteEventSequence(EntryArrivedRemoteEvent theEvent, long sequenceNumber) Initialize RemoteEvent with desired sequence number.