You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2009/09/01 14:36:33 UTC

[jira] Commented: (CASSANDRA-393) rename storageendpoint overloads for clarity

    [ https://issues.apache.org/jira/browse/CASSANDRA-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749881#action_12749881 ] 

Hudson commented on CASSANDRA-393:
----------------------------------

Integrated in Cassandra #184 (See [http://hudson.zones.apache.org/hudson/job/Cassandra/184/])
    r/m unnecessary IReplicationStrategy interface.  r/m LoadVerbHandler and unused endpoint-related code.  rename AbstractStrategy -> AbstractReplicationStrategy and getEndpoint methods.
patch by jbellis; reviewed by Sandeep Tata for 


> rename storageendpoint overloads for clarity
> --------------------------------------------
>
>                 Key: CASSANDRA-393
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-393
>             Project: Cassandra
>          Issue Type: Task
>          Components: Core
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: 0001-CASSANDRA-393-r-m-unnecessary-IReplicationStrategy-int.txt, 0002-r-m-LoadVerbHandler-and-unused-endpoint-related-code.txt, 0003-rename-remaining-methods.txt
>
>
> StorageService:
> getNLiveStorageEndPoint(String):List<EndPoint>
> getNStorageEndPoint(String):EndPoint[]
> getNStorageEndPoint(Token):EndPoint[]
> getNStorageEndPoint(Token, Map<Token, EndPoint>):EndPoint[]
> getNStorageEndPointMap(String):Map<EndPoint, EndPoint>
> getNStorageEndPoints(String[]):Map<String, EndPoint[]>
> some of these should be getWriteSEP. Some getHintedSEP. Some getReadSEP.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.