[
https://issues.apache.org/jira/browse/HBASE-5670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13241419#comment-13241419
]
Hudson commented on HBASE-5670:
-------------------------------
Integrated in HBase-0.94 #64 (See
[https://builds.apache.org/job/HBase-0.94/64/])
HBASE-5670 Have Mutation implement the Row interface. (Revision 1306958)
Result = SUCCESS
larsh :
Files :
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/client/Append.java
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/client/Delete.java
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/client/HTable.java
*
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/client/HTableInterface.java
*
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/client/HTablePool.java
*
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/client/Mutation.java
* /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/client/Put.java
*
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/coprocessor/CoprocessorHost.java
*
/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/rest/client/RemoteHTable.java
> Have Mutation implement the Row interface.
> ------------------------------------------
>
> Key: HBASE-5670
> URL: https://issues.apache.org/jira/browse/HBASE-5670
> Project: HBase
> Issue Type: Improvement
> Reporter: Lars Hofhansl
> Assignee: Lars Hofhansl
> Priority: Trivial
> Fix For: 0.96.0, 0.94.1
>
> Attachments: 5670-0.94.txt, 5670-trunk.txt, 5670-trunk.txt
>
>
> In HBASE-4347 I factored some code from Put/Delete/Append in Mutation.
> In a discussion with a co-worker I noticed that Put/Delete/Append still
> implement the Row interface, but Mutation does not.
> In a trivial change I would like to move that interface up to Mutation, along
> with changing HTable.batch(List<Row>) to HTable.batch(List<? extends Row>)
> (HConnection.processBatch takes List<? extends Row> already anyway), so that
> HTable.batch can be used with a list of Mutations.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira