[
https://issues.apache.org/jira/browse/CASSANDRA-941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johan Oskarsson updated CASSANDRA-941:
--------------------------------------
Attachment: CASSANDRA-941.patch
Changed EndPoint to use InetSocketAddress. Having the EndPoint class wrap it is
useful for providing the extra methods (string constructor, toString that works
as the other code expects etc) and it'll make future changes easier and less
intrusive.
> Replace InetAddress usage with EndPoint
> ---------------------------------------
>
> Key: CASSANDRA-941
> URL: https://issues.apache.org/jira/browse/CASSANDRA-941
> Project: Cassandra
> Issue Type: Sub-task
> Components: Core
> Reporter: Johan Oskarsson
> Attachments: CASSANDRA-941.patch, CASSANDRA-941.patch
>
>
> An end point should be represented by both address and port instead of port.
> Create an EndPoint class that takes an InetAddress and port and use this
> where needed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.