@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented @Import(value=DistributedSystemIdConfiguration.class) public @interface UseDistributedSystemId
UseDistributedSystemId
annotation configures the distributed-system-id property
of a peer Cache member
in an Apache Geode P2P topology.
This configuration annotation is only applicable on peer Cache members
and has no effect on ClientCache
instances.Documented
,
Inherited
,
Retention
,
Target
,
Cache
,
Import
,
AliasFor
,
DistributedSystemIdConfiguration
@AliasFor(value="id") public abstract int value