fa763cf4fc8ab35824ee6a169a85833ad0adaba4
Files Diff
- Added: 8
- Removed: 0
- Renamed: 0
- Modified: 26
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 5 | ||
Rename Method public getActiveNodes() : Set<Node> renamed to public getNodes(state NodeState) : Set<Node> in class com.facebook.presto.redis.TestRedisPlugin.TestingNodeManager | From | To | |
Rename Method public getActiveNodes() : Set<Node> renamed to public getNodes(state NodeState) : Set<Node> in class com.facebook.presto.raptor.storage.TestShardEjector.TestingNodeManager | From | To | |
Rename Method public getActiveNodes() : Set<Node> renamed to public getNodes(state NodeState) : Set<Node> in class com.facebook.presto.connector.jmx.TestJmxSplitManager.TestingNodeManager | From | To | |
Rename Method public getActiveNodes() : Set<Node> renamed to public getNodes(state NodeState) : Set<Node> in class com.facebook.presto.kafka.TestKafkaPlugin.TestingNodeManager | From | To | |
Rename Method public getActiveNodes() : Set<Node> renamed to public getNodes(state NodeState) : Set<Node> in class com.facebook.presto.spi.NodeManager | From | To | |
Rename Variable | 2 | ||
Rename Variable activeNodeIds : ImmutableSet<String> to aliveNodeIds : ImmutableSet<String> in method private updateNodes(assignments MemoryPoolAssignmentsRequest) : void in class com.facebook.presto.memory.ClusterMemoryManager | From | To | |
Rename Variable activeNodes : Set<Node> to aliveNodes : Set<Node> in method private updateNodes(assignments MemoryPoolAssignmentsRequest) : void in class com.facebook.presto.memory.ClusterMemoryManager | From | To | |
Extract Method | 2 | ||
Extract Method private addRows(table Builder, nodes Set<Node>, state NodeState) : void extracted from public cursor(session ConnectorSession, constraint TupleDomain<Integer>) : RecordCursor in class com.facebook.presto.connector.system.NodeSystemTable | From | To |