public static class ClusterConfigurationConfiguration.SchemaObjectContext extends Object
Modifier and Type | Method and Description |
---|---|
protected static ClusterConfigurationConfiguration.SchemaObjectContext |
from(org.apache.geode.cache.GemFireCache gemfireCache) |
GemfireAdminOperations |
getGemfireAdminOperations() |
<T extends org.apache.geode.cache.GemFireCache> |
getGemfireCache() |
SchemaObjectCollector<?> |
getSchemaObjectCollector() |
SchemaObjectDefiner |
getSchemaObjectDefiner() |
boolean |
isClientCache() |
boolean |
isPeerCache() |
protected ClusterConfigurationConfiguration.SchemaObjectContext |
with(GemfireAdminOperations gemfireAdminOperations) |
protected ClusterConfigurationConfiguration.SchemaObjectContext |
with(SchemaObjectCollector schemaObjectCollector) |
protected ClusterConfigurationConfiguration.SchemaObjectContext |
with(SchemaObjectDefiner schemaObjectDefiner) |
protected static ClusterConfigurationConfiguration.SchemaObjectContext from(org.apache.geode.cache.GemFireCache gemfireCache)
public GemfireAdminOperations getGemfireAdminOperations()
public boolean isClientCache()
public boolean isPeerCache()
public <T extends org.apache.geode.cache.GemFireCache> T getGemfireCache()
public SchemaObjectCollector<?> getSchemaObjectCollector()
public SchemaObjectDefiner getSchemaObjectDefiner()
protected ClusterConfigurationConfiguration.SchemaObjectContext with(GemfireAdminOperations gemfireAdminOperations)
protected ClusterConfigurationConfiguration.SchemaObjectContext with(SchemaObjectCollector schemaObjectCollector)
protected ClusterConfigurationConfiguration.SchemaObjectContext with(SchemaObjectDefiner schemaObjectDefiner)
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.