Uses of Interface
com.gigaspaces.internal.client.spaceproxy.ISpaceProxy
Packages that use ISpaceProxy
Package
Description
Deprecated: use
org.openspaces.core instead.Provides classes to configure SpaceIterator.
Provides GigaSpaces client interface services
Provides GigaSpaces JDBC interfaces
Provides GigaSpaces logging services
Provides GigaSpaces MAP API
Internally Used.
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
-
Uses of ISpaceProxy in com.gigaspaces.client
Methods in com.gigaspaces.client that return ISpaceProxyModifier and TypeMethodDescriptionSpaceProxyFactory.createSpaceProxy(String url) SpaceProxyFactory.createSpaceProxy(String name, boolean isRemote) -
Uses of ISpaceProxy in com.gigaspaces.client.iterator
Constructors in com.gigaspaces.client.iterator with parameters of type ISpaceProxyModifierConstructorDescriptionCursorEntryPacketIterator(ISpaceProxy spaceProxy, Object query, SpaceIteratorConfiguration spaceIteratorConfiguration) SpaceEntryPacketIterator(ISpaceProxy spaceProxy, Object query, Transaction txn, int batchSize, int modifiers) SpaceIterator(ISpaceProxy spaceProxy, Object query, Transaction txn, SpaceIteratorConfiguration spaceIteratorConfiguration) -
Uses of ISpaceProxy in com.gigaspaces.client.iterator.cursor
Methods in com.gigaspaces.client.iterator.cursor that return ISpaceProxyConstructors in com.gigaspaces.client.iterator.cursor with parameters of type ISpaceProxyModifierConstructorDescriptionSpaceIteratorBatchResultProvider(ISpaceProxy spaceProxy, int batchSize, int readModifiers, ITemplatePacket queryPacket, UUID uuid, long maxInactiveDuration) SpaceIteratorBatchResultsManager(ISpaceProxy spaceProxy, int batchSize, int readModifiers, ITemplatePacket queryPacket, long maxInactiveDuration) -
Uses of ISpaceProxy in com.gigaspaces.client.iterator.internal.tiered_storage
Methods in com.gigaspaces.client.iterator.internal.tiered_storage with parameters of type ISpaceProxyModifier and TypeMethodDescriptionTieredSpaceIteratorResult.buildQueryPacket(ISpaceProxy spaceProxy, int batchSize, QueryResultTypeInternal resultType) -
Uses of ISpaceProxy in com.gigaspaces.dih.consumer
Constructors in com.gigaspaces.dih.consumer with parameters of type ISpaceProxyModifierConstructorDescriptionDefaultMessageCleanser(ISpaceProxy gigaSpace) GSMessageExecutorImpl(ISpaceProxy gigaSpace) -
Uses of ISpaceProxy in com.gigaspaces.internal.client.cache
Classes in com.gigaspaces.internal.client.cache that implement ISpaceProxyMethods in com.gigaspaces.internal.client.cache that return ISpaceProxyModifier and TypeMethodDescriptionstatic ISpaceProxySpaceCacheFactory.createSpaceCache(IDirectSpaceProxy remoteSpace, Properties customProperties, SpaceURL remoteSpaceUrl) NearCacheSpaceFinderListener.onFindSpace(ISpaceProxy spaceProxy, SpaceURL spaceURL, Properties customProperties) Methods in com.gigaspaces.internal.client.cache with parameters of type ISpaceProxyModifier and TypeMethodDescriptionNearCacheSpaceFinderListener.onFindSpace(ISpaceProxy spaceProxy, SpaceURL spaceURL, Properties customProperties) -
Uses of ISpaceProxy in com.gigaspaces.internal.client.cache.localcache
Classes in com.gigaspaces.internal.client.cache.localcache that implement ISpaceProxy -
Uses of ISpaceProxy in com.gigaspaces.internal.client.cache.localview
Classes in com.gigaspaces.internal.client.cache.localview that implement ISpaceProxy -
Uses of ISpaceProxy in com.gigaspaces.internal.client.spaceproxy
Subinterfaces of ISpaceProxy in com.gigaspaces.internal.client.spaceproxyModifier and TypeInterfaceDescriptioninterfaceA direct space proxy working on an actual space.Classes in com.gigaspaces.internal.client.spaceproxy that implement ISpaceProxyModifier and TypeClassDescriptionclassTitle: Description:classA common base class for most space proxies.classProvides the functionality of clustered proxy. -
Uses of ISpaceProxy in com.gigaspaces.internal.client.spaceproxy.actioninfo
Methods in com.gigaspaces.internal.client.spaceproxy.actioninfo with parameters of type ISpaceProxyModifier and TypeMethodDescriptionReadTakeMultipleProxyActionInfo.convertExceptionResults(ISpaceProxy spaceProxy, QueryMultiplePartialFailureException e, AbstractProjectionTemplate projectionTemplate) ReadTakeProxyActionInfo.convertQueryResult(ISpaceProxy spaceProxy, IEntryPacket result, AbstractProjectionTemplate projectionTemplate) Object[]ReadTakeMultipleProxyActionInfo.convertQueryResults(ISpaceProxy spaceProxy, IEntryPacket[] results, AbstractProjectionTemplate projectionTemplate) ReadTakeByIdsProxyActionInfo.convertResults(ISpaceProxy spaceProxy, ReadTakeByIdsException e, boolean returnPackets, AbstractProjectionTemplate projectionTemplate) Object[]ReadTakeByIdsProxyActionInfo.convertResults(ISpaceProxy spaceProxy, IEntryPacket[] results, boolean returnPackets, AbstractProjectionTemplate projectionTemplate) protected voidCommonProxyActionInfo.initOperationId(ISpaceProxy spaceProxy, ITransportPacket packet) protected voidQueryProxyActionInfo.setFifoIfNeeded(ISpaceProxy spaceProxy) protected IEntryPacketCommonProxyActionInfo.toEntryPacket(ISpaceProxy spaceProxy, Object entry, ObjectType objectType) protected voidCommonProxyActionInfo.validateReadModifiers(ISpaceProxy spaceProxy) Constructors in com.gigaspaces.internal.client.spaceproxy.actioninfo with parameters of type ISpaceProxyModifierConstructorDescriptionAggregateProxyActionInfo(ISpaceProxy spaceProxy, Object query, AggregationSet aggregationSet, Transaction txn, int modifiers) ChangeProxyActionInfo(ISpaceProxy spaceProxy, Object template, ChangeSet changeSet, Transaction txn, long timeout, ChangeModifiers modifiers) CountClearProxyActionInfo(ISpaceProxy spaceProxy, Object query, Transaction txn, int modifiers, boolean isTake) CountClearProxyActionInfo(ISpaceProxy spaceProxy, Object query, Transaction txn, int modifiers, boolean isTake, boolean isClear) NotifyProxyActionInfo(ISpaceProxy spaceProxy, Object query) protectedQueryProxyActionInfo(ISpaceProxy spaceProxy, Object query, Transaction txn, int modifiers, boolean requiresOperationId) protectedQueryProxyActionInfo(ISpaceProxy spaceProxy, Object query, Transaction txn, int modifiers, boolean requiresOperationId, boolean supportIdsQuery) protectedQueryProxyActionInfo(ISpaceProxy spaceProxy, Transaction txn, int modifiers) ReadTakeAsyncProxyActionInfo(ISpaceProxy spaceProxy, Object template, Transaction txn, long timeout, int modifiers, boolean isTake, AsyncFutureListener<?> listener) ReadTakeByIdsProxyActionInfo(ISpaceProxy spaceProxy, String className, Object[] ids, Object routing, Object[] routings, Transaction txn, boolean isTake, int modifiers, QueryResultTypeInternal queryResultType, String[] projections, AbstractProjectionTemplate projectionTemplate) ReadTakeMultipleProxyActionInfo(ISpaceProxy spaceProxy, Object template, Transaction txn, long timeout, int maxEntries, int minEntriesToWaitFor, int modifiers, boolean returnOnlyUids, boolean isTake, boolean ifExist) ReadTakeProxyActionInfo(ISpaceProxy spaceProxy, Object template, Transaction txn, long timeout, int modifiers, boolean ifExists, boolean isTake) ReadTakeProxyActionInfo(ISpaceProxy spaceProxy, String className, Object id, Object routing, int version, Transaction txn, long timeout, int modifiers, QueryResultTypeInternal resultType, boolean ifExists, boolean isTake, String[] projections, AbstractProjectionTemplate projectionTemplate) ReadTakeProxyActionInfo(ISpaceProxy spaceProxy, String uid, Transaction txn, int modifiers, QueryResultTypeInternal resultType, boolean returnPacket, boolean ifExists, boolean isTake) SnapshotProxyActionInfo(ISpaceProxy spaceProxy, Object entry) WriteMultipleProxyActionInfo(ISpaceProxy spaceProxy, Object[] entries, Transaction txn, long lease, long[] leases, long timeout, int modifiers) WriteProxyActionInfo(ISpaceProxy spaceProxy, Object entry, Transaction txn, long lease, long timeout, int modifiers) -
Uses of ISpaceProxy in com.gigaspaces.internal.client.spaceproxy.actions
Classes in com.gigaspaces.internal.client.spaceproxy.actions with type parameters of type ISpaceProxyModifier and TypeClassDescriptionclassAbstractSpaceProxyActionManager<TSpaceProxy extends ISpaceProxy>An action manager, holding all the action listeners used by different space proxies.classAdminProxyAction<TSpaceProxy extends ISpaceProxy>classAggregateProxyAction<TSpaceProxy extends ISpaceProxy>classChangeProxyAction<TSpaceProxy extends ISpaceProxy>Change operationclassCountClearProxyAction<TSpaceProxy extends ISpaceProxy>classReadTakeByIdsProxyAction<TSpaceProxy extends ISpaceProxy>classReadTakeEntriesUidsProxyAction<TSpaceProxy extends ISpaceProxy>classReadTakeMultipleProxyAction<TSpaceProxy extends ISpaceProxy>classReadTakeProxyAction<TSpaceProxy extends ISpaceProxy>classSnapshotProxyAction<TSpaceProxy extends ISpaceProxy>classWriteProxyAction<TSpaceProxy extends ISpaceProxy> -
Uses of ISpaceProxy in com.gigaspaces.internal.client.spaceproxy.executors
Classes in com.gigaspaces.internal.client.spaceproxy.executors with type parameters of type ISpaceProxyModifier and TypeClassDescriptionclassTypeDescriptorActionsProxyExecutor<TSpaceProxy extends ISpaceProxy> -
Uses of ISpaceProxy in com.gigaspaces.internal.cluster.node.impl.gateway.sink
Fields in com.gigaspaces.internal.cluster.node.impl.gateway.sink declared as ISpaceProxyModifier and TypeFieldDescriptionprotected final ISpaceProxyAbstractLocalClusterOperationData._spaceProxyprotected final ISpaceProxyAbstractLocalClusterReplicationInHandler._spaceProxyMethods in com.gigaspaces.internal.cluster.node.impl.gateway.sink that return ISpaceProxyConstructors in com.gigaspaces.internal.cluster.node.impl.gateway.sink with parameters of type ISpaceProxyModifierConstructorDescriptionAbstractLocalClusterOperationData(ISpaceProxy spaceProxy, ITypeDesc typeDescriptor) AbstractLocalClusterReplicationInHandler(ISpaceProxy spaceProxy, ITransactionManagerProvider transactionManagerProvider, LocalClusterReplicationSinkConfig config) AbstractLocalClusterWriteOperationData(ISpaceProxy spaceProxy, IEntryPacket entryPacket) LocalClusterChangeOperationData(ISpaceProxy spaceProxy, ITypeDesc typeDescriptor, String uid, Object id, int version, int previousVersion, int routingHash, long timeToLive, Collection<SpaceEntryMutator> mutators) LocalClusterPartialUpdateOperationData(ISpaceProxy spaceProxy, IEntryPacket entryPacket) LocalClusterRemoveByUIDOperationData(ISpaceProxy spaceProxy, String uid, ITypeDesc typeDescriptor) LocalClusterRemoveOperationData(ISpaceProxy spaceProxy, IEntryPacket entryPacket) LocalClusterReplicationFixFacade(ISpaceProxy localClusterProxy) LocalClusterReplicationInBatchConsumptionHandler(ISpaceProxy spaceProxy, ITransactionManagerProvider transactionManagerProvider, LocalClusterReplicationSinkConfig config) LocalClusterReplicationInEntryHandler(ISpaceProxy spaceProxy, ITransactionManagerProvider transactionManagerProvider, LocalClusterReplicationSinkConfig config) LocalClusterReplicationInTransactionHandler(ISpaceProxy spaceProxy, ITransactionManagerProvider transactionManagerProvider, LocalClusterReplicationSinkConfig config) LocalClusterReplicationMetadataEventHandler(ISpaceProxy spaceProxy, ITransactionManagerProvider txnManagerProvider, LocalClusterReplicationSinkConfig config) LocalCLusterReplicationReplicaConsumeFacade(ISpaceProxy localClusterProxy) LocalClusterUpdateOperationData(ISpaceProxy spaceProxy, IEntryPacket entryPacket) LocalClusterWriteOperationData(ISpaceProxy spaceProxy, IEntryPacket entryPacket) -
Uses of ISpaceProxy in com.gigaspaces.internal.cluster.node.impl.notification
Constructors in com.gigaspaces.internal.cluster.node.impl.notification with parameters of type ISpaceProxyModifierConstructorDescription -
Uses of ISpaceProxy in com.gigaspaces.internal.query.continous
Constructors in com.gigaspaces.internal.query.continous with parameters of type ISpaceProxyModifierConstructorDescriptionContinousQuery(ISpaceProxy spaceProxy, ITemplatePacket query, ContinousQueryListener listener, ContinousQueryConfig config, DataEventSession eventSession) -
Uses of ISpaceProxy in com.gigaspaces.serialization.pbs
Methods in com.gigaspaces.serialization.pbs with parameters of type ISpaceProxyModifier and TypeMethodDescriptionstatic ITemplatePacketPbsEntryFormatter.getCppTemplatePacketFromSqlQuery(SQLQuery<?> sqlQuery, ISpaceProxy spaceProxy) static ITemplatePacketPbsEntryFormatter.getTemplatePacketFromSqlQuery(SQLQuery<?> sqlQuery, ISpaceProxy spaceProxy, PbsProjectionTemplate projectionTemplate, QueryResultTypeInternal resultType) static ObjectPbsEntryFormatter.readFieldValue(PbsInputStream input, ISpaceProxy contextSpaceProxy) static ITemplatePacketPbsEntryFormatter.readPbsTemplate(PbsInputStream input, ISpaceProxy spaceProxy) static ITemplatePacketPbsEntryFormatter.readPbsTemplate(PbsInputStream input, ISpaceProxy spaceProxy, ITypeDesc typeDescriptor) static Object[]PbsEntryFormatter.readPrimitiveArray(PbsInputStream input, ISpaceProxy contextSpaceProxy) static ITemplatePacketPbsEntryFormatter.readSqlQuery(PbsInputStream input, ISpaceProxy spaceProxy, ITypeDesc typeDescriptor) -
Uses of ISpaceProxy in com.j_spaces.core.client
Fields in com.j_spaces.core.client declared as ISpaceProxyMethods in com.j_spaces.core.client that return ISpaceProxyModifier and TypeMethodDescriptionSpaceFinderListener.onFindSpace(ISpaceProxy spaceProxy, SpaceURL spaceURL, Properties customProperties) Methods in com.j_spaces.core.client with parameters of type ISpaceProxyModifier and TypeMethodDescriptionstatic Transaction.CreatedXATransactionFactory.create(ExtendedTransactionManager mgr, Xid xid, long leaseTime, boolean setAsDefault, ISpaceProxy proxy, XAResourceImpl resource, boolean delegatedXa) Creates new transaction for XA transactions.SpaceFinderListener.onFindSpace(ISpaceProxy spaceProxy, SpaceURL spaceURL, Properties customProperties) -
Uses of ISpaceProxy in com.j_spaces.core.client.sql
Methods in com.j_spaces.core.client.sql with parameters of type ISpaceProxyModifier and TypeMethodDescriptionSqlQueryParser.parseSqlQuery(SQLQuery sqlQuery, ISpaceProxy space) The main method to handle the query. -
Uses of ISpaceProxy in com.j_spaces.jdbc
Methods in com.j_spaces.jdbc with parameters of type ISpaceProxyModifier and TypeMethodDescriptionAlterTableQuery.executeOnSpace(ISpaceProxy space, Transaction txn) CommitQuery.executeOnSpace(ISpaceProxy space, Transaction txn) CreateTableQuery.executeOnSpace(ISpaceProxy space, Transaction txn) The main logic method, execute the query on the space by calling snapshotDeleteQuery.executeOnSpace(ISpaceProxy space, Transaction txn) DropTableQuery.executeOnSpace(ISpaceProxy space, Transaction txn) InsertQuery.executeOnSpace(ISpaceProxy space, Transaction txn) Join.executeOnSpace(ISpaceProxy space, Transaction txn) ProcedureQuery.executeOnSpace(ISpaceProxy space, Transaction txn) Query.executeOnSpace(ISpaceProxy space, Transaction txn) Will execute this query on the space and return a ResponsePacketSelectQuery.executeOnSpace(ISpaceProxy space, Transaction txn) Execute the queryUpdateQuery.executeOnSpace(ISpaceProxy space, Transaction txn) AbstractDMLQuery.executePreparedValuesBatch(ISpaceProxy space, Transaction transaction, GPreparedStatement.PreparedValuesCollection preparedValuesCollection) Executes a query with batched prepared values.InsertQuery.executePreparedValuesBatch(ISpaceProxy space, Transaction transaction, GPreparedStatement.PreparedValuesCollection preparedValuesCollection) SelectQuery.executePreparedValuesBatch(ISpaceProxy space, Transaction transaction, GPreparedStatement.PreparedValuesCollection preparedValuesCollection) UpdateQuery.executePreparedValuesBatch(ISpaceProxy space, Transaction transaction, GPreparedStatement.PreparedValuesCollection preparedValuesCollection) protected voidAbstractDMLQuery.executeSubQueries(ISpaceProxy space, Transaction txn) QueryHandler.handleStatement(RequestPacket request, ISpaceProxy space) The main method to handle the query.voidAbstractDMLQuery.prepare(ISpaceProxy space, Transaction txn) Set the prepared values on the expression treevoidAbstractDMLQuery.validateQuery(ISpaceProxy space) voidAlterTableQuery.validateQuery(ISpaceProxy space) voidCommitQuery.validateQuery(ISpaceProxy space) voidCreateTableQuery.validateQuery(ISpaceProxy space) voidDropTableQuery.validateQuery(ISpaceProxy space) voidInsertQuery.validateQuery(ISpaceProxy space) voidJoin.validateQuery(ISpaceProxy space) voidQuery.validateQuery(ISpaceProxy space) Each query should have its own specific validations.voidSelectQuery.validateQuery(ISpaceProxy space) This method pre-validates the query, in terms of selected tables and columns. -
Uses of ISpaceProxy in com.j_spaces.jdbc.builder
Methods in com.j_spaces.jdbc.builder with parameters of type ISpaceProxyModifier and TypeMethodDescriptionQueryTemplatePacket.read(ISpaceProxy space, SQLQuery filter, Transaction txn, long timeout, int modifiers, boolean ifExists, int maxResults, int minEntriesToWaitFor) QueryTemplatePacket.read(ISpaceProxy space, AbstractDMLQuery query, Transaction txn, int modifiers, int maxResults) QueryTemplatePacket.readMultiple(ISpaceProxy space, SQLQuery filter, Transaction txn, int maxResults, int modifiers) QueryTemplatePacket.readMultiple(ISpaceProxy space, Transaction txn, int maxResults, int modifiers) -
Uses of ISpaceProxy in com.j_spaces.jdbc.executor
Methods in com.j_spaces.jdbc.executor with parameters of type ISpaceProxyModifier and TypeMethodDescriptionintAbstractQueryExecutor.clear(QueryTemplatePacket template, ISpaceProxy space, Transaction txn, int modifiers) intIQueryExecutor.clear(QueryTemplatePacket template, ISpaceProxy space, Transaction txn, int modifier) Execute clearintAbstractQueryExecutor.count(QueryTemplatePacket template, ISpaceProxy space, Transaction txn, int readModifier) intIQueryExecutor.count(QueryTemplatePacket template, ISpaceProxy space, Transaction txn, int readModifier) voidAbstractQueryExecutor.execute(InnerQueryNode innerQueryNode, ISpaceProxy space, Transaction txn, int readModifier, int max) Executes an inner queryCollocatedJoinedQueryExecutor.execute(ISpaceProxy space, Transaction txn, int readModifier, int max) voidCollocatedJoinedQueryExecutor.execute(AndNode exp, ISpaceProxy space, Transaction txn, int readModifier, int max) voidCollocatedJoinedQueryExecutor.execute(ExpNode equalNode, ISpaceProxy space, Transaction txn, int readModifier, int max) voidCollocatedJoinedQueryExecutor.execute(InNode exp, ISpaceProxy space, Transaction txn, int readModifier, int max) voidCollocatedJoinedQueryExecutor.execute(NotInNode exp, ISpaceProxy space, Transaction txn, int readModifier, int max) voidCollocatedJoinedQueryExecutor.execute(OrNode exp, ISpaceProxy space, Transaction txn, int readModifier, int max) IQueryExecutor.execute(ISpaceProxy space, Transaction txn, int modifiers, int max) voidIQueryExecutor.execute(AndNode exp, ISpaceProxy space, Transaction txn, int readModifier, int max) Execute And expression - execute both children and union the resultsvoidIQueryExecutor.execute(ExpNode equalNode, ISpaceProxy space, Transaction txn, int readModifier, int max) voidIQueryExecutor.execute(InnerQueryNode innerQueryNode, ISpaceProxy space, Transaction txn, int readModifier, int max) Execute inner queryvoidIQueryExecutor.execute(InNode exp, ISpaceProxy space, Transaction txn, int readModifier, int max) Execute IN expression - can be a list of simple values or an inner select queryvoidIQueryExecutor.execute(NotInNode exp, ISpaceProxy space, Transaction txn, int readModifier, int max) execute NOT IN queryvoidIQueryExecutor.execute(OrNode exp, ISpaceProxy space, Transaction txn, int readModifier, int max) Execute Or expression - execute both children and union the resultsJoinedQueryExecutor.execute(ISpaceProxy space, Transaction txn, int readModifier, int max) voidJoinedQueryExecutor.execute(AndNode exp, ISpaceProxy space, Transaction txn, int readModifier, int max) voidJoinedQueryExecutor.execute(ExpNode exp, ISpaceProxy space, Transaction txn, int readModifier, int max) voidJoinedQueryExecutor.execute(InNode exp, ISpaceProxy space, Transaction txn, int readModifier, int max) voidJoinedQueryExecutor.execute(NotInNode exp, ISpaceProxy space, Transaction txn, int readModifier, int max) voidJoinedQueryExecutor.execute(OrNode exp, ISpaceProxy space, Transaction txn, int readModifier, int max) QueryExecutor.execute(ISpaceProxy space, Transaction txn, int readModifier, int max) voidQueryExecutor.execute(AndNode exp, ISpaceProxy space, Transaction txn, int readModifier, int max) voidQueryExecutor.execute(ExpNode expNode, ISpaceProxy space, Transaction txn, int readModifier, int max) voidQueryExecutor.execute(InNode exp, ISpaceProxy space, Transaction txn, int readModifier, int max) voidQueryExecutor.execute(NotInNode exp, ISpaceProxy space, Transaction txn, int readModifier, int max) voidQueryExecutor.execute(OrNode exp, ISpaceProxy space, Transaction txn, int readModifier, int max) AbstractQueryExecutor.executeTemplate(QueryTemplatePacket template, ISpaceProxy space, Transaction txn, int readModifier, int max) protected booleanJoinedQueryExecutor.matchesExpressionTree(ExpNode root, ISpaceProxy space, Transaction txn, int readModifier, int max) Traverse the binary expression tree non-recursively using a custom stack The tree has to be traversed in postorder - the parent is traversed after its children.AbstractQueryExecutor.readAll(ISpaceProxy space, Transaction txn) IQueryExecutor.readAll(ISpaceProxy space, Transaction txn) protected IQueryResultSet<IEntryPacket>AbstractQueryExecutor.traverseExpressionTree(ExpNode root, ISpaceProxy space, Transaction txn, int readModifier, int max) Traverse the binary expression tree non-recursively using a custom stack The tree has to be traversed in postorder - the parent is traversed after its children.Constructors in com.j_spaces.jdbc.executor with parameters of type ISpaceProxyModifierConstructorDescriptionExecutionTask(QueryTemplatePacket packet, ISpaceProxy space, Transaction transaction, int maxObjects, int readModifier) -
Uses of ISpaceProxy in com.j_spaces.jdbc.parser
Methods in com.j_spaces.jdbc.parser with parameters of type ISpaceProxyModifier and TypeMethodDescriptionvoidAndNode.accept(IQueryExecutor executor, ISpaceProxy space, Transaction txn, int readModifier, int max) voidExpNode.accept(IQueryExecutor executor, ISpaceProxy space, Transaction txn, int readModifier, int max) Accept the query executorvoidInnerQueryNode.accept(IQueryExecutor executor, ISpaceProxy space, Transaction txn, int readModifier, int max) voidInNode.accept(IQueryExecutor executor, ISpaceProxy space, Transaction txn, int readModifier, int max) voidNotInNode.accept(IQueryExecutor executor, ISpaceProxy space, Transaction txn, int readModifier, int max) voidOrNode.accept(IQueryExecutor executor, ISpaceProxy space, Transaction txn, int readModifier, int max) voidValueNode.accept(IQueryExecutor executor, ISpaceProxy space, Transaction txn, int readModifier, int max) -
Uses of ISpaceProxy in com.j_spaces.jdbc.query
Methods in com.j_spaces.jdbc.query with parameters of type ISpaceProxyModifier and TypeMethodDescriptionQueryTableData.executeSubQuery(ISpaceProxy space, Transaction txn) voidQueryTableData.init(ISpaceProxy space, Transaction txn, AbstractDMLQuery query) Fetch the entries from space that match this table condition -
Uses of ISpaceProxy in com.j_spaces.kernel.log
Methods in com.j_spaces.kernel.log with parameters of type ISpaceProxyModifier and TypeMethodDescriptionstatic SpaceConfigReaderJProperties.loadDCacheConfig(ISpaceProxy remoteSpace, Properties customProperties, String dcacheSuffix) -
Uses of ISpaceProxy in com.j_spaces.map
Fields in com.j_spaces.map declared as ISpaceProxy -
Uses of ISpaceProxy in org.openspaces.admin.internal.space
Methods in org.openspaces.admin.internal.space with parameters of type ISpaceProxyModifier and TypeMethodDescriptionprotected voidDefaultSpaceInstance.setIJSpace(ISpaceProxy spaceProxy) -
Uses of ISpaceProxy in org.openspaces.core
Constructors in org.openspaces.core with parameters of type ISpaceProxyModifierConstructorDescriptionDefaultGigaSpaceTypeManager(ISpaceProxy space, ExceptionTranslator exTranslator)