Toggle navigation
Home
org.apache.hadoop.hbase.ClusterStatus to org.apache.hadoop.hbase.ClusterMetrics
No. of Instances - 69
No. of Commits - 2
No. of Projects - {'hbase'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Method invocation
postGetClusterStatus
to
postGetClusterMetrics
setClusterStatus
to
setClusterMetrics
getMaster
to
getMasterName
getMaster
to
getMasterName
setClusterStatus
to
setClusterMetrics
setClusterStatus
to
setClusterMetrics
getMaster
to
getMasterName
getMaster
to
getMasterName
getServers
to
getMasterName
setClusterStatus
to
setClusterMetrics
getServers
to
getBackupMasterNames
Add or Remove Method invocation
status.getServers()
to
status.getLiveServerMetrics().keySet()
status.getMaster().equals(activeName)
to
status.getMasterName().equals(activeName)
status.getBackupMasters().size()
to
status.getBackupMasterNames().size()
active.getClusterStatus()
to
active.getClusterMetrics()
status.getMaster().equals(activeName)
to
status.getMasterName().equals(activeName)
status.getBackupMasters().size()
to
status.getBackupMasterNames().size()
active.getClusterStatus()
to
active.getClusterMetrics()
status.getBackupMasters().size()
to
status.getBackupMasterNames().size()
status.getMaster()
to
status.getMasterName()
status.getServers()
to
status.getBackupMasterNames()
status.getBackupMasters()
to
status.getLiveServerMetrics().keySet()
initial.getBackupMasters()
to
initial.getBackupMasterNames()
initial.getBackupMasters()
to
initial.getBackupMasterNames()
initial.getBackupMasters()
to
initial.getBackupMasterNames()
cluster.getInitialClusterStatus()
to
cluster.getInitialClusterMetrics()
status.getServers()
to
status.getLiveServerMetrics().keySet()
clusterStatus.isBalancerOn()
to
clusterStatus.getBalancerOn()
active.getClusterStatus()
to
active.getClusterMetrics()
clusterStatus.isBalancerOn()
to
clusterStatus.getBalancerOn()
active.getClusterStatus()
to
active.getClusterMetrics()
clusterStatus.isBalancerOn()
to
clusterStatus.getBalancerOn()
initial.getServers()
to
initial.getLiveServerMetrics().keySet()
initial.getServers()
to
initial.getLiveServerMetrics().keySet()
status.getBackupMasters().size()
to
status.getBackupMasterNames().size()
status.getRegionsCount()
to
status.getRegionCount()
status.getServers()
to
status.getLiveServerMetrics().entrySet()
observer.postGetClusterStatus(this,status)
to
observer.postGetClusterMetrics(this,status)
ProtobufUtil.toClusterStatus(resp.getClusterStatus())
to
ClusterMetricsBuilder.toClusterMetrics(resp.getClusterStatus())
current.getServers()
to
current.getLiveServerMetrics().keySet()
current.getServers()
to
current.getLiveServerMetrics().keySet()
status.getServers().contains(status.getMaster())
to
status.getLiveServerMetrics().containsKey(status.getMasterName())
status.getServers()
to
status.getLiveServerMetrics().keySet()
current.getMaster().getHostAndPort()
to
current.getMasterName().getHostAndPort()
current.getMaster()
to
current.getMasterName()
current.getMaster()
to
current.getMasterName()
current.getBackupMasters()
to
current.getBackupMasterNames()
current.getBackupMasters()
to
current.getBackupMasterNames()
current.getBackupMasters()
to
current.getBackupMasterNames()
ServerName.isSameAddress(initMaster,current.getMaster())
to
ServerName.isSameAddress(initMaster,current.getMasterName())
Arrays.asList(sn)
to
serverMetricsMap
when(clusterStatus.getServers())
to
when(clusterStatus.getLiveServerMetrics())
server.equals(clusterStatus.getMaster())
to
server.equals(clusterStatus.getMasterName())
admin.getClusterStatus(EnumSet.of(Option.LIVE_SERVERS,Option.DEAD_SERVERS,Option.MASTER,Option.BACKUP_MASTERS,Option.REGIONS_IN_TRANSITION,Option.HBASE_VERSION))
to
admin.getClusterMetrics(EnumSet.of(Option.LIVE_SERVERS,Option.DEAD_SERVERS,Option.MASTER,Option.BACKUP_MASTERS,Option.REGIONS_IN_TRANSITION,Option.HBASE_VERSION))
status.getMaster()
to
status.getMasterName()
status.getRegionsCount()
to
status.getRegionCount()
status.getServers()
to
status.getLiveServerMetrics().keySet()
clusterStatus.getServers()
to
clusterStatus.getLiveServerMetrics().entrySet()
Rename Variable
getClusterStatus
to
getClusterMetrics
getClusterStatusWithoutCoprocessor
to
getClusterMetricsWithoutCoprocessor
st
to
sm
getClusterStatus
to
getClusterMetrics
getClusterStatus
to
getClusterMetrics
getClusterStatus
to
getClusterMetrics
getClusterStatusWithoutCoprocessor
to
getClusterMetricsWithoutCoprocessor
getClusterStatus
to
getClusterMetrics
getClusterStatus
to
getClusterMetrics
Other
builder.build()
to
builder.build()
Cascading Type Change (Similar)
ClusterStatus
to
ClusterMetrics
Cascading Type Change (Different)
Collection<ServerName>
to
ServerName