4c659ddbf7629aae92e66a5b54893e9c1c68dfb0
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 7 | ||
Extract Method private doGetDomains(owner String, callerUGI UserGroupInformation) : TimelineDomains extracted from public getDomains(owner String, callerUGI UserGroupInformation) : TimelineDomains in class org.apache.hadoop.yarn.server.timeline.TimelineDataManager | From | To | |
Extract Method private doGetEvents(entityType String, entityIds SortedSet<String>, eventTypes SortedSet<String>, windowStart Long, windowEnd Long, limit Long, callerUGI UserGroupInformation) : TimelineEvents extracted from public getEvents(entityType String, entityIds SortedSet<String>, eventTypes SortedSet<String>, windowStart Long, windowEnd Long, limit Long, callerUGI UserGroupInformation) : TimelineEvents in class org.apache.hadoop.yarn.server.timeline.TimelineDataManager | From | To | |
Extract Method private doGetEntity(entityType String, entityId String, fields EnumSet<Field>, callerUGI UserGroupInformation) : TimelineEntity extracted from public getEntity(entityType String, entityId String, fields EnumSet<Field>, callerUGI UserGroupInformation) : TimelineEntity in class org.apache.hadoop.yarn.server.timeline.TimelineDataManager | From | To | |
Extract Method private doGetEntities(entityType String, primaryFilter NameValuePair, secondaryFilter Collection<NameValuePair>, windowStart Long, windowEnd Long, fromId String, fromTs Long, limit Long, fields EnumSet<Field>, callerUGI UserGroupInformation) : TimelineEntities extracted from public getEntities(entityType String, primaryFilter NameValuePair, secondaryFilter Collection<NameValuePair>, windowStart Long, windowEnd Long, fromId String, fromTs Long, limit Long, fields EnumSet<Field>, callerUGI UserGroupInformation) : TimelineEntities in class org.apache.hadoop.yarn.server.timeline.TimelineDataManager | From | To | |
Extract Method private doPostEntities(entities TimelineEntities, callerUGI UserGroupInformation) : TimelinePutResponse extracted from public postEntities(entities TimelineEntities, callerUGI UserGroupInformation) : TimelinePutResponse in class org.apache.hadoop.yarn.server.timeline.TimelineDataManager | From | To | |
Extract Method private doGetDomain(domainId String, callerUGI UserGroupInformation) : TimelineDomain extracted from public getDomain(domainId String, callerUGI UserGroupInformation) : TimelineDomain in class org.apache.hadoop.yarn.server.timeline.TimelineDataManager | From | To | |
Extract Method private doPutDomain(domain TimelineDomain, callerUGI UserGroupInformation) : void extracted from public putDomain(domain TimelineDomain, callerUGI UserGroupInformation) : void in class org.apache.hadoop.yarn.server.timeline.TimelineDataManager | From | To |