Uses of Class
org.openspaces.core.GigaSpaceConfigurer
Packages that use GigaSpaceConfigurer
Package
Description
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
-
Uses of GigaSpaceConfigurer in org.openspaces.core
Methods in org.openspaces.core that return GigaSpaceConfigurerModifier and TypeMethodDescriptionGigaSpaceConfigurer.clustered(boolean clustered) Sets the cluster flag controlling if thisGigaSpacewill work with a clustered view of the space or directly with a cluster member.GigaSpaceConfigurer.defaultChangeModifiers(ChangeModifiers defaultChangeModifiers) Set the defaultChangeModifiersto be used for change operations on theGigaSpaceinstance.GigaSpaceConfigurer.defaultClearModifiers(ClearModifiers defaultClearModifiers) Set the defaultClearModifiersto be used for clear operations on theGigaSpaceinstance.GigaSpaceConfigurer.defaultCountModifiers(CountModifiers defaultCountModifiers) Set the defaultCountModifiersto be used for count operations on theGigaSpaceinstance.GigaSpaceConfigurer.defaultIsolationLevel(int defaultIsolationLevel) Set the default isolation level.GigaSpaceConfigurer.defaultIsolationLevel(String name) Set the default isolation level.GigaSpaceConfigurer.defaultReadModifiers(ReadModifiers defaultReadModifiers) Set the defaultReadModifiersto be used for read operations on theGigaSpaceinstance.GigaSpaceConfigurer.defaultReadTimeout(long defaultReadTimeout) Sets the default read timeout forGigaSpace.read(Object)andGigaSpace.readIfExists(Object)operations.GigaSpaceConfigurer.defaultTakeModifiers(TakeModifiers defaultTakeModifiers) Set the defaultTakeModifiersto be used for take operations on theGigaSpaceinstance.GigaSpaceConfigurer.defaultTakeTimeout(long defaultTakeTimeout) Sets the default take timeout forGigaSpace.take(Object)andGigaSpace.takeIfExists(Object)operations.GigaSpaceConfigurer.defaultWriteLease(long defaultWriteLease) Sets the default write lease forGigaSpace.write(Object)operation.GigaSpaceConfigurer.defaultWriteModifiers(WriteModifiers defaultWriteModifiers) Set the defaultWriteModifiersto be used for write operations on theGigaSpaceinstance.GigaSpaceConfigurer.exTranslator(ExceptionTranslator exTranslator) Sets the exception translator that will be used by the createdGigaSpace.Sets the name of the GigaSpace instance which will be created.GigaSpaceConfigurer.transactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager) Set the transaction manager to enable transactional operations.GigaSpaceConfigurer.txProvider(TransactionProvider txProvider) Sets the transaction provider that will be used by the createdGigaSpace.Constructors in org.openspaces.core with parameters of type GigaSpaceConfigurerModifierConstructorDescriptionDefaultGigaSpace(GigaSpaceConfigurer configurer) Constructs a new DefaultGigaSpace implementation.