@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented @Import(value=AddPoolsConfiguration.class) public @interface EnablePools
EnablePools
annotation enables 1 or more GemFire Pools
to be defined and used in a GemFire client cache application configured with Spring (Data GemFire).AddPoolsConfiguration
,
EnablePool
,
PoolConfigurer
Modifier and Type | Optional Element and Description |
---|---|
EnablePool[] |
pools
Enables the definition of multiple GemFire
Pools . |
public abstract EnablePool[] pools
Pools
.Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.