Uses of Interface
org.openspaces.core.GigaSpace
Packages that use GigaSpace
Package
Description
Internally Used.
Support for managing of Space(s) through the Admin API.
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
Allowing to inject configured GigaSpace instances within Spring application context using annotations.
This package is responsible for simplifying the creation of IJSpace implementation.
A package exposing Space mode (primary/backup) events through Spring application event
support.
A package including based classes and support classes for different OpenSpaces event containers.
A package including adapter implementation of SpaceDataEventListener allowing to use either
annotation or method listing to listen for events generated by different event containers.
A notify event container allowing to use GigaSpace support for notifications.
A polling event container generating events by performing polling receive operations.
An abstraction on top of the actual receive operation performed by the polling event container.
An abstraction on top of the trigger operation performed before the initiation of transactional receive
operation.
Implementations of Jdbc DataSource interface using GigaSpaces support for Jdbc based on an
actual IJSpace or GigaSpace implementation.
A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations.
-
Uses of GigaSpace in com.gigaspaces.dih.consumer.web
Fields in com.gigaspaces.dih.consumer.web declared as GigaSpaceMethods in com.gigaspaces.dih.consumer.web that return GigaSpaceModifier and TypeMethodDescriptionprotected abstract GigaSpaceShould resolve Space using ServletContext defined in the pu.xml, else it will resolve it manually from the spaceNameMethods in com.gigaspaces.dih.consumer.web with parameters of type GigaSpaceModifier and TypeMethodDescriptionvoidGSConsumerHandler.init(GigaSpace gigaSpace, String puName, ConsumerConfiguration consumerConfigFromZK) protected abstract voidPipelineConsumerServlet.registerTypes(GigaSpace gigaSpace) -
Uses of GigaSpace in com.gigaspaces.persistency.archive
Methods in com.gigaspaces.persistency.archive that return GigaSpaceMethods in com.gigaspaces.persistency.archive with parameters of type GigaSpaceModifier and TypeMethodDescriptionvoidMongoArchiveOperationHandler.setGigaSpace(GigaSpace gigaSpace) Constructors in com.gigaspaces.persistency.archive with parameters of type GigaSpaceModifierConstructorDescriptionMongoArchiveOperationHandler(GigaSpace gigaSpace, String db, com.mongodb.MongoClient client) -
Uses of GigaSpace in org.openspaces.admin.internal.pu.scale_horizontal
Methods in org.openspaces.admin.internal.pu.scale_horizontal that return GigaSpaceModifier and TypeMethodDescriptionprotected static GigaSpaceDynamicPartitionProxy.createProxy(ProcessingUnitInstance instance, String spaceName, QuiesceToken quiesceToken) DynamicPartitionProxy.getProxy(QuiesceToken quiesceToken) -
Uses of GigaSpace in org.openspaces.admin.internal.pu.scale_horizontal.steps
Methods in org.openspaces.admin.internal.pu.scale_horizontal.steps with parameters of type GigaSpaceModifier and TypeMethodDescriptiondefault booleanIStepOperation.checkIfStepIsCompleted(DefaultProcessingUnit pu, AttributeStore attributeStore, String stepName, GigaSpace gigaSpace, InternalAdminDriver driver) voidCopyChunksStep.executePerInstance(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, int partitionId) voidDeleteChunksStep.executePerInstance(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, int partitionId) voidDrainStep.executePerInstance(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, int partitionId) default voidIStepOperation.executePerInstance(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, int partitionId) voidCopyChunksStep.executeStepOperation(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, InternalAdminDriver driver, long timeout) voidCreateNewTopologyStep.executeStepOperation(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, InternalAdminDriver driver, long timeout) voidDeleteChunksStep.executeStepOperation(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, InternalAdminDriver driver, long timeout) voidDrainStep.executeStepOperation(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, InternalAdminDriver driver, long timeout) voidInformTopologyChangeStep.executeStepOperation(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, InternalAdminDriver driver, long timeout) voidIStepOperation.executeStepOperation(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, InternalAdminDriver driver, long timeout) voidKillInstancesStep.executeStepOperation(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, InternalAdminDriver driver, long timeout) voidQuiesceStep.executeStepOperation(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, InternalAdminDriver driver, long timeout) voidRevertPuMetaDataStep.executeStepOperation(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, InternalAdminDriver driver, long timeout) voidRevertTopologyStep.executeStepOperation(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, InternalAdminDriver driver, long timeout) voidSetNewTopologyStep.executeStepOperation(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, InternalAdminDriver driver, long timeout) voidTriggerInstancesInitiationStep.executeStepOperation(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, InternalAdminDriver driver, long timeout) voidUnquiesceOnRollbackStep.executeStepOperation(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, InternalAdminDriver driver, long timeout) voidUnquiesceStep.executeStepOperation(DefaultProcessingUnit pu, AttributeStore attributeStore, GigaSpace gigaSpace, InternalAdminDriver driver, long timeout) default voidIStepOperation.executeTaskRequest(GigaSpace gigaSpace, AttributeStore attributeStore, SystemTask<SpaceResponseInfo> task, Step step, String puName, int partitionId) -
Uses of GigaSpace in org.openspaces.admin.internal.space
Methods in org.openspaces.admin.internal.space that return GigaSpaceModifier and TypeMethodDescriptionDefaultSpace.getGigaSpace()DefaultSpaceInstance.getGigaSpace() -
Uses of GigaSpace in org.openspaces.admin.space
Methods in org.openspaces.admin.space that return GigaSpaceModifier and TypeMethodDescriptionSpace.getGigaSpace()Returns the clustered view of the space to operate on.SpaceInstance.getGigaSpace()Returns the direct proxy to the actual space instance. -
Uses of GigaSpace in org.openspaces.archive
Methods in org.openspaces.archive with parameters of type GigaSpaceModifier and TypeMethodDescriptionvoidArchivePollingContainer.onEvent(Object data, GigaSpace gigaSpace, org.springframework.transaction.TransactionStatus txStatus, Object source) voidDefaultArchivePollingContainerExceptionHandler.onException(ListenerExecutionFailedException exception, Object data, GigaSpace gigaSpace, org.springframework.transaction.TransactionStatus txStatus, Object source) This is the default handler if#setExceptionHandler(EventExceptionHandler)was not called.voidDefaultArchivePollingContainerExceptionHandler.onSuccess(Object data, GigaSpace gigaSpace, org.springframework.transaction.TransactionStatus txStatus, Object source) This is the default handler if#setExceptionHandler(EventExceptionHandler)was not called.Constructors in org.openspaces.archive with parameters of type GigaSpace -
Uses of GigaSpace in org.openspaces.core
Classes in org.openspaces.core that implement GigaSpaceMethods in org.openspaces.core that return GigaSpaceModifier and TypeMethodDescriptionGigaSpaceConfigurer.create()Creates a newGigaSpaceinstance if non already created.DefaultGigaSpace.getClustered()GigaSpace.getClustered()Returns a clustered view of thisGigaSpaceinstance.protected GigaSpaceGigaSpaceConfigurer.getGigaSpaceIfInitialized()GigaSpaceConfigurer.gigaSpace()Creates a newGigaSpaceinstance if non already created.Methods in org.openspaces.core that return types with arguments of type GigaSpace -
Uses of GigaSpace in org.openspaces.core.context
Methods in org.openspaces.core.context that return GigaSpaceModifier and TypeMethodDescriptionprotected GigaSpaceGigaSpaceContextBeanPostProcessor.findGigaSpaceByName(String gsName) protected GigaSpaceGigaSpaceLateContextBeanFactoryPostProcessor.findGigaSpaceByName(String gsName) -
Uses of GigaSpace in org.openspaces.core.executor
Methods in org.openspaces.core.executor with parameters of type GigaSpaceModifier and TypeMethodDescriptionstatic TaskExecutorServiceTaskExecutors.newExecutorService(GigaSpace gigaSpace) Constructs a newDefaultTaskExecutorServicewhich is an executor service that can execute tasks on top of the Space.voidTaskGigaSpaceAware.setGigaSpace(GigaSpace gigaSpace) Injects the space the task is executed on. -
Uses of GigaSpace in org.openspaces.core.executor.juc
Constructors in org.openspaces.core.executor.juc with parameters of type GigaSpace -
Uses of GigaSpace in org.openspaces.core.internal
Subinterfaces of GigaSpace in org.openspaces.core.internal -
Uses of GigaSpace in org.openspaces.core.space
Methods in org.openspaces.core.space with parameters of type GigaSpace -
Uses of GigaSpace in org.openspaces.core.space.mode
Methods in org.openspaces.core.space.mode with parameters of type GigaSpaceModifier and TypeMethodDescriptionvoidSpaceModeContextLoader.setGigaSpace(GigaSpace gigaSpace) Allows to set the GigaSpace instance that will control (based on its Space mode - PRIMARY or BACKUP) if the context will be loaded or not. -
Uses of GigaSpace in org.openspaces.core.space.support
Methods in org.openspaces.core.space.support with parameters of type GigaSpaceModifier and TypeMethodDescriptionvoidGenerate the Java files of all the classes extending this className;voidWorkerAdapter.setGigaSpace(GigaSpace gigaSpace) -
Uses of GigaSpace in org.openspaces.core.transaction.internal
Methods in org.openspaces.core.transaction.internal with parameters of type GigaSpaceModifier and TypeMethodDescriptionstatic <T> AsyncFutureListener<T>InternalAsyncFutureListener.wrapIfNeeded(AsyncFutureListener<T> listener, GigaSpace gigaSpace) Constructors in org.openspaces.core.transaction.internal with parameters of type GigaSpaceModifierConstructorDescriptionInternalAsyncFuture(AsyncFuture<T> future, GigaSpace gigaSpace) InternalAsyncFuture(AsyncFuture<T> future, GigaSpace gigaSpace, Transaction tx) InternalAsyncFutureListener(GigaSpace gigaSpace, AsyncFutureListener<T> listener) InternalAsyncFutureListener(GigaSpace gigaSpace, AsyncFutureListener<T> listener, org.springframework.transaction.TransactionStatus txStatus, org.springframework.transaction.PlatformTransactionManager transactionManager, JiniTransactionHolder holder) -
Uses of GigaSpace in org.openspaces.events
Methods in org.openspaces.events that return GigaSpaceModifier and TypeMethodDescriptionfinal GigaSpaceAbstractEventListenerContainer.getGigaSpace()Returns the GigaSpace instance to be used for Space operations.Methods in org.openspaces.events with parameters of type GigaSpaceModifier and TypeMethodDescriptionvoidSpaceDataEventListener.onEvent(T data, GigaSpace gigaSpace, org.springframework.transaction.TransactionStatus txStatus, Object source) An event callback with the actual data object of the event.voidEventExceptionHandler.onException(ListenerExecutionFailedException exception, T data, GigaSpace gigaSpace, org.springframework.transaction.TransactionStatus txStatus, Object source) A callback to handle exception in an event container.voidEventExceptionHandler.onSuccess(T data, GigaSpace gigaSpace, org.springframework.transaction.TransactionStatus txStatus, Object source) A callback when a successful execution of a listener.voidAbstractEventListenerContainer.setGigaSpace(GigaSpace gigaSpace) Sets the GigaSpace instance to be used for space event listening operations. -
Uses of GigaSpace in org.openspaces.events.adapter
Methods in org.openspaces.events.adapter with parameters of type GigaSpaceModifier and TypeMethodDescriptionprotected voidAbstractResultEventListenerAdapter.handleResult(Object result, GigaSpace gigaSpace) Writes the result back to the space (if notnull) under the configured write lease.voidAbstractResultEventListenerAdapter.onEvent(Object data, GigaSpace gigaSpace, org.springframework.transaction.TransactionStatus txStatus, Object source) Implements theSpaceDataEventListenerby delegating toAbstractResultEventListenerAdapter.onEventWithResult(Object, org.openspaces.core.GigaSpace, org.springframework.transaction.TransactionStatus, Object)and writing the result back to the space (if it is notnull) usingAbstractResultEventListenerAdapter.handleResult(Object, org.openspaces.core.GigaSpace).voidTaskExecutorEventListenerAdapter.onEvent(Object data, GigaSpace gigaSpace, org.springframework.transaction.TransactionStatus txStatus, Object source) Listens for events and and delegates them to theTaskExecutorEventListenerAdapter.setDelegate(org.openspaces.events.SpaceDataEventListener)to be executed using the providedTaskExecutorEventListenerAdapter.setTaskExecutor(org.springframework.core.task.TaskExecutor).protected ObjectAbstractReflectionEventListenerAdapter.onEventWithResult(Object data, GigaSpace gigaSpace, org.springframework.transaction.TransactionStatus txStatus, Object source) Delegates the event listener invocation to the appropriate method of the configuredAbstractReflectionEventListenerAdapter.setDelegate(Object).protected abstract ObjectAbstractResultEventListenerAdapter.onEventWithResult(Object data, GigaSpace gigaSpace, org.springframework.transaction.TransactionStatus txStatus, Object source) An event listener callback allowing to return a result that will be written back to the space. -
Uses of GigaSpace in org.openspaces.events.asyncpolling
Constructors in org.openspaces.events.asyncpolling with parameters of type GigaSpace -
Uses of GigaSpace in org.openspaces.events.asyncpolling.receive
Methods in org.openspaces.events.asyncpolling.receive with parameters of type GigaSpaceModifier and TypeMethodDescriptionAsyncOperationHandler.asyncReceive(Object template, GigaSpace gigaSpace, long receiveTimeout, AsyncFutureListener listener) Perform the async receive operation.ExclusiveReadAsyncOperationHandler.asyncReceive(Object template, GigaSpace gigaSpace, long receiveTimeout, AsyncFutureListener listener) Performs a single take usignasyncRead(Object)under exclusive read lock.SingleReadAsyncOperationHandler.asyncReceive(Object template, GigaSpace gigaSpace, long receiveTimeout, AsyncFutureListener listener) Performs a single take usignasyncRead(Object).SingleTakeAsyncOperationHandler.asyncReceive(Object template, GigaSpace gigaSpace, long receiveTimeout, AsyncFutureListener listener) Performs a single take usignasyncTake(Object). -
Uses of GigaSpace in org.openspaces.events.notify
Constructors in org.openspaces.events.notify with parameters of type GigaSpace -
Uses of GigaSpace in org.openspaces.events.polling
Constructors in org.openspaces.events.polling with parameters of type GigaSpace -
Uses of GigaSpace in org.openspaces.events.polling.receive
Methods in org.openspaces.events.polling.receive with parameters of type GigaSpaceModifier and TypeMethodDescriptionprotected abstract ObjectAbstractNonBlockingReceiveOperationHandler.doReceiveBlocking(Object template, GigaSpace gigaSpace, long receiveTimeout) Performs a receive operations in a blocking manner.protected ObjectExclusiveReadReceiveOperationHandler.doReceiveBlocking(Object template, GigaSpace gigaSpace, long receiveTimeout) Performs single read operation usingread(Object, long, ReadModifiers)under an exclusive read lock.protected ObjectMultiExclusiveReadReceiveOperationHandler.doReceiveBlocking(Object template, GigaSpace gigaSpace, long receiveTimeout) First tries and perform areadMultiple(Object, int, ReadModifiers)using the provided template, configured maxEntries (defaults to50) and the configured fifoGroups (default tofalse).protected ObjectMultiReadReceiveOperationHandler.doReceiveBlocking(Object template, GigaSpace gigaSpace, long receiveTimeout) First tries and perform areadMultiple(Object, int)using the provided template and configured maxEntries (defaults to50).protected ObjectMultiTakeReceiveOperationHandler.doReceiveBlocking(Object template, GigaSpace gigaSpace, long receiveTimeout) First tries and perform atakeMultiple(Object, int, TakeModifiers)using the provided template, the configured maxEntries (defaults to50) and the configured fifoGroups (default tofalse).protected ObjectSingleReadReceiveOperationHandler.doReceiveBlocking(Object template, GigaSpace gigaSpace, long receiveTimeout) Performs single read operation usingread(Object, long)with the given timeout.protected ObjectSingleTakeReceiveOperationHandler.doReceiveBlocking(Object template, GigaSpace gigaSpace, long receiveTimeout) Performs a single take operation usingtake(Object, long, TakeModifiers)with the given timeout.protected abstract ObjectAbstractNonBlockingReceiveOperationHandler.doReceiveNonBlocking(Object template, GigaSpace gigaSpace) Performs a receive operations in a non blocking manner.protected ObjectExclusiveReadReceiveOperationHandler.doReceiveNonBlocking(Object template, GigaSpace gigaSpace) Performs single read operation usingread(Object, long, ReadModifiers)under an exclusive read lock with no timeout.protected ObjectMultiExclusiveReadReceiveOperationHandler.doReceiveNonBlocking(Object template, GigaSpace gigaSpace) Perform areadMultiple(Object, int, ReadModifiers)using the provided template, configured maxEntries (defaults to50) and the configured fifoGroups (default tofalse).protected ObjectMultiReadReceiveOperationHandler.doReceiveNonBlocking(Object template, GigaSpace gigaSpace) Perform areadMultiple(Object, int)using the provided template and configured maxEntries (defaults to50).protected ObjectMultiTakeReceiveOperationHandler.doReceiveNonBlocking(Object template, GigaSpace gigaSpace) Performs a non blockingtakeMultiple(Object, int, TakeModifiers)using the provided template, the configured maxEntries (defaults to50) and the configured fifoGroups (default tofalse).protected ObjectSingleReadReceiveOperationHandler.doReceiveNonBlocking(Object template, GigaSpace gigaSpace) Performs single read operation usingread(Object, long)with no timeout.protected ObjectSingleTakeReceiveOperationHandler.doReceiveNonBlocking(Object template, GigaSpace gigaSpace) Performs a single take operation usingtake(Object, long, TakeModifiers)with no timeout.AbstractNonBlockingReceiveOperationHandler.receive(Object template, GigaSpace gigaSpace, long receiveTimeout) Performs the receive operation.Performs the actual receive operation. -
Uses of GigaSpace in org.openspaces.events.polling.trigger
Methods in org.openspaces.events.polling.trigger with parameters of type GigaSpaceModifier and TypeMethodDescriptionReadTriggerOperationHandler.triggerReceive(Object template, GigaSpace gigaSpace, long receiveTimeout) Usesread(Object, long)and returns its result.TriggerOperationHandler.triggerReceive(Object template, GigaSpace gigaSpace, long receiveTimeout) Allows to perform a trigger receive operation which control if the active receive operation will be performed in a polling event container. -
Uses of GigaSpace in org.openspaces.events.support
Methods in org.openspaces.events.support that return GigaSpaceModifier and TypeMethodDescriptionstatic GigaSpaceAnnotationProcessorUtils.findGigaSpace(Object bean, String gigaSpaceName, org.springframework.context.ApplicationContext applicationContext, String beanName) -
Uses of GigaSpace in org.openspaces.extensions
Methods in org.openspaces.extensions with parameters of type GigaSpaceModifier and TypeMethodDescriptionstatic <T,D extends Number>
DAtomically adds the given value to the current value of an entry's property.static <T,D extends Number>
DChangeExtension.addAndGet(GigaSpace gigaSpace, IdQuery<T> idQuery, String path, D delta, long timeout, TimeUnit timeUnit) Atomically adds the given value to the current value of an entry's property.static <T,D extends Number>
DChangeExtension.addAndGet(GigaSpace gigaSpace, IdQuery<T> idQuery, String path, D delta, ChangeModifiers modifiers, long timeout, TimeUnit timeUnit) Atomically adds the given value to the current value of an entry's property.static <T> CompletableFuture<ChangeResult<T>>AsyncExtension.asyncChange(GigaSpace gigaSpace, ISpaceQuery<T> query, ChangeSet changeSet) static <T> CompletableFuture<ChangeResult<T>>AsyncExtension.asyncChange(GigaSpace gigaSpace, ISpaceQuery<T> query, ChangeSet changeSet, long timeout, TimeUnit timeUnit) static <T> CompletableFuture<ChangeResult<T>>AsyncExtension.asyncChange(GigaSpace gigaSpace, ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers) static <T> CompletableFuture<ChangeResult<T>>AsyncExtension.asyncChange(GigaSpace gigaSpace, ISpaceQuery<T> query, ChangeSet changeSet, ChangeModifiers modifiers, long timeout, TimeUnit timeUnit) static <T> CompletableFuture<ChangeResult<T>>AsyncExtension.asyncChange(GigaSpace gigaSpace, T template, ChangeSet changeSet) static <T> CompletableFuture<ChangeResult<T>>AsyncExtension.asyncChange(GigaSpace gigaSpace, T template, ChangeSet changeSet, long timeout, TimeUnit timeUnit) static <T> CompletableFuture<ChangeResult<T>>AsyncExtension.asyncChange(GigaSpace gigaSpace, T template, ChangeSet changeSet, ChangeModifiers modifiers) static <T> CompletableFuture<ChangeResult<T>>AsyncExtension.asyncChange(GigaSpace gigaSpace, T template, ChangeSet changeSet, ChangeModifiers modifiers, long timeout, TimeUnit timeUnit) static <T> CompletableFuture<T>AsyncExtension.asyncRead(GigaSpace gigaSpace, ISpaceQuery<T> template) static <T> CompletableFuture<T>AsyncExtension.asyncRead(GigaSpace gigaSpace, ISpaceQuery<T> template, long timeout, TimeUnit timeUnit) static <T> CompletableFuture<T>AsyncExtension.asyncRead(GigaSpace gigaSpace, ISpaceQuery<T> template, long timeout, TimeUnit timeUnit, ReadModifiers modifiers) static <T> CompletableFuture<T>static <T> CompletableFuture<T>static <T> CompletableFuture<T>AsyncExtension.asyncRead(GigaSpace gigaSpace, T template, long timeout, TimeUnit timeUnit, ReadModifiers modifiers) static <T> CompletableFuture<T>AsyncExtension.asyncTake(GigaSpace gigaSpace, ISpaceQuery<T> template) static <T> CompletableFuture<T>AsyncExtension.asyncTake(GigaSpace gigaSpace, ISpaceQuery<T> template, long timeout, TimeUnit timeUnit) static <T> CompletableFuture<T>AsyncExtension.asyncTake(GigaSpace gigaSpace, ISpaceQuery<T> template, long timeout, TimeUnit timeUnit, TakeModifiers modifiers) static <T> CompletableFuture<T>static <T> CompletableFuture<T>static <T> CompletableFuture<T>AsyncExtension.asyncTake(GigaSpace gigaSpace, T template, long timeout, TimeUnit timeUnit, TakeModifiers modifiers) static <T extends Number>
TQueryExtension.average(GigaSpace gigaSpace, ISpaceQuery query, String path) static longQueryExtension.count(GigaSpace gigaSpace, ISpaceQuery query, String path) static <T> List<T>QueryExtension.distinct(GigaSpace gigaSpace, ISpaceQuery query, DistinctAggregator<T> aggregator) static <T extends Serializable,R>
CompletableFuture<R>AsyncExtension.execute(GigaSpace gigaSpace, DistributedTask<T, R> task) static <T extends Serializable>
CompletableFuture<T>static <T extends Serializable>
CompletableFuture<T>static <T extends Serializable>
CompletableFuture<T>static GroupByResultQueryExtension.groupBy(GigaSpace gigaSpace, ISpaceQuery query, GroupByAggregator aggregator) static <T extends Comparable>
TQueryExtension.max(GigaSpace gigaSpace, ISpaceQuery query, String path) static <T> TQueryExtension.maxEntry(GigaSpace gigaSpace, ISpaceQuery<T> query, String path) static <T extends Comparable>
TQueryExtension.min(GigaSpace gigaSpace, ISpaceQuery query, String path) static <T> TQueryExtension.minEntry(GigaSpace gigaSpace, ISpaceQuery<T> query, String path) static <T> List<T>QueryExtension.orderBy(GigaSpace gigaSpace, ISpaceQuery query, OrderByAggregator aggregator) static <T extends Number>
TQueryExtension.sum(GigaSpace gigaSpace, ISpaceQuery query, String path) -
Uses of GigaSpace in org.openspaces.jdbc.datasource
Methods in org.openspaces.jdbc.datasource with parameters of type GigaSpaceModifier and TypeMethodDescriptionvoidSpaceDriverManagerDataSource.setGigaSpace(GigaSpace gigaSpace) -
Uses of GigaSpace in org.openspaces.persistency.cassandra.archive
Methods in org.openspaces.persistency.cassandra.archive that return GigaSpaceMethods in org.openspaces.persistency.cassandra.archive with parameters of type GigaSpaceModifier and TypeMethodDescriptionvoidCassandraArchiveOperationHandler.setGigaSpace(GigaSpace gigaSpace) Constructors in org.openspaces.persistency.cassandra.archive with parameters of type GigaSpaceModifierConstructorDescriptionCassandraArchiveOperationHandler(GigaSpace gigaSpace, String hosts, String keyspace) -
Uses of GigaSpace in org.openspaces.persistency.space
Constructors in org.openspaces.persistency.space with parameters of type GigaSpaceModifierConstructorDescriptionGigaSpaceSynchronizationEndpoint(GigaSpace targetSpace, Map<String, SpaceTypeSchemaAdapter> spaceTypeSchemaAdapters) -
Uses of GigaSpace in org.openspaces.pu.container.jee.jetty.session
Constructors in org.openspaces.pu.container.jee.jetty.session with parameters of type GigaSpace -
Uses of GigaSpace in org.openspaces.remoting
Methods in org.openspaces.remoting that return GigaSpaceModifier and TypeMethodDescriptionprotected GigaSpaceRemotingAnnotationBeanPostProcessor.findGigaSpaceByName(String gsName) Methods in org.openspaces.remoting with parameters of type GigaSpaceModifier and TypeMethodDescriptionvoidSpaceRemotingServiceExporter.onEvent(SpaceRemotingEntry remotingEntry, GigaSpace gigaSpace, org.springframework.transaction.TransactionStatus txStatus, Object source) Receives aSpaceRemotingEntrywhich holds all the relevant invocation information.voidEventDrivenSpaceRemotingProxyFactoryBean.setGigaSpace(GigaSpace gigaSpace) Sets the GigaSpace interface that will be used to work with the space as the transport layer for both writing and takingSpaceRemotingEntry.voidExecutorSpaceRemotingProxyFactoryBean.setGigaSpace(GigaSpace gigaSpace) Sets the GigaSpace interface that will be used to work with the space as the transport layer.Constructors in org.openspaces.remoting with parameters of type GigaSpaceModifierConstructorDescriptionEventDrivenRemoteFuture(GigaSpace gigaSpace, SpaceRemotingEntry remotingEntry) EventDrivenRemotingProxyConfigurer(GigaSpace gigaSpace, Class<T> serviceInterface) ExecutorRemotingProxyConfigurer(GigaSpace gigaSpace, Class<T> serviceInterface) -
Uses of GigaSpace in org.openspaces.remoting.scripting
Constructors in org.openspaces.remoting.scripting with parameters of type GigaSpaceModifierConstructorDescriptionEventDrivenScriptingProxyConfigurer(GigaSpace gigaSpace) Creates a newAsyncScriptingProxyConfigureron top of the given spaceExecutorScriptingProxyConfigurer(GigaSpace gigaSpace) Creates a newExecutorScriptingProxyConfigureron top of the given space -
Uses of GigaSpace in org.openspaces.rest.utils
Methods in org.openspaces.rest.utils that return GigaSpaceMethods in org.openspaces.rest.utils with parameters of type GigaSpaceModifier and TypeMethodDescriptionstatic SpaceDocument[]ControllerUtils.createSpaceDocuments(String type, String body, GigaSpace gigaSpace)