|
Rename Method public getRowKeyPrefix(clusterId String, userId String, flowName String) : byte[] renamed to public getRowKey() : byte[] in class org.apache.hadoop.yarn.server.timelineservice.storage.application.ApplicationRowKey |
From |
To |
|
Rename Method private storeInFlowActivityTable(clusterId String, userId String, flowName String, flowVersion String, flowRunId long, appId String, activityTimeStamp long) : void renamed to private onApplicationFinished(flowRunRowKey FlowRunRowKey, flowVersion String, appId String, te TimelineEntity, appFinishedTimeStamp long) : void in class org.apache.hadoop.yarn.server.timelineservice.storage.HBaseTimelineWriterImpl |
From |
To |
|
Rename Method public getRowKeyPrefix(clusterId String, userId String, flowName String, flowRunId Long, appId String) : byte[] renamed to public getRowKey() : byte[] in class org.apache.hadoop.yarn.server.timelineservice.storage.entity.EntityRowKey |
From |
To |
|
Rename Method public getRowKeyPrefix(clusterId String, userId String, flowName String) : byte[] renamed to public getRowKey() : byte[] in class org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowRunRowKey |
From |
To |
|
Rename Method public getRowKeyPrefix(clusterId String) : byte[] renamed to public getRowKey() : byte[] in class org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowActivityRowKey |
From |
To |
|
Move And Rename Method public testFlowActivityRowKeyConverter() : void from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestKeyConverters to public testFlowActivityRowKey() : void from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestRowKeys |
From |
To |
|
Move And Rename Method public testEntityRowKeyConverter() : void from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestKeyConverters to public testEntityRowKey() : void from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestRowKeys |
From |
To |
|
Move And Rename Method public testApplicationRowKeyConverter() : void from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestKeyConverters to public testApplicationRowKey() : void from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestRowKeys |
From |
To |
|
Move And Rename Method public testAppToFlowRowKeyConverter() : void from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestKeyConverters to public testAppToFlowRowKey() : void from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestRowKeys |
From |
To |
|
Move And Rename Method public testFlowRunRowKeyConverter() : void from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestKeyConverters to public testFlowRunRowKey() : void from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestRowKeys |
From |
To |
|
Move Method public createFiltersFromColumnQualifiers(colPrefix ColumnPrefix<T>, columns Set<String>) : FilterList from class org.apache.hadoop.yarn.server.timelineservice.reader.filter.TimelineFilterUtils to protected createFiltersFromColumnQualifiers(colPrefix ColumnPrefix<T>, columns Set<String>) : FilterList from class org.apache.hadoop.yarn.server.timelineservice.storage.reader.TimelineEntityReader |
From |
To |
|
Move Method public readKeyValuePairs(entity TimelineEntity, result Result, prefix ColumnPrefix<T>, isConfig boolean) : void from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TimelineStorageUtils to protected readKeyValuePairs(entity TimelineEntity, result Result, prefix ColumnPrefix<T>, isConfig boolean) : void from class org.apache.hadoop.yarn.server.timelineservice.storage.reader.GenericEntityReader |
From |
To |
|
Move Method public isApplicationEntity(te TimelineEntity) : boolean from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TimelineStorageUtils to package isApplicationEntity(te TimelineEntity) : boolean from class org.apache.hadoop.yarn.server.timelineservice.storage.HBaseTimelineWriterImpl |
From |
To |
|
Move Method public hasField(fieldsToRetrieve EnumSet<Field>, requiredField Field) : boolean from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TimelineStorageUtils to protected hasField(fieldsToRetrieve EnumSet<Field>, requiredField Field) : boolean from class org.apache.hadoop.yarn.server.timelineservice.storage.reader.TimelineEntityReader |
From |
To |
|
Move Method private createColQualifierPrefix(colPrefix ColumnPrefix<T>, column String) : byte[] from class org.apache.hadoop.yarn.server.timelineservice.reader.filter.TimelineFilterUtils to protected createColQualifierPrefix(colPrefix ColumnPrefix<T>, column String) : byte[] from class org.apache.hadoop.yarn.server.timelineservice.storage.reader.TimelineEntityReader |
From |
To |
|
Move Method public getApplicationEvent(te TimelineEntity, eventId String) : TimelineEvent from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TimelineStorageUtils to private getApplicationEvent(te TimelineEntity, eventId String) : TimelineEvent from class org.apache.hadoop.yarn.server.timelineservice.storage.HBaseTimelineWriterImpl |
From |
To |
|
Move Method private verifyRowPrefixBytes(byteRowKeyPrefix byte[]) : void from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestKeyConverters to private verifyRowPrefixBytes(byteRowKeyPrefix byte[]) : void from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestRowKeys |
From |
To |
|
Move Method public readEvents(entity TimelineEntity, result Result, prefix ColumnPrefix<T>) : void from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TimelineStorageUtils to protected readEvents(entity TimelineEntity, result Result, prefix ColumnPrefix<T>) : void from class org.apache.hadoop.yarn.server.timelineservice.storage.reader.TimelineEntityReader |
From |
To |
|
Move Method public readRelationship(entity TimelineEntity, result Result, prefix ColumnPrefix<T>, isRelatedTo boolean) : void from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TimelineStorageUtils to protected readRelationship(entity TimelineEntity, result Result, prefix ColumnPrefix<T>, isRelatedTo boolean) : void from class org.apache.hadoop.yarn.server.timelineservice.storage.reader.TimelineEntityReader |
From |
To |
|
Move Method public invertLong(key long) : long from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TimelineStorageUtils to public invertLong(key long) : long from class org.apache.hadoop.yarn.server.timelineservice.storage.common.LongConverter |
From |
To |
|
Move Attribute private CLUSTER : String from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestKeyConverters to private CLUSTER : String from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestRowKeys |
From |
To |
|
Move Attribute private USER : String from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestKeyConverters to private USER : String from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestRowKeys |
From |
To |
|
Move Attribute private QUALIFIER_SEP_BYTES : byte[] from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestKeyConverters to private QUALIFIER_SEP_BYTES : byte[] from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestRowKeys |
From |
To |
|
Move Attribute private FLOW_NAME : String from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestKeyConverters to private FLOW_NAME : String from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestRowKeys |
From |
To |
|
Move Attribute private APPLICATION_ID : String from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestKeyConverters to private APPLICATION_ID : String from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestRowKeys |
From |
To |
|
Move Attribute private FLOW_RUN_ID : Long from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestKeyConverters to private FLOW_RUN_ID : Long from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestRowKeys |
From |
To |
|
Move Attribute private QUALIFIER_SEP : String from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestKeyConverters to private QUALIFIER_SEP : String from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TestRowKeys |
From |
To |