|
Change Parameter Type connection : HConnection to connection : Connection in method package runOneClient(cmd Class<? extends Test>, startRow int, perClientRunRows int, totalRows int, flushCommits boolean, writeToWAL boolean, useTags boolean, noOfTags int, connection Connection, status Status) : long in class org.apache.hadoop.hbase.rest.PerformanceEvaluation |
From |
To |
|
Change Parameter Type table : Table to mutator : BufferedMutator in method public TableRecordWriter(mutator BufferedMutator) in class org.apache.hadoop.hbase.mapred.TableOutputFormat.TableRecordWriter |
From |
To |
|
Change Parameter Type connection : HConnection to connection : Connection in method package TestOptions(startRow int, perClientRunRows int, totalRows int, numClientThreads int, tableName TableName, flushCommits boolean, writeToWAL boolean, useTags boolean, noOfTags int, connection Connection) in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.TestOptions |
From |
To |
|
Change Parameter Type t : HTable to t : Table in method private prepareData(t Table, f byte[], column byte[]) : void in class org.apache.hadoop.hbase.master.TestDistributedLogSplitting |
From |
To |
|
Change Parameter Type table : Table to mutator : BufferedMutator in method public loadData(util HBaseTestingUtility, mutator BufferedMutator, rows int, families byte[]...) : void in class org.apache.hadoop.hbase.snapshot.SnapshotTestingUtils |
From |
To |
|
Move Attribute private writeBufferSize : long from class org.apache.hadoop.hbase.client.HTable to private writeBufferSize : long from class org.apache.hadoop.hbase.client.BufferedMutatorImpl |
From |
To |
|
Move Attribute protected currentWriteBufferSize : long from class org.apache.hadoop.hbase.client.HTable to protected currentWriteBufferSize : long from class org.apache.hadoop.hbase.client.BufferedMutatorImpl |
From |
To |
|
Move Attribute private tableName : TableName from class org.apache.hadoop.hbase.client.HTableWrapper to private tableName : TableName from class org.apache.hadoop.hbase.client.BufferedMutatorParams |
From |
To |
|
Move Attribute protected writeAsyncBuffer : List<Row> from class org.apache.hadoop.hbase.client.HTable to private writeAsyncBuffer : List<Row> from class org.apache.hadoop.hbase.client.BufferedMutatorImpl |
From |
To |
|
Move Attribute protected ap : AsyncProcess from class org.apache.hadoop.hbase.client.HTable to protected ap : AsyncProcess from class org.apache.hadoop.hbase.client.BufferedMutatorImpl |
From |
To |
|
Move Attribute private tableName : TableName from class org.apache.hadoop.hbase.client.HTableWrapper to private tableName : TableName from class org.apache.hadoop.hbase.client.BufferedMutatorImpl |
From |
To |
|
Change Variable Type connection : HConnection to connection : Connection in method private doMultipleClients(cmd Class<? extends Test>) : void in class org.apache.hadoop.hbase.rest.PerformanceEvaluation |
From |
To |
|
Change Variable Type puts : List<Row> to puts : List<Put> in method public testHTableDeleteWithList() : void in class org.apache.hadoop.hbase.client.TestMultiParallel |
From |
To |
|
Change Variable Type table : Table to mutator : BufferedMutator in method package getBufferedMutator(tableName ImmutableBytesWritable) : BufferedMutator in class org.apache.hadoop.hbase.mapreduce.MultiTableOutputFormat.MultiTableRecordWriter |
From |
To |
|
Change Variable Type puts : List<Row> to puts : List<Put> in method public testBatchWithPut() : void in class org.apache.hadoop.hbase.client.TestMultiParallel |
From |
To |
|
Change Variable Type ht : HTable to mutator : BufferedMutatorImpl in method public testGlobalErrors() : void in class org.apache.hadoop.hbase.client.TestAsyncProcess |
From |
To |
|
Change Variable Type ht : HTable to mutator : BufferedMutatorImpl in method public testHTableFailedPutAndNewPut() : void in class org.apache.hadoop.hbase.client.TestAsyncProcess |
From |
To |
|
Change Variable Type puts : List<Row> to puts : List<Put> in method private constructPutRequests() : List<Put> in class org.apache.hadoop.hbase.client.TestMultiParallel |
From |
To |
|
Change Variable Type puts : List<Row> to puts : List<Put> in method public testBatchWithDelete() : void in class org.apache.hadoop.hbase.client.TestMultiParallel |
From |
To |
|
Change Variable Type table : Table to mutator : BufferedMutator in method public getRecordWriter(ignored FileSystem, job JobConf, name String, progress Progressable) : RecordWriter in class org.apache.hadoop.hbase.mapred.TableOutputFormat |
From |
To |
|
Change Variable Type ht : HTable to ht : BufferedMutatorImpl in method public testHTablePutSuccess() : void in class org.apache.hadoop.hbase.client.TestAsyncProcess |
From |
To |
|
Change Variable Type ht : HTable to mutator : BufferedMutatorImpl in method public testErrorsServers() : void in class org.apache.hadoop.hbase.client.TestAsyncProcess |
From |
To |
|
Change Variable Type puts : List<Row> to puts : List<Put> in method public testActiveThreadsCount() : void in class org.apache.hadoop.hbase.client.TestMultiParallel |
From |
To |
|
Change Variable Type puts : List<Row> to puts : List<Put> in method private doTestFlushCommits(doAbort boolean) : void in class org.apache.hadoop.hbase.client.TestMultiParallel |
From |
To |
|
Change Variable Type table : HTable to table : Table in method public testRequestCount() : void in class org.apache.hadoop.hbase.regionserver.TestRegionServerMetrics |
From |
To |
|
Change Variable Type ht : Table to ht : BufferedMutator in method private insertData() : LinkedBlockingQueue<Long> in class org.apache.hadoop.hbase.trace.IntegrationTestSendTraceRequests |
From |
To |
|
Change Variable Type puts : List<Row> to puts : List<Put> in method public testBatchWithGet() : void in class org.apache.hadoop.hbase.client.TestMultiParallel |
From |
To |
|
Rename Variable ht : HTable to mutator : BufferedMutatorImpl in method public testHTableFailedPutAndNewPut() : void in class org.apache.hadoop.hbase.client.TestAsyncProcess |
From |
To |
|
Rename Variable ht : HTable to mutator : BufferedMutatorImpl in method public testErrorsServers() : void in class org.apache.hadoop.hbase.client.TestAsyncProcess |
From |
To |
|
Rename Variable table : Table to mutator : BufferedMutator in method package getBufferedMutator(tableName ImmutableBytesWritable) : BufferedMutator in class org.apache.hadoop.hbase.mapreduce.MultiTableOutputFormat.MultiTableRecordWriter |
From |
To |
|
Rename Variable table : Table to mutator : BufferedMutator in method public getRecordWriter(ignored FileSystem, job JobConf, name String, progress Progressable) : RecordWriter in class org.apache.hadoop.hbase.mapred.TableOutputFormat |
From |
To |
|
Rename Variable ht : HTable to mutator : BufferedMutatorImpl in method public testGlobalErrors() : void in class org.apache.hadoop.hbase.client.TestAsyncProcess |
From |
To |
|
Change Attribute Type table : Table to mutator : BufferedMutator in class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Generator.GeneratorMapper |
From |
To |
|
Change Attribute Type connection : HConnection to connection : Connection in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.TestOptions |
From |
To |
|
Change Attribute Type table : Table to mutator : BufferedMutator in class org.apache.hadoop.hbase.test.IntegrationTestLoadAndVerify.LoadMapper |
From |
To |
|
Change Attribute Type m_table : Table to m_mutator : BufferedMutator in class org.apache.hadoop.hbase.mapred.TableOutputFormat.TableRecordWriter |
From |
To |
|
Change Attribute Type tables : Map<ImmutableBytesWritable,Table> to mutatorMap : Map<ImmutableBytesWritable,BufferedMutator> in class org.apache.hadoop.hbase.mapreduce.MultiTableOutputFormat.MultiTableRecordWriter |
From |
To |
|
Change Attribute Type connection : HConnection to connection : Connection in class org.apache.hadoop.hbase.rest.PerformanceEvaluation.Test |
From |
To |
|
Change Attribute Type connection : HConnection to connection : Connection in class org.apache.hadoop.hbase.rest.PerformanceEvaluation |
From |
To |
|
Change Attribute Type table : Table to mutator : BufferedMutator in class org.apache.hadoop.hbase.mapreduce.TableOutputFormat.TableRecordWriter |
From |
To |
|
Change Attribute Type table : Table to table : HTableInterface in class org.apache.hadoop.hbase.client.HTableWrapper |
From |
To |