@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented @Import(value=MemberNameConfiguration.class) public @interface UseMemberName
UseMemberName
annotation configures the name of the member in the Apache Geode
distributed system, whether the member is a client
in the client/server topology
or a peer Cache member
in the cluster using the P2P topology.Documented
,
Inherited
,
Retention
,
Target
,
Cache
,
ClientCache
,
Import
,
AliasFor
,
MemberNameConfiguration
@AliasFor(value="value") public abstract java.lang.String name
name
of the Apache Geode distributed system member.value()
@AliasFor(value="name") public abstract java.lang.String value
Name
used for the Apache Geode distributed system member.name()