| Package | Description | 
|---|---|
| org.openspaces.core | 
 Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
GigaSpaceConfigurer | 
GigaSpaceConfigurer.clustered(boolean clustered)
Sets the cluster flag controlling if this  
GigaSpace will work
 with a clustered view of the space or directly with a cluster member. | 
GigaSpaceConfigurer | 
GigaSpaceConfigurer.defaultChangeModifiers(ChangeModifiers defaultChangeModifiers)
Set the default  
ChangeModifiers to be used for change operations on the GigaSpace instance. | 
GigaSpaceConfigurer | 
GigaSpaceConfigurer.defaultClearModifiers(ClearModifiers defaultClearModifiers)
Set the default  
ClearModifiers to be used for clear operations on the GigaSpace instance. | 
GigaSpaceConfigurer | 
GigaSpaceConfigurer.defaultCountModifiers(CountModifiers defaultCountModifiers)
Set the default  
CountModifiers to be used for count operations on the GigaSpace instance. | 
GigaSpaceConfigurer | 
GigaSpaceConfigurer.defaultIsolationLevel(int defaultIsolationLevel)
Set the default isolation level. 
 | 
GigaSpaceConfigurer | 
GigaSpaceConfigurer.defaultIsolationLevel(String name)
Set the default isolation level. 
 | 
GigaSpaceConfigurer | 
GigaSpaceConfigurer.defaultReadModifiers(ReadModifiers defaultReadModifiers)
Set the default  
ReadModifiers to be used for read operations on the GigaSpace
 instance. | 
GigaSpaceConfigurer | 
GigaSpaceConfigurer.defaultReadTimeout(long defaultReadTimeout)
Sets the default read timeout for  
GigaSpace.read(Object) and
 GigaSpace.readIfExists(Object) operations. | 
GigaSpaceConfigurer | 
GigaSpaceConfigurer.defaultTakeModifiers(TakeModifiers defaultTakeModifiers)
Set the default  
TakeModifiers to be used for take operations on the GigaSpace
 instance. | 
GigaSpaceConfigurer | 
GigaSpaceConfigurer.defaultTakeTimeout(long defaultTakeTimeout)
Sets the default take timeout for  
GigaSpace.take(Object) and
 GigaSpace.takeIfExists(Object) operations. | 
GigaSpaceConfigurer | 
GigaSpaceConfigurer.defaultWriteLease(long defaultWriteLease)
Sets the default write lease for  
GigaSpace.write(Object)
 operation. | 
GigaSpaceConfigurer | 
GigaSpaceConfigurer.defaultWriteModifiers(WriteModifiers defaultWriteModifiers)
Set the default  
WriteModifiers to be used for write operations on the GigaSpace instance. | 
GigaSpaceConfigurer | 
GigaSpaceConfigurer.exTranslator(ExceptionTranslator exTranslator)
Sets the exception translator that will be used by the created  
GigaSpace. | 
GigaSpaceConfigurer | 
GigaSpaceConfigurer.name(String name)
Sets the name of the GigaSpace instance which will be created. 
 | 
GigaSpaceConfigurer | 
GigaSpaceConfigurer.transactionManager(org.springframework.transaction.PlatformTransactionManager transactionManager)
Set the transaction manager to enable transactional operations. 
 | 
GigaSpaceConfigurer | 
GigaSpaceConfigurer.txProvider(TransactionProvider txProvider)
Sets the transaction provider that will be used by the created  
GigaSpace. | 
| Constructor and Description | 
|---|
DefaultGigaSpace(GigaSpaceConfigurer configurer)
Constructs a new DefaultGigaSpace implementation. 
 | 
Copyright © GigaSpaces.