Package org.springframework.data.gemfire.config.schema.support
package org.springframework.data.gemfire.config.schema.support
-
ClassDescriptionThe
ClientRegionCollector
class is an extension of theRegionCollector
which applies additional filtering to find only clientRegions
in a given context.TheComposableSchemaObjectCollector
class is aSchemaObjectCollector
implementation composed of multipleSchemaObjectCollector
objects wrapped in a facade and treated like a singleSchemaObjectCollector
using the Composite Software Design Pattern.ComposableSchemaObjectDefiner
is an implementation ofSchemaObjectDefiner
as well as a composition ofSchemaObjectInstanceHandlers
composed using the Composite Software Design Pattern.TheIndexCollector
class is an implementation of theSchemaObjectCollector
that is capable of inspecting a context and finding allIndex
schema object instances that have been declared in that context.The {@link {{@link IndexDefiner }} class is responsible for defining anIndex
given a reference to anIndex
instance.TheRegionCollector
class is an implementation of theSchemaObjectCollector
that is capable of inspecting a context and finding allRegion
schema object instances that have been declared in that context.The {@link {RegionDefiner} class is responsible for defining aRegion
given a reference to aRegion
instance.