Spring Data for VMware GemFire
Package org.springframework.data.gemfire.config.schema.support
package org.springframework.data.gemfire.config.schema.support
-
ClassesClassDescriptionThe
ClientRegionCollectorclass is an extension of theRegionCollectorwhich applies additional filtering to find only clientRegionsin a given context.TheComposableSchemaObjectCollectorclass is aSchemaObjectCollectorimplementation composed of multipleSchemaObjectCollectorobjects wrapped in a facade and treated like a singleSchemaObjectCollectorusing the Composite Software Design Pattern.ComposableSchemaObjectDefineris an implementation ofSchemaObjectDefineras well as a composition ofSchemaObjectInstanceHandlerscomposed using the Composite Software Design Pattern.TheIndexCollectorclass is an implementation of theSchemaObjectCollectorthat is capable of inspecting a context and finding allIndexschema object instances that have been declared in that context.The {@link {{@link IndexDefiner }} class is responsible for defining anIndexgiven a reference to anIndexinstance.TheRegionCollectorclass is an implementation of theSchemaObjectCollectorthat is capable of inspecting a context and finding allRegionschema object instances that have been declared in that context.The {@link {RegionDefiner} class is responsible for defining aRegiongiven a reference to aRegioninstance.