[ 
https://issues.apache.org/jira/browse/GEODE-7479?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16992812#comment-16992812
 ] 

ASF subversion and git services commented on GEODE-7479:
--------------------------------------------------------

Commit 6f247efc6c0e483af94f361418146a5b9a691548 in geode's branch 
refs/heads/feature/GEODE-7556 from Ernie Burghardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=6f247ef ]

GEODE-7479: Change Membership interface to use MemberIdentifier interface 
(#4420)

Changing all classes in Membership to be parameterized by an ID type,
which extends MemberIdentifier. This allows core to create a membership
system that manages InternalDistributedMember objects in a type safe
way.

Removing all uses of InternalDistributedMember, DistributedMember, and
friends from within the membership code.


> Change Membership interface to use MemberIdentifier interface
> -------------------------------------------------------------
>
>                 Key: GEODE-7479
>                 URL: https://issues.apache.org/jira/browse/GEODE-7479
>             Project: Geode
>          Issue Type: Improvement
>          Components: membership
>            Reporter: Ernest Burghardt
>            Assignee: Dan Smith
>            Priority: Major
>             Fix For: 1.12.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> RIght now {{Membership}} is using {{InternalDistributedMember}} and 
> {{DistributedMember}}.
> We want Membership to use MemberIdentifier instead.
> Change the API to use {{MemberIdentifier}}. This will likely result in doing 
> conversions or casting in {{Distribution}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to