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