Package | Description |
---|---|
org.springframework.data.gemfire.client |
Classes providing support for Pivotal GemFire client configuration.
|
org.springframework.data.gemfire.client.support | |
org.springframework.data.gemfire.function.execution | |
org.springframework.data.gemfire.listener |
Base package for Pivotal GemFire continuous query listener / container facility
|
Modifier and Type | Field and Description |
---|---|
protected static PoolResolver |
PoolFactoryBean.DEFAULT_POOL_RESOLVER |
protected static PoolResolver |
ClientRegionFactoryBean.DEFAULT_POOL_RESOLVER |
protected static PoolResolver |
ClientCacheFactoryBean.DEFAULT_POOL_RESOLVER |
Modifier and Type | Method and Description |
---|---|
PoolResolver |
PoolFactoryBean.getPoolResolver()
|
@NonNull PoolResolver |
ClientRegionFactoryBean.getPoolResolver()
|
@NonNull PoolResolver |
ClientCacheFactoryBean.getPoolResolver()
|
Modifier and Type | Method and Description |
---|---|
void |
PoolFactoryBean.setPoolResolver(PoolResolver poolResolver)
|
void |
ClientRegionFactoryBean.setPoolResolver(PoolResolver poolResolver)
|
void |
ClientCacheFactoryBean.setPoolResolver(PoolResolver poolResolver)
|
Modifier and Type | Class and Description |
---|---|
class |
BeanFactoryPoolResolver
|
class |
PoolManagerPoolResolver
PoolManagerPoolResolver is an implementation of PoolResolver that delegates all Pool
resolution logic to the Apache Geode PoolManager . |
Modifier and Type | Field and Description |
---|---|
protected static PoolResolver |
GemfireOnServersFunctionTemplate.DEFAULT_POOL_RESOLVER |
protected static PoolResolver |
GemfireOnServerFunctionTemplate.DEFAULT_POOL_RESOLVER |
Modifier and Type | Method and Description |
---|---|
protected PoolResolver |
GemfireOnServersFunctionTemplate.getPoolResolver() |
protected PoolResolver |
GemfireOnServerFunctionTemplate.getPoolResolver() |
Modifier and Type | Method and Description |
---|---|
void |
GemfireOnServersFunctionTemplate.setPoolResolver(PoolResolver poolResolver) |
void |
GemfireOnServerFunctionTemplate.setPoolResolver(PoolResolver poolResolver) |
Modifier and Type | Field and Description |
---|---|
protected static PoolResolver |
ContinuousQueryListenerContainer.DEFAULT_POOL_RESOLVER |
Modifier and Type | Method and Description |
---|---|
PoolResolver |
ContinuousQueryListenerContainer.getPoolResolver()
|
Modifier and Type | Method and Description |
---|---|
void |
ContinuousQueryListenerContainer.setPoolResolver(PoolResolver poolResolver)
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.