Class ClusterConfigurationConfiguration.SchemaObjectContext
java.lang.Object
org.springframework.data.gemfire.config.annotation.ClusterConfigurationConfiguration.SchemaObjectContext
- Enclosing class:
- ClusterConfigurationConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionprotected static ClusterConfigurationConfiguration.SchemaObjectContext
from
(org.apache.geode.cache.GemFireCache gemfireCache) <T extends GemfireAdminOperations>
T<T extends org.apache.geode.cache.GemFireCache>
Tboolean
boolean
with
(GemfireAdminOperations gemfireAdminOperations) with
(SchemaObjectCollector schemaObjectCollector) with
(SchemaObjectDefiner schemaObjectDefiner)
-
Method Details
-
from
protected static ClusterConfigurationConfiguration.SchemaObjectContext from(org.apache.geode.cache.GemFireCache gemfireCache) -
getGemfireAdminOperations
-
isClientCache
public boolean isClientCache() -
isPeerCache
public boolean isPeerCache() -
getGemfireCache
public <T extends org.apache.geode.cache.GemFireCache> T getGemfireCache() -
getSchemaObjectCollector
-
getSchemaObjectDefiner
-
with
protected ClusterConfigurationConfiguration.SchemaObjectContext with(GemfireAdminOperations gemfireAdminOperations) -
with
protected ClusterConfigurationConfiguration.SchemaObjectContext with(SchemaObjectCollector schemaObjectCollector) -
with
protected ClusterConfigurationConfiguration.SchemaObjectContext with(SchemaObjectDefiner schemaObjectDefiner)
-