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
(GemFireCache gemfireCache) <T extends GemfireAdminOperations>
T<T extends GemFireCache>
Tboolean
boolean
with
(GemfireAdminOperations gemfireAdminOperations) with
(SchemaObjectCollector schemaObjectCollector) with
(SchemaObjectDefiner schemaObjectDefiner)
-
Method Details
-
from
protected static ClusterConfigurationConfiguration.SchemaObjectContext from(GemFireCache gemfireCache) -
getGemfireAdminOperations
-
isClientCache
public boolean isClientCache() -
isPeerCache
public boolean isPeerCache() -
getGemfireCache
-
getSchemaObjectCollector
-
getSchemaObjectDefiner
-
with
protected ClusterConfigurationConfiguration.SchemaObjectContext with(GemfireAdminOperations gemfireAdminOperations) -
with
protected ClusterConfigurationConfiguration.SchemaObjectContext with(SchemaObjectCollector schemaObjectCollector) -
with
protected ClusterConfigurationConfiguration.SchemaObjectContext with(SchemaObjectDefiner schemaObjectDefiner)
-