Package | Description |
---|---|
org.springframework.data.gemfire.client |
Classes providing support for GemFire client configuration.
|
org.springframework.data.gemfire.client.support | |
org.springframework.data.gemfire.function.execution | |
org.springframework.data.gemfire.listener |
Base package for GemFire continuous query listener / container facility
|
Modifier and Type | Field and Description |
---|---|
protected static PoolResolver |
PoolFactoryBean.DEFAULT_POOL_RESOLVER |
protected static PoolResolver |
ClientCacheFactoryBean.DEFAULT_POOL_RESOLVER |
Modifier and Type | Method and Description |
---|---|
PoolResolver |
ClientRegionFactoryBean.getDefaultPoolResolver()
Gets a reference to the configured, default
PoolResolver used by this client Region to resolve
Pool objects if a explicit PoolResolver was not configured. |
PoolResolver |
ClientRegionFactoryBean.getPoolResolver()
|
PoolResolver |
PoolFactoryBean.getPoolResolver()
|
PoolResolver |
ClientCacheFactoryBean.getPoolResolver()
|
Modifier and Type | Method and Description |
---|---|
void |
ClientRegionFactoryBean.setPoolResolver(PoolResolver poolResolver)
|
void |
PoolFactoryBean.setPoolResolver(PoolResolver poolResolver)
|
void |
ClientCacheFactoryBean.setPoolResolver(PoolResolver poolResolver)
|
Modifier and Type | Class and Description |
---|---|
class |
BeanFactoryPoolResolver
|
class |
ClientCacheDefaultPoolResolver
PoolResolver implementation used to resolve the DEFAULT Pool from a ClientCache
instance by lazily resolving the ClientCache instance and calling ClientCache.getDefaultPool()
on DEFAULT Pool resolution. |
class |
ComposablePoolResolver
Composite of
PoolResolvers functioning as a single PoolResolver . |
class |
PoolManagerPoolResolver
PoolManagerPoolResolver is an implementation of PoolResolver that delegates all Pool
resolution logic to the Apache Geode PoolManager . |
class |
SinglePoolPoolResolver
PoolResolver implementation that resolves a single, configured Pool . |
Modifier and Type | Method and Description |
---|---|
static PoolResolver |
ComposablePoolResolver.compose(Iterable<PoolResolver> poolResolvers)
Null-safe factory method to compose an
Iterable of PoolResolver objects. |
static PoolResolver |
ComposablePoolResolver.compose(PoolResolver... poolResolvers)
Null-safe factory method to compose an array of
PoolResolver objects. |
static PoolResolver |
ComposablePoolResolver.compose(PoolResolver one,
PoolResolver two)
Null-safe factory method to compose two
PoolResolver objects in a composition. |
protected PoolResolver |
ComposablePoolResolver.getPoolResolverOne()
Returns a reference to the first
PoolResolver in the composition. |
protected PoolResolver |
ComposablePoolResolver.getPoolResolverTwo()
Returns a reference to the second
PoolResolver in the composition. |
Modifier and Type | Method and Description |
---|---|
static PoolResolver |
ComposablePoolResolver.compose(PoolResolver... poolResolvers)
Null-safe factory method to compose an array of
PoolResolver objects. |
static PoolResolver |
ComposablePoolResolver.compose(PoolResolver one,
PoolResolver two)
Null-safe factory method to compose two
PoolResolver objects in a composition. |
Modifier and Type | Method and Description |
---|---|
static PoolResolver |
ComposablePoolResolver.compose(Iterable<PoolResolver> poolResolvers)
Null-safe factory method to compose an
Iterable of PoolResolver objects. |
Constructor and Description |
---|
ComposablePoolResolver(PoolResolver poolResolverOne,
PoolResolver poolResolverTwo)
Constructs a new instance of
ComposablePoolResolver initialized and composed of two PoolResolver
implementations that will function as one. |
Modifier and Type | Field and Description |
---|---|
protected static PoolResolver |
AbstractClientFunctionTemplate.DEFAULT_POOL_RESOLVER |
Modifier and Type | Method and Description |
---|---|
protected PoolResolver |
AbstractClientFunctionTemplate.getPoolResolver() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClientFunctionTemplate.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–2023 Pivotal Software, Inc.. All rights reserved.