Uses of Interface
com.gigaspaces.internal.client.spaceproxy.IDirectSpaceProxy
Packages that use IDirectSpaceProxy
Package
Description
Provides GigaSpaces events related interfaces.
Provides Space properties and security context services
Provides GigaSpaces client interface services
Provides GigaSpaces JDBC interfaces
Provides implementations of the
TransactionManager service.
-
Uses of IDirectSpaceProxy in com.gigaspaces.events
Methods in com.gigaspaces.events that return IDirectSpaceProxyModifier and TypeMethodDescriptionprotected IDirectSpaceProxyAbstractDataEventSession.getNotificationsSpace() -
Uses of IDirectSpaceProxy in com.gigaspaces.internal.client.cache
Fields in com.gigaspaces.internal.client.cache declared as IDirectSpaceProxyModifier and TypeFieldDescriptionprotected IDirectSpaceProxyAbstractSpaceCache._localSpaceprotected final IDirectSpaceProxyAbstractSpaceCache._remoteSpaceMethods in com.gigaspaces.internal.client.cache that return IDirectSpaceProxyModifier and TypeMethodDescriptionAbstractSpaceCacheContainer.getDirectProxy()AbstractSpaceCache.getLocalProxy()AbstractSpaceCacheContainer.getLocalSpace()ISpaceCache.getLocalSpace()Returns a direct proxy to the local space.AbstractSpaceCache.getRemoteProxy()AbstractSpaceCacheContainer.getRemoteSpace()Methods in com.gigaspaces.internal.client.cache with parameters of type IDirectSpaceProxyModifier and TypeMethodDescriptionstatic LocalCacheContainerSpaceCacheFactory.createLocalCache(IDirectSpaceProxy remoteSpace, LocalCacheConfig config) static AbstractSpaceCacheContainerSpaceCacheFactory.createLocalView(IDirectSpaceProxy remoteSpace, LocalViewConfig config) static ISpaceProxySpaceCacheFactory.createSpaceCache(IDirectSpaceProxy remoteSpace, Properties customProperties, SpaceURL remoteSpaceUrl) voidSpaceCacheConfig.initRemoteSpaceUrl(IDirectSpaceProxy spaceProxy) Constructors in com.gigaspaces.internal.client.cache with parameters of type IDirectSpaceProxyModifierConstructorDescriptionprotectedAbstractSpaceCacheContainer(IDirectSpaceProxy remoteProxy, SpaceCacheConfig config) -
Uses of IDirectSpaceProxy in com.gigaspaces.internal.client.cache.localcache
Methods in com.gigaspaces.internal.client.cache.localcache that return IDirectSpaceProxyConstructors in com.gigaspaces.internal.client.cache.localcache with parameters of type IDirectSpaceProxyModifierConstructorDescriptionLocalCacheContainer(IDirectSpaceProxy remoteProxy, LocalCacheConfig cacheConfig) -
Uses of IDirectSpaceProxy in com.gigaspaces.internal.client.cache.localview
Methods in com.gigaspaces.internal.client.cache.localview that return IDirectSpaceProxyConstructors in com.gigaspaces.internal.client.cache.localview with parameters of type IDirectSpaceProxyModifierConstructorDescriptionLocalViewContainer(IDirectSpaceProxy remoteProxy, LocalViewConfig cacheConfig) -
Uses of IDirectSpaceProxy in com.gigaspaces.internal.client.spaceproxy
Classes in com.gigaspaces.internal.client.spaceproxy that implement IDirectSpaceProxyModifier and TypeClassDescriptionclassTitle: Description:classProvides the functionality of clustered proxy.Methods in com.gigaspaces.internal.client.spaceproxy that return IDirectSpaceProxyModifier and TypeMethodDescriptionSpaceProxyImpl.getDirectProxy()AbstractSpaceProxy.getLocalSpace()ISpaceProxy.getNotificationsDirectProxy()returns itself in case of a direct proxy or the real proxy in case of a local cache or a view.SpaceProxyImpl.getNotificationsDirectProxy()AbstractSpaceProxy.getRemoteSpace() -
Uses of IDirectSpaceProxy in com.gigaspaces.internal.client.spaceproxy.actioninfo
Methods in com.gigaspaces.internal.client.spaceproxy.actioninfo with parameters of type IDirectSpaceProxyModifier and TypeMethodDescriptionLeaseContext<?>WriteProxyActionInfo.convertWriteResult(IDirectSpaceProxy spaceProxy, LeaseContext<?> result) LeaseContext<?>[]WriteMultipleProxyActionInfo.convertWriteResults(IDirectSpaceProxy spaceProxy, LeaseContext<?>[] result) -
Uses of IDirectSpaceProxy in com.gigaspaces.internal.client.spaceproxy.metadata
Constructors in com.gigaspaces.internal.client.spaceproxy.metadata with parameters of type IDirectSpaceProxyModifierConstructorDescriptionClientTypeDescRepository(IDirectSpaceProxy spaceProxy) TypeDescFactory(IDirectSpaceProxy spaceProxy) -
Uses of IDirectSpaceProxy in com.gigaspaces.internal.events.durable
Fields in com.gigaspaces.internal.events.durable declared as IDirectSpaceProxyModifier and TypeFieldDescriptionprotected final IDirectSpaceProxyAbstractReplicationNotificationInEntryHandler._remoteSpaceConstructors in com.gigaspaces.internal.events.durable with parameters of type IDirectSpaceProxyModifierConstructorDescriptionprotectedAbstractReplicationNotificationInEntryHandler(NotifyInfo notifyInfo, IDirectSpaceProxy remoteSpace, long eventID, ITemplatePacket templatePacket) protectedReplicationNotificationBatchInEntryHandler(NotifyInfo notifyInfo, IDirectSpaceProxy remoteSpace, long eventID, ITemplatePacket templatePacket) ReplicationNotificationClientEndpoint(IDirectSpaceProxy remoteSpace, Object template, NotifyInfo info, EventSessionConfig sessionConfig, long lease) ReplicationNotificationInEntryHandler(NotifyInfo notifyInfo, IDirectSpaceProxy remoteSpace, long eventID, ITemplatePacket templatePacket, ReplicationNotificationClientEndpoint endpoint) -
Uses of IDirectSpaceProxy in com.gigaspaces.internal.lease
Fields in com.gigaspaces.internal.lease declared as IDirectSpaceProxyMethods in com.gigaspaces.internal.lease with parameters of type IDirectSpaceProxyModifier and TypeMethodDescriptionbooleanSpaceLease.canBatch(IDirectSpaceProxy spaceProxy) static Map<SpaceLease,Throwable> LeaseUtils.updateBatch(IDirectSpaceProxy spaceProxy, LeaseUpdateBatch batch) static voidLeaseUtils.updateBatchAsync(IDirectSpaceProxy spaceProxy, LeaseUpdateBatch batch, AsyncFutureListener<Map<SpaceLease, Throwable>> listener) Constructors in com.gigaspaces.internal.lease with parameters of type IDirectSpaceProxyModifierConstructorDescriptionSpaceEntryLease(IDirectSpaceProxy spaceProxy, String typeName, String uid, int version, Object routingValue, long expiration, T prevEntry) SpaceLease(IDirectSpaceProxy spaceProxy, String typeName, String uid, Object routingValue, long expiration) SpaceLeaseMap(IDirectSpaceProxy spaceProxy, boolean concurrent) SpaceNotifyLease(IDirectSpaceProxy spaceProxy, String typeName, String uid, Object routingValue, long expiration, ManagedRemoteEventListener listener, GSEventRegistration reg) -
Uses of IDirectSpaceProxy in com.gigaspaces.internal.query
Constructors in com.gigaspaces.internal.query with parameters of type IDirectSpaceProxyModifierConstructorDescriptionRawEntryConverter(IDirectSpaceProxy spaceProxy, ITemplatePacket queryPacket, boolean returnRawEntry) -
Uses of IDirectSpaceProxy in com.gigaspaces.internal.server.space
Methods in com.gigaspaces.internal.server.space that return IDirectSpaceProxyModifier and TypeMethodDescriptionSpaceImpl.getSingleProxy()Return the internal instance of embedded not-clustered space proxy. -
Uses of IDirectSpaceProxy in com.gigaspaces.internal.server.space.events
Constructors in com.gigaspaces.internal.server.space.events with parameters of type IDirectSpaceProxyModifierConstructorDescriptionSpaceDataEventManager(IDirectSpaceProxy spaceProxy, FilterManager filterManager, SpaceImpl spaceImpl, SpaceConfigReader configReader) -
Uses of IDirectSpaceProxy in com.gigaspaces.internal.server.space.executors
Methods in com.gigaspaces.internal.server.space.executors with parameters of type IDirectSpaceProxyModifier and TypeMethodDescriptionstatic Object[]GSMessageTaskExecutorUtils.getEntriesFromDeletedObjectsTable(IDirectSpaceProxy singleProxy, String deletedObjectsTableName, Map<String, SpaceDocument> spaceDocuments, Transaction transaction) -
Uses of IDirectSpaceProxy in com.gigaspaces.internal.service
Methods in com.gigaspaces.internal.service that return IDirectSpaceProxyModifier and TypeMethodDescriptionstatic IDirectSpaceProxyServiceItemUtils.getSpaceProxy(ServiceItem serviceItem) static IDirectSpaceProxyServiceItemUtils.getSpaceProxyIfRelevant(ServiceItem serviceItem) -
Uses of IDirectSpaceProxy in com.j_spaces.core
Methods in com.j_spaces.core that return IDirectSpaceProxyModifier and TypeMethodDescriptionIJSpace.getDirectProxy()returns itself in case of a direct proxy or the real proxy in case of a local cache or a view. -
Uses of IDirectSpaceProxy in com.j_spaces.core.client
Constructors in com.j_spaces.core.client with parameters of type IDirectSpaceProxy -
Uses of IDirectSpaceProxy in com.j_spaces.core.client.sql
Constructors in com.j_spaces.core.client.sql with parameters of type IDirectSpaceProxy -
Uses of IDirectSpaceProxy in com.j_spaces.jdbc
Methods in com.j_spaces.jdbc with parameters of type IDirectSpaceProxyModifier and TypeMethodDescriptionvoidAbstractDMLQuery.assignParameters(SQLQuery<?> sqlQuery, IDirectSpaceProxy proxy) -
Uses of IDirectSpaceProxy in com.sun.jini.mahalo
Methods in com.sun.jini.mahalo that return IDirectSpaceProxyConstructors in com.sun.jini.mahalo with parameters of type IDirectSpaceProxyConstructor parameters in com.sun.jini.mahalo with type arguments of type IDirectSpaceProxyModifierConstructorDescriptionPrepareJob(Transaction tr, TaskManager pool, WakeupManager wm, ClientLog log, com.sun.jini.mahalo.ParticipantHandle[] handles, Object xid, ConcurrentMap<String, IDirectSpaceProxy> proxiesMap) Constructs anPrepareJob -
Uses of IDirectSpaceProxy in org.openspaces.core.executor.mvcc.protocol
Methods in org.openspaces.core.executor.mvcc.protocol that return IDirectSpaceProxyMethods in org.openspaces.core.executor.mvcc.protocol with parameters of type IDirectSpaceProxyModifier and TypeMethodDescriptionprotected abstract AbstractMVCCProtocolTaskResultAbstractPrepareTwoPhaseTask.executePrepareTask(IDirectSpaceProxy proxy, Transaction transaction) protected abstract AbstractMVCCProtocolTaskResultAbstractOnePhaseTask.executeTask(IDirectSpaceProxy proxy, Transaction transaction)