Spring Data for VMware GemFire
Class Regions
java.lang.Object
org.springframework.data.gemfire.mapping.Regions
- All Implemented Interfaces:
- Iterable<org.apache.geode.cache.Region<?,- ?>> 
- See Also:
- 
- Iterable
- Region
 
- 
Constructor SummaryConstructorsConstructorDescriptionRegions(Iterable<org.apache.geode.cache.Region<?, ?>> regions, org.springframework.data.mapping.context.MappingContext<? extends GemfirePersistentEntity<?>, ?> mappingContext) 
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
Regionspublic Regions(@NonNull Iterable<org.apache.geode.cache.Region<?, ?>> regions, @NonNull org.springframework.data.mapping.context.MappingContext<? extends GemfirePersistentEntity<?>, ?> mappingContext) 
 
- 
- 
Method Details- 
getRegionReturns theRegionthe given type is mapped to. Will try to find aRegionwith the simple class name in case no mapping information is found.- Type Parameters:
- T- the Region value class type.
- Parameters:
- entityType- must not be null.
- Returns:
- the Regionthe given type is mapped to.
 
- 
getRegionReturns theRegionwith the given name or path.- Type Parameters:
- S- the Region key class type.
- T- the Region value class type.
- Parameters:
- namePath- must not be null, and either identifies the Region by name or the fully-qualified path.
- Returns:
- the Regionwith the given name or path.
 
- 
iterator
 
- 
