Modifier and Type | Class and Description |
---|---|
class |
AbstractGemfireAdminOperations
AbstractGemfireAdminOperations is an abstract base class encapsulating common functionality
supporting administrative (management) operations against a Pivotal GemFire or Apache Geode cluster. |
Modifier and Type | Class and Description |
---|---|
class |
FunctionGemfireAdminTemplate
The
FunctionGemfireAdminTemplate class is an implementation of the GemfireAdminOperations interface
supporting the Pivotal GemFire / Apache Geode administrative functions/operations via Function execution
in the cluster. |
class |
RestHttpGemfireAdminTemplate
RestHttpGemfireAdminTemplate is class implementing the GemfireAdminOperations interface,
extending the FunctionGemfireAdminTemplate to support administrative (management) operations
on a Pivotal GemFire or Apache Geode cluster using the Management REST API interface over HTTP. |
Modifier and Type | Method and Description |
---|---|
<T extends GemfireAdminOperations> |
ClusterConfigurationConfiguration.SchemaObjectContext.getGemfireAdminOperations() |
Modifier and Type | Method and Description |
---|---|
protected GemfireAdminOperations |
ClusterConfigurationConfiguration.resolveGemfireAdminOperations(Environment environment,
org.apache.geode.cache.client.ClientCache clientCache)
Attempts to resolve the the
GemfireAdminOperations object from the Spring ApplicationContext
which is used to create Apache Geode or Pivotal GemFire schema objects. |
Modifier and Type | Method and Description |
---|---|
protected ClusterConfigurationConfiguration.SchemaObjectContext |
ClusterConfigurationConfiguration.SchemaObjectContext.with(GemfireAdminOperations gemfireAdminOperations) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaObjectDefinition.create(GemfireAdminOperations gemfireAdminOperations)
Creates an actual schema object from this
SchemaObjectDefinition . |
Modifier and Type | Method and Description |
---|---|
void |
RegionDefinition.create(GemfireAdminOperations gemfireAdminOperations) |
void |
IndexDefinition.create(GemfireAdminOperations gemfireAdminOperations) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.