|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.gigaspaces.datasource.SpaceDataSource org.openspaces.persistency.ClusterInfoAwareSpaceDataSource
public abstract class ClusterInfoAwareSpaceDataSource
Created by yuvalm on 23/04/2014.
Field Summary | |
---|---|
protected boolean |
augmentInitialLoadEntries
|
protected ClusterInfo |
clusterInfo
|
protected Map<String,String> |
initialLoadQueries
|
protected String[] |
initialLoadQueryScanningBasePackages
|
Constructor Summary | |
---|---|
ClusterInfoAwareSpaceDataSource()
|
Method Summary | |
---|---|
protected String |
createInitialLoadQuery(SpaceTypeDescriptor typeDescriptor,
String templateQuery)
|
Map<String,String> |
getInitialLoadQueries()
|
DataIterator<SpaceTypeDescriptor> |
initialMetadataLoad()
This method is invoked on space initialization (before SpaceDataSource.initialDataLoad() is invoked) and is used for introducing data types kept in the data source to the space. |
protected void |
obtainInitialLoadQueries()
This method scans the classpath using Spring's ClassPathScanningCandidateComponentProvider . |
void |
setClusterInfo(ClusterInfo clusterInfo)
Sets the cluster information. |
void |
setInitialLoadQueryScanningBasePackages(String[] initialLoadQueryScanningBasePackages)
|
Methods inherited from class com.gigaspaces.datasource.SpaceDataSource |
---|
getById, getDataIterator, getDataIteratorByIds, initialDataLoad, supportsInheritance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String[] initialLoadQueryScanningBasePackages
protected ClusterInfo clusterInfo
protected Map<String,String> initialLoadQueries
protected boolean augmentInitialLoadEntries
Constructor Detail |
---|
public ClusterInfoAwareSpaceDataSource()
Method Detail |
---|
public void setInitialLoadQueryScanningBasePackages(String[] initialLoadQueryScanningBasePackages)
public DataIterator<SpaceTypeDescriptor> initialMetadataLoad()
SpaceDataSource
SpaceDataSource.initialDataLoad()
is invoked) and is used for introducing data types kept in the data source to the space.
Please note that derived types should be returned after their super types from the iterator.
It is possible to create a SpaceTypeDescriptor
using SpaceTypeDescriptorBuilder
.
initialMetadataLoad
in class SpaceDataSource
DataIterator
instance which contains all SpaceTypeDescriptor
instances to be introduced to the Space upon its initialization - null is treated as an empty iterator.public void setClusterInfo(ClusterInfo clusterInfo)
ClusterInfoAware
Note, the cluster information is obtained externally from the application context which means
that this feature need to be supported by specific containers (and is not supported by plain
Spring application context). This means that beans that implement ClusterInfoAware
should take into account the fact that the cluster info provided might be null.
setClusterInfo
in interface ClusterInfoAware
clusterInfo
- The cluster information to be injectedpublic Map<String,String> getInitialLoadQueries()
protected void obtainInitialLoadQueries()
ClassPathScanningCandidateComponentProvider
.
This scanner uses the logic in the #isClassMatch method to retrieve names of classes that contain a method
annotated with SpaceInitialLoadQuery
. This collection of class names is
then handled in such a way that each annotated method is validated, examined and eventually invoked to obtain the
specific type's initial load query.
protected String createInitialLoadQuery(SpaceTypeDescriptor typeDescriptor, String templateQuery)
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |