| 
                                Change Parameter Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method private serializeMetrics(metrics ClusterNodeMetricsMBean) : byte[] in class org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryHeartbeatMessage | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method private updateMetrics(nodeId UUID, metrics ClusterNodeMetricsMBean, tstamp long) : void in class org.apache.ignite.spi.discovery.tcp.TcpClientDiscoverySpi.MessageWorker | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method private updateMetrics(nodeId UUID, metrics ClusterNodeMetricsMBean, tstamp long) : void in class org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.RingMessageWorker | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method public setMetrics(metrics ClusterNodeMetricsMBean) : void in class org.apache.ignite.spi.discovery.tcp.internal.TcpDiscoveryNode | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method public GridTestNode(id UUID, metrics ClusterNodeMetricsMBean) in class org.gridgain.testframework.GridTestNode | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method private addClientMetrics(nodeId UUID, metrics ClusterNodeMetricsMBean) : void in class org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryHeartbeatMessage.MetricsSet | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method private serializeMetrics(nodeId UUID, metrics ClusterNodeMetricsMBean) : byte[] in class org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryHeartbeatMessage | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method public MetricsSet(metrics ClusterNodeMetricsMBean) in class org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryHeartbeatMessage.MetricsSet | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method public serialize(data byte[], off int, metrics ClusterNodeMetricsMBean) : int in class org.apache.ignite.spi.discovery.DiscoveryMetricsHelper | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method public setClientMetrics(nodeId UUID, clientNodeId UUID, metrics ClusterNodeMetricsMBean) : void in class org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryHeartbeatMessage | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method public setMetrics(metrics ClusterNodeMetricsMBean) : void in class org.gridgain.testframework.GridTestNode | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method public setMetrics(nodeId UUID, metrics ClusterNodeMetricsMBean) : void in class org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryHeartbeatMessage | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Parameter Type	delegate : GridCacheMetricsAdapter to delegate : CacheMetricsMxBeanImpl in method public delegate(delegate CacheMetricsMxBeanImpl) : void in class org.gridgain.grid.kernal.processors.cache.CacheMetricsMxBeanImpl | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Change Return Type	Collection<T2<UUID,ClusterNodeMetrics>> to Collection<T2<UUID,ClusterNodeMetricsMBean>> in method public clientMetrics() : Collection<T2<UUID,ClusterNodeMetricsMBean>> in class org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryHeartbeatMessage.MetricsSet | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	ClusterNodeMetrics to ClusterNodeMetricsMBean in method public metrics() : ClusterNodeMetricsMBean in class org.apache.ignite.spi.discovery.tcp.internal.TcpDiscoveryNode | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	ClusterNodeMetrics to ClusterNodeMetricsMBean in method public getMetrics() : ClusterNodeMetricsMBean in class org.apache.ignite.spi.discovery.DiscoveryMetricsProvider | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	GridCacheMetricsAdapter to CacheMetricsMxBeanImpl in method public metrics0() : CacheMetricsMxBeanImpl in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	ClusterNodeMetrics to ClusterNodeMetricsMBean in method public metrics() : ClusterNodeMetricsMBean in class org.gridgain.grid.kernal.GridDiscoverySelfTest.GridDiscoveryTestNode | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	int to long in method public getCacheTxCommits() : long in class org.gridgain.grid.kernal.processors.cache.CacheMetricsMxBeanImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	ClusterNodeMetrics to ClusterNodeMetricsMBean in method public metrics() : ClusterNodeMetricsMBean in class org.gridgain.grid.p2p.GridP2PClassLoadingSelfTest.TestGridNode | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	ClusterNodeMetrics to ClusterNodeMetricsMBean in method private createMetrics() : ClusterNodeMetricsMBean in class org.apache.ignite.spi.discovery.GridDiscoveryMetricsHelperSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	int to long in method public getCacheTxCommits() : long in class org.gridgain.grid.cache.CacheMetricsMxBean | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	int to long in method public getCacheTxRollbacks() : long in class org.gridgain.grid.cache.CacheMetricsMxBean | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	ClusterNodeMetrics to ClusterNodeMetricsMBean in method public metrics() : ClusterNodeMetricsMBean in class org.gridgain.testframework.GridTestNode | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	int to long in method public getCacheTxRollbacks() : long in class org.gridgain.grid.kernal.processors.cache.CacheMetricsMxBeanImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	ClusterNodeMetrics to ClusterNodeMetricsMBean in method public metrics() : ClusterNodeMetricsMBean in class org.apache.ignite.spi.discovery.tcp.messages.TcpDiscoveryHeartbeatMessage.MetricsSet | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	ClusterNodeMetrics to ClusterNodeMetricsMBean in method public metrics() : ClusterNodeMetricsMBean in class org.apache.ignite.cluster.ClusterNode | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	ClusterNodeMetrics to ClusterNodeMetricsMBean in method public deserialize(data byte[], off int) : ClusterNodeMetricsMBean in class org.apache.ignite.spi.discovery.DiscoveryMetricsHelper | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Return Type	ClusterNodeMetrics to ClusterNodeMetricsMBean in method package metrics() : ClusterNodeMetricsMBean in class org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.ClientMessageWorker | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Change Variable Type	m : ClusterNodeMetrics to m : ClusterNodeMetricsMBean in method private freeHeap(node ClusterNode) : long in class org.gridgain.grid.kernal.visor.node.VisorNodeGcTask.VisorGcJob | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method public testSingleTaskMetrics() : void in class org.gridgain.grid.kernal.ClusterNodeMetricsSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method public testSingleTaskMetrics() : void in class org.gridgain.grid.kernal.GridNonHistoryMetricsSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method public apply() : boolean in class org.gridgain.grid.kernal.GridNonHistoryMetricsSelfTest.testSingleTaskMetrics.waitForCondition | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	metrics1 : ClusterNodeMetrics to metrics1 : ClusterNodeMetricsMBean in method public testSerialization() : void in class org.apache.ignite.spi.discovery.GridDiscoveryMetricsHelperSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	m : ClusterNodeMetrics to m : ClusterNodeMetricsMBean in method package ClusterMetricsImpl(p ClusterGroup) in class org.gridgain.grid.kernal.ClusterMetricsImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method private processHeartbeatMessage(msg TcpDiscoveryHeartbeatMessage) : void in class org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.RingMessageWorker | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method public getLoad(node ClusterNode, jobsSentSinceLastUpdate int) : double in class org.apache.ignite.spi.loadbalancing.adaptive.AdaptiveProcessingTimeLoadProbe | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	t : T2<UUID,ClusterNodeMetrics> to t : T2<UUID,ClusterNodeMetricsMBean> in method private processHeartbeatMessage(msg TcpDiscoveryHeartbeatMessage) : void in class org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.RingMessageWorker | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	m : ClusterNodeMetrics to m : ClusterNodeMetricsMBean in method protected safeRun() : void in class org.gridgain.grid.kernal.GridKernal.start.scheduleAtFixedRate | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	m : GridCacheMetricsAdapter to m : CacheMetricsMxBeanImpl in method public start() : void in class org.gridgain.grid.kernal.processors.cache.distributed.dht.GridDhtCache | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	res : ClusterNodeMetrics to res : ClusterNodeMetricsMBean in method public testMetricsSize() : void in class org.apache.ignite.spi.discovery.GridDiscoveryMetricsHelperSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	m : ClusterNodeMetrics to m : ClusterNodeMetricsMBean in method public heapSize(nodes Iterable<ClusterNode>, precision int) : double in class org.gridgain.grid.util.GridUtils | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method public getLoad(node ClusterNode, jobsSentSinceLastUpdate int) : double in class org.apache.ignite.spi.loadbalancing.adaptive.AdaptiveJobCountLoadProbe | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method private createNodeBean(node ClusterNode, mtr boolean, attr boolean) : GridClientNodeBean in class org.gridgain.grid.kernal.processors.rest.handlers.top.GridTopologyCommandHandler | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	metrics : Map<UUID,ClusterNodeMetrics> to metrics : Map<UUID,ClusterNodeMetricsMBean> in method public testMultipleMetricsSerialization() : void in class org.apache.ignite.spi.discovery.GridDiscoveryMetricsHelperSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method public testIoMetrics() : void in class org.gridgain.grid.kernal.ClusterNodeMetricsSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method public testInternalTaskMetrics() : void in class org.gridgain.grid.kernal.ClusterNodeMetricsSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in method public getLoad(node ClusterNode, jobsSentSinceLastUpdate int) : double in class org.apache.ignite.spi.loadbalancing.adaptive.AdaptiveCpuLoadProbe | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	t : T2<UUID,ClusterNodeMetrics> to t : T2<UUID,ClusterNodeMetricsMBean> in method private processHeartbeatMessage(msg TcpDiscoveryHeartbeatMessage) : void in class org.apache.ignite.spi.discovery.tcp.TcpClientDiscoverySpi.MessageWorker | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	m : GridCacheMetricsAdapter to m : CacheMetricsMxBeanImpl in method public start() : void in class org.gridgain.grid.kernal.processors.cache.distributed.dht.atomic.GridDhtAtomicCache | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Variable Type	metrics2 : ClusterNodeMetrics to metrics2 : ClusterNodeMetricsMBean in method public testSerialization() : void in class org.apache.ignite.spi.discovery.GridDiscoveryMetricsHelperSelfTest | 
                                From | 
                                To | 
                            
                            
                            
                            
                            
                            
                            
                                 | 
                                Change Attribute Type	getTimeNanos : long to getTimeNanos : AtomicLong in class org.gridgain.grid.kernal.processors.cache.CacheMetricsMxBeanImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in class org.gridgain.testframework.GridTestNode | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	txRollbacks : int to txRollbacks : AtomicLong in class org.gridgain.grid.kernal.processors.cache.CacheMetricsMxBeanImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	metrics : GridCacheMetricsAdapter to metrics : CacheMetricsMxBeanImpl in class org.gridgain.grid.kernal.processors.cache.GridCacheAdapter | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	misses : int to misses : AtomicLong in class org.gridgain.grid.kernal.processors.cache.CacheMetricsMxBeanImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	hits : int to hits : AtomicLong in class org.gridgain.grid.kernal.processors.cache.CacheMetricsMxBeanImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	removeTimeNanos : long to removeTimeNanos : AtomicLong in class org.gridgain.grid.kernal.processors.cache.CacheMetricsMxBeanImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in class org.apache.ignite.spi.discovery.tcp.internal.TcpDiscoveryNode | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	delegate : GridCacheMetricsAdapter to delegate : CacheMetricsMxBeanImpl in class org.gridgain.grid.kernal.processors.cache.CacheMetricsMxBeanImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	putTimeNanos : long to putTimeNanos : AtomicLong in class org.gridgain.grid.kernal.processors.cache.CacheMetricsMxBeanImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	txCommits : int to txCommits : AtomicLong in class org.gridgain.grid.kernal.processors.cache.CacheMetricsMxBeanImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	metrics : ClusterNodeMetrics to metrics : ClusterNodeMetricsMBean in class org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi.ClientMessageWorker | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	rmCnt : long to rmCnt : AtomicLong in class org.gridgain.grid.kernal.processors.cache.CacheMetricsMxBeanImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	reads : int to reads : AtomicLong in class org.gridgain.grid.kernal.processors.cache.CacheMetricsMxBeanImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	evictCnt : long to evictCnt : AtomicLong in class org.gridgain.grid.kernal.processors.cache.CacheMetricsMxBeanImpl | 
                                From | 
                                To | 
                            
                            
                            
                                 | 
                                Change Attribute Type	writes : int to writes : AtomicLong in class org.gridgain.grid.kernal.processors.cache.CacheMetricsMxBeanImpl | 
                                From | 
                                To |