|
Change Parameter Type context : Reducer<KeyValueWritableComparable,KeyValue,ImmutableBytesWritable,KeyValue> to context : Reducer<CellWritableComparable,Cell,ImmutableBytesWritable,Cell> in method protected reduce(row CellWritableComparable, kvs Iterable<Cell>, context Reducer<CellWritableComparable,Cell,ImmutableBytesWritable,Cell>) : void in class org.apache.hadoop.hbase.mapreduce.Import.CellReducer |
From |
To |
|
Change Parameter Type kvs : Iterable<KeyValue> to kvs : Iterable<Cell> in method protected reduce(row ImmutableBytesWritable, kvs Iterable<Cell>, context Reducer<ImmutableBytesWritable,Cell,ImmutableBytesWritable,Cell>) : void in class org.apache.hadoop.hbase.mapreduce.CellSortReducer |
From |
To |
|
Change Parameter Type out : DataOutputStream to out : DataOutput in method public writeFlatKey(cell Cell, out DataOutput) : void in class org.apache.hadoop.hbase.CellUtil |
From |
To |
|
Change Parameter Type kvs : Iterable<KeyValue> to kvs : Iterable<Cell> in method protected reduce(row CellWritableComparable, kvs Iterable<Cell>, context Reducer<CellWritableComparable,Cell,ImmutableBytesWritable,Cell>) : void in class org.apache.hadoop.hbase.mapreduce.Import.CellReducer |
From |
To |
|
Change Parameter Type ignore : KeyValue to ignore : Cell in method public deserialize(ignore Cell) : KeyValue in class org.apache.hadoop.hbase.mapreduce.CellSerialization.CellDeserializer |
From |
To |
|
Change Parameter Type row : KeyValueWritableComparable to row : CellWritableComparable in method protected reduce(row CellWritableComparable, kvs Iterable<Cell>, context Reducer<CellWritableComparable,Cell,ImmutableBytesWritable,Cell>) : void in class org.apache.hadoop.hbase.mapreduce.Import.CellReducer |
From |
To |
|
Change Parameter Type kv : KeyValue to kv : Cell in method public CellWritableComparable(kv Cell) in class org.apache.hadoop.hbase.mapreduce.Import.CellWritableComparable |
From |
To |
|
Change Parameter Type context : Reducer<ImmutableBytesWritable,KeyValue,ImmutableBytesWritable,KeyValue> to context : Reducer<ImmutableBytesWritable,Cell,ImmutableBytesWritable,Cell> in method protected reduce(row ImmutableBytesWritable, kvs Iterable<Cell>, context Reducer<ImmutableBytesWritable,Cell,ImmutableBytesWritable,Cell>) : void in class org.apache.hadoop.hbase.mapreduce.CellSortReducer |
From |
To |
|
Change Parameter Type c : Class<KeyValue> to c : Class<Cell> in method public getSerializer(c Class<Cell>) : CellSerializer in class org.apache.hadoop.hbase.mapreduce.CellSerialization |
From |
To |
|
Change Parameter Type kv : KeyValue to kv : Cell in method public serialize(kv Cell) : void in class org.apache.hadoop.hbase.mapreduce.CellSerialization.CellSerializer |
From |
To |
|
Change Parameter Type o : KeyValueWritableComparable to o : CellWritableComparable in method public compareTo(o CellWritableComparable) : int in class org.apache.hadoop.hbase.mapreduce.Import.CellWritableComparable |
From |
To |
|
Change Parameter Type value : KeyValue to value : Cell in method public getPartition(key CellWritableComparable, value Cell, numPartitions int) : int in class org.apache.hadoop.hbase.mapreduce.Import.CellWritableComparablePartitioner |
From |
To |
|
Change Parameter Type t : Class<KeyValue> to t : Class<Cell> in method public getDeserializer(t Class<Cell>) : CellDeserializer in class org.apache.hadoop.hbase.mapreduce.CellSerialization |
From |
To |
|
Change Parameter Type key : KeyValueWritableComparable to key : CellWritableComparable in method public getPartition(key CellWritableComparable, value Cell, numPartitions int) : int in class org.apache.hadoop.hbase.mapreduce.Import.CellWritableComparablePartitioner |
From |
To |
|
Rename Class org.apache.hadoop.hbase.mapreduce.Import.KeyValueWritableComparable renamed to org.apache.hadoop.hbase.mapreduce.Import.CellWritableComparable |
From |
To |
|
Rename Class org.apache.hadoop.hbase.mapreduce.Import.KeyValueWritableComparablePartitioner renamed to org.apache.hadoop.hbase.mapreduce.Import.CellWritableComparablePartitioner |
From |
To |
|
Rename Class org.apache.hadoop.hbase.mapreduce.Import.KeyValueReducer renamed to org.apache.hadoop.hbase.mapreduce.Import.CellReducer |
From |
To |
|
Rename Class org.apache.hadoop.hbase.mapreduce.Import.KeyValueImporter renamed to org.apache.hadoop.hbase.mapreduce.Import.CellImporter |
From |
To |
|
Rename Class org.apache.hadoop.hbase.mapreduce.KeyValueSortReducer renamed to org.apache.hadoop.hbase.mapreduce.CellSortReducer |
From |
To |
|
Rename Class org.apache.hadoop.hbase.mapreduce.Import.KeyValueSortImporter renamed to org.apache.hadoop.hbase.mapreduce.Import.CellSortImporter |
From |
To |
|
Rename Class org.apache.hadoop.hbase.mapreduce.KeyValueSerialization renamed to org.apache.hadoop.hbase.mapreduce.CellSerialization |
From |
To |
|
Change Variable Type kv2 : KeyValueWritableComparable to kv2 : CellWritableComparable in method public compare(b1 byte[], s1 int, l1 int, b2 byte[], s2 int, l2 int) : int in class org.apache.hadoop.hbase.mapreduce.Import.CellWritableComparable.CellWritableComparator |
From |
To |
|
Change Variable Type importer : KeyValueImporter to importer : CellImporter in method public testKeyValueImporter() : void in class org.apache.hadoop.hbase.mapreduce.TestImportExport |
From |
To |
|
Change Variable Type kv : KeyValue to kv : Cell in method protected reduce(row ImmutableBytesWritable, kvs Iterable<Cell>, context Reducer<ImmutableBytesWritable,Cell,ImmutableBytesWritable,Cell>) : void in class org.apache.hadoop.hbase.mapreduce.CellSortReducer |
From |
To |
|
Change Variable Type map : TreeSet<KeyValue> to map : TreeSet<Cell> in method protected reduce(row ImmutableBytesWritable, kvs Iterable<Cell>, context Reducer<ImmutableBytesWritable,Cell,ImmutableBytesWritable,Cell>) : void in class org.apache.hadoop.hbase.mapreduce.CellSortReducer |
From |
To |
|
Change Variable Type context : Mapper<WALKey,WALEdit,ImmutableBytesWritable,KeyValue> to context : Mapper<WALKey,WALEdit,ImmutableBytesWritable,Cell> in method private testWALKeyValueMapper(tableConfigKey String) : void in class org.apache.hadoop.hbase.mapreduce.TestWALPlayer |
From |
To |
|
Change Variable Type kv : KeyValue to kv : Cell in method protected reduce(row CellWritableComparable, kvs Iterable<Cell>, context Reducer<CellWritableComparable,Cell,ImmutableBytesWritable,Cell>) : void in class org.apache.hadoop.hbase.mapreduce.Import.CellReducer |
From |
To |
|
Change Variable Type kv1 : KeyValueWritableComparable to kv1 : CellWritableComparable in method public compare(b1 byte[], s1 int, l1 int, b2 byte[], s2 int, l2 int) : int in class org.apache.hadoop.hbase.mapreduce.Import.CellWritableComparable.CellWritableComparator |
From |
To |