Annotation Interface UseMemberName
@Target(TYPE)
@Retention(RUNTIME)
@Inherited
@Documented
@Import(MemberNameConfiguration.class)
public @interface UseMemberName
The
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.- Since:
- 1.0.0
- See Also:
-
Documented
Inherited
Retention
Target
Cache
ClientCache
Import
AliasFor
MemberNameConfiguration
-
Optional Element Summary