Annotation 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:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Alias for the name of the Apache Geode distributed system member.
    Name used for the Apache Geode distributed system member.
  • Element Details

    • name

      @AliasFor("value") String name
      Alias for the name of the Apache Geode distributed system member.
      See Also:
      Default:
      ""
    • value

      @AliasFor("name") String value
      Name used for the Apache Geode distributed system member.
      See Also:
      Default:
      ""