http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1f2eeb22/devapidocs/src-html/org/apache/hadoop/hbase/mapreduce/WALPlayer.WALKeyValueMapper.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/mapreduce/WALPlayer.WALKeyValueMapper.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/mapreduce/WALPlayer.WALKeyValueMapper.html
index 88c511a..ccdd6a2 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/mapreduce/WALPlayer.WALKeyValueMapper.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/mapreduce/WALPlayer.WALKeyValueMapper.html
@@ -113,7 +113,7 @@
 <span class="sourceLineNo">105</span>    throws IOException {<a 
name="line.105"></a>
 <span class="sourceLineNo">106</span>      try {<a name="line.106"></a>
 <span class="sourceLineNo">107</span>        // skip all other tables<a 
name="line.107"></a>
-<span class="sourceLineNo">108</span>        if (Bytes.equals(table, 
key.getTablename().getName())) {<a name="line.108"></a>
+<span class="sourceLineNo">108</span>        if (Bytes.equals(table, 
key.getTableName().getName())) {<a name="line.108"></a>
 <span class="sourceLineNo">109</span>          for (Cell cell : 
value.getCells()) {<a name="line.109"></a>
 <span class="sourceLineNo">110</span>            if 
(WALEdit.isMetaEditFamily(cell)) {<a name="line.110"></a>
 <span class="sourceLineNo">111</span>              continue;<a 
name="line.111"></a>
@@ -153,10 +153,10 @@
 <span class="sourceLineNo">145</span>    public void map(WALKey key, WALEdit 
value, Context context)<a name="line.145"></a>
 <span class="sourceLineNo">146</span>    throws IOException {<a 
name="line.146"></a>
 <span class="sourceLineNo">147</span>      try {<a name="line.147"></a>
-<span class="sourceLineNo">148</span>        if (tables.isEmpty() || 
tables.containsKey(key.getTablename())) {<a name="line.148"></a>
+<span class="sourceLineNo">148</span>        if (tables.isEmpty() || 
tables.containsKey(key.getTableName())) {<a name="line.148"></a>
 <span class="sourceLineNo">149</span>          TableName targetTable = 
tables.isEmpty() ?<a name="line.149"></a>
-<span class="sourceLineNo">150</span>                key.getTablename() :<a 
name="line.150"></a>
-<span class="sourceLineNo">151</span>                
tables.get(key.getTablename());<a name="line.151"></a>
+<span class="sourceLineNo">150</span>                key.getTableName() :<a 
name="line.150"></a>
+<span class="sourceLineNo">151</span>                
tables.get(key.getTableName());<a name="line.151"></a>
 <span class="sourceLineNo">152</span>          ImmutableBytesWritable tableOut 
= new ImmutableBytesWritable(targetTable.getName());<a name="line.152"></a>
 <span class="sourceLineNo">153</span>          Put put = null;<a 
name="line.153"></a>
 <span class="sourceLineNo">154</span>          Delete del = null;<a 
name="line.154"></a>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1f2eeb22/devapidocs/src-html/org/apache/hadoop/hbase/mapreduce/WALPlayer.WALMapper.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/mapreduce/WALPlayer.WALMapper.html
 
b/devapidocs/src-html/org/apache/hadoop/hbase/mapreduce/WALPlayer.WALMapper.html
index 88c511a..ccdd6a2 100644
--- 
a/devapidocs/src-html/org/apache/hadoop/hbase/mapreduce/WALPlayer.WALMapper.html
+++ 
b/devapidocs/src-html/org/apache/hadoop/hbase/mapreduce/WALPlayer.WALMapper.html
@@ -113,7 +113,7 @@
 <span class="sourceLineNo">105</span>    throws IOException {<a 
name="line.105"></a>
 <span class="sourceLineNo">106</span>      try {<a name="line.106"></a>
 <span class="sourceLineNo">107</span>        // skip all other tables<a 
name="line.107"></a>
-<span class="sourceLineNo">108</span>        if (Bytes.equals(table, 
key.getTablename().getName())) {<a name="line.108"></a>
+<span class="sourceLineNo">108</span>        if (Bytes.equals(table, 
key.getTableName().getName())) {<a name="line.108"></a>
 <span class="sourceLineNo">109</span>          for (Cell cell : 
value.getCells()) {<a name="line.109"></a>
 <span class="sourceLineNo">110</span>            if 
(WALEdit.isMetaEditFamily(cell)) {<a name="line.110"></a>
 <span class="sourceLineNo">111</span>              continue;<a 
name="line.111"></a>
@@ -153,10 +153,10 @@
 <span class="sourceLineNo">145</span>    public void map(WALKey key, WALEdit 
value, Context context)<a name="line.145"></a>
 <span class="sourceLineNo">146</span>    throws IOException {<a 
name="line.146"></a>
 <span class="sourceLineNo">147</span>      try {<a name="line.147"></a>
-<span class="sourceLineNo">148</span>        if (tables.isEmpty() || 
tables.containsKey(key.getTablename())) {<a name="line.148"></a>
+<span class="sourceLineNo">148</span>        if (tables.isEmpty() || 
tables.containsKey(key.getTableName())) {<a name="line.148"></a>
 <span class="sourceLineNo">149</span>          TableName targetTable = 
tables.isEmpty() ?<a name="line.149"></a>
-<span class="sourceLineNo">150</span>                key.getTablename() :<a 
name="line.150"></a>
-<span class="sourceLineNo">151</span>                
tables.get(key.getTablename());<a name="line.151"></a>
+<span class="sourceLineNo">150</span>                key.getTableName() :<a 
name="line.150"></a>
+<span class="sourceLineNo">151</span>                
tables.get(key.getTableName());<a name="line.151"></a>
 <span class="sourceLineNo">152</span>          ImmutableBytesWritable tableOut 
= new ImmutableBytesWritable(targetTable.getName());<a name="line.152"></a>
 <span class="sourceLineNo">153</span>          Put put = null;<a 
name="line.153"></a>
 <span class="sourceLineNo">154</span>          Delete del = null;<a 
name="line.154"></a>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/1f2eeb22/devapidocs/src-html/org/apache/hadoop/hbase/mapreduce/WALPlayer.html
----------------------------------------------------------------------
diff --git 
a/devapidocs/src-html/org/apache/hadoop/hbase/mapreduce/WALPlayer.html 
b/devapidocs/src-html/org/apache/hadoop/hbase/mapreduce/WALPlayer.html
index 88c511a..ccdd6a2 100644
--- a/devapidocs/src-html/org/apache/hadoop/hbase/mapreduce/WALPlayer.html
+++ b/devapidocs/src-html/org/apache/hadoop/hbase/mapreduce/WALPlayer.html
@@ -113,7 +113,7 @@
 <span class="sourceLineNo">105</span>    throws IOException {<a 
name="line.105"></a>
 <span class="sourceLineNo">106</span>      try {<a name="line.106"></a>
 <span class="sourceLineNo">107</span>        // skip all other tables<a 
name="line.107"></a>
-<span class="sourceLineNo">108</span>        if (Bytes.equals(table, 
key.getTablename().getName())) {<a name="line.108"></a>
+<span class="sourceLineNo">108</span>        if (Bytes.equals(table, 
key.getTableName().getName())) {<a name="line.108"></a>
 <span class="sourceLineNo">109</span>          for (Cell cell : 
value.getCells()) {<a name="line.109"></a>
 <span class="sourceLineNo">110</span>            if 
(WALEdit.isMetaEditFamily(cell)) {<a name="line.110"></a>
 <span class="sourceLineNo">111</span>              continue;<a 
name="line.111"></a>
@@ -153,10 +153,10 @@
 <span class="sourceLineNo">145</span>    public void map(WALKey key, WALEdit 
value, Context context)<a name="line.145"></a>
 <span class="sourceLineNo">146</span>    throws IOException {<a 
name="line.146"></a>
 <span class="sourceLineNo">147</span>      try {<a name="line.147"></a>
-<span class="sourceLineNo">148</span>        if (tables.isEmpty() || 
tables.containsKey(key.getTablename())) {<a name="line.148"></a>
+<span class="sourceLineNo">148</span>        if (tables.isEmpty() || 
tables.containsKey(key.getTableName())) {<a name="line.148"></a>
 <span class="sourceLineNo">149</span>          TableName targetTable = 
tables.isEmpty() ?<a name="line.149"></a>
-<span class="sourceLineNo">150</span>                key.getTablename() :<a 
name="line.150"></a>
-<span class="sourceLineNo">151</span>                
tables.get(key.getTablename());<a name="line.151"></a>
+<span class="sourceLineNo">150</span>                key.getTableName() :<a 
name="line.150"></a>
+<span class="sourceLineNo">151</span>                
tables.get(key.getTableName());<a name="line.151"></a>
 <span class="sourceLineNo">152</span>          ImmutableBytesWritable tableOut 
= new ImmutableBytesWritable(targetTable.getName());<a name="line.152"></a>
 <span class="sourceLineNo">153</span>          Put put = null;<a 
name="line.153"></a>
 <span class="sourceLineNo">154</span>          Delete del = null;<a 
name="line.154"></a>

Reply via email to