Package | Description |
---|---|
org.springframework.data.gemfire.config.annotation | |
org.springframework.data.gemfire.config.schema.support |
Modifier and Type | Method and Description |
---|---|
SchemaObjectDefiner |
ClusterConfigurationConfiguration.SchemaObjectContext.getSchemaObjectDefiner() |
Modifier and Type | Method and Description |
---|---|
protected ClusterConfigurationConfiguration.SchemaObjectContext |
ClusterConfigurationConfiguration.SchemaObjectContext.with(SchemaObjectDefiner schemaObjectDefiner) |
Modifier and Type | Class and Description |
---|---|
class |
ComposableSchemaObjectDefiner
ComposableSchemaObjectDefiner is an implementation of SchemaObjectDefiner
as well as a composition of SchemaObjectInstanceHandlers composed
using the Composite Software Design Pattern. |
class |
IndexDefiner
The {{@link IndexDefiner }} class is responsible for defining an {@link Index} given a reference to
an {@link Index} instance.
|
class |
RegionDefiner
The {RegionDefiner} class is responsible for defining a {@link Region}
given a reference to a {@link Region} instance.
|
Modifier and Type | Method and Description |
---|---|
static SchemaObjectDefiner |
ComposableSchemaObjectDefiner.compose(Iterable<SchemaObjectDefiner> schemaObjectDefiners) |
static SchemaObjectDefiner |
ComposableSchemaObjectDefiner.compose(SchemaObjectDefiner... schemaObjectDefiners) |
Modifier and Type | Method and Description |
---|---|
Iterator<SchemaObjectDefiner> |
ComposableSchemaObjectDefiner.iterator() |
Modifier and Type | Method and Description |
---|---|
static SchemaObjectDefiner |
ComposableSchemaObjectDefiner.compose(SchemaObjectDefiner... schemaObjectDefiners) |
Modifier and Type | Method and Description |
---|---|
static SchemaObjectDefiner |
ComposableSchemaObjectDefiner.compose(Iterable<SchemaObjectDefiner> schemaObjectDefiners) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.