|
Change Parameter Type cacheName : String to jobArchive : TensorFlowJobArchive in method public TensorFlowClusterMaintainer(clusterId UUID, jobArchive TensorFlowJobArchive, topicName String) in class org.apache.ignite.tensorflow.cluster.TensorFlowClusterMaintainer |
From |
To |
|
Change Parameter Type dst : PrintStream to dst : Consumer<String> in method private forwardStream(src InputStream, dst Consumer<String>) : Future<?> in class org.apache.ignite.tensorflow.core.util.NativeProcessRunner |
From |
To |
|
Change Parameter Type spec : TensorFlowClusterSpec to ignite : Ignite in method public format(ignite Ignite) : String in class org.apache.ignite.tensorflow.cluster.spec.TensorFlowClusterSpec |
From |
To |
|
Change Parameter Type subscriber : Consumer<TensorFlowCluster> to subscriber : Consumer<Optional<TensorFlowCluster>> in method public subscribe(subscriber Consumer<Optional<TensorFlowCluster>>) : void in class org.apache.ignite.tensorflow.cluster.TensorFlowClusterGateway |
From |
To |
|
Change Parameter Type igniteSupplier : T to ignite : Ignite in method public TensorFlowServerManager(ignite Ignite) in class org.apache.ignite.tensorflow.cluster.tfrunning.TensorFlowServerManager |
From |
To |
|
Change Parameter Type igniteSupplier : T to ignite : Ignite in method public PythonProcessManager(ignite Ignite) in class org.apache.ignite.tensorflow.core.pythonrunning.PythonProcessManager |
From |
To |
|
Change Parameter Type subscriber : Consumer<TensorFlowCluster> to subscriber : Consumer<Optional<TensorFlowCluster>> in method public unsubscribe(subscriber Consumer<Optional<TensorFlowCluster>>) : void in class org.apache.ignite.tensorflow.cluster.TensorFlowClusterGateway |
From |
To |
|
Change Parameter Type procBuilderSupplier : T to procBuilderSupplier : SerializableSupplier<ProcessBuilder> in method public NativeProcess(procBuilderSupplier SerializableSupplier<ProcessBuilder>, stdin String, nodeId UUID) in class org.apache.ignite.tensorflow.core.nativerunning.NativeProcess |
From |
To |
|
Change Parameter Type upstreamCacheName : String to clusterId : UUID in method public stopClusterIfExists(clusterId UUID) : void in class org.apache.ignite.tensorflow.cluster.TensorFlowClusterManager |
From |
To |
|
Change Parameter Type igniteSupplier : T to ignite : Ignite in method public NativeProcessManager(ignite Ignite) in class org.apache.ignite.tensorflow.core.nativerunning.NativeProcessManager |
From |
To |
|
Change Parameter Type spec : TensorFlowServerAddressSpec to ignite : Ignite in method public format(ignite Ignite) : String in class org.apache.ignite.tensorflow.cluster.spec.TensorFlowServerAddressSpec |
From |
To |
|
Change Parameter Type igniteSupplier : T to ignite : Ignite in method public ClusterPortManager(ignite Ignite, poolName String, from int, cnt int) in class org.apache.ignite.tensorflow.cluster.util.ClusterPortManager |
From |
To |
|
Change Parameter Type cluster : TensorFlowCluster to cluster : Optional<TensorFlowCluster> in method public apply(uuid UUID, cluster Optional<TensorFlowCluster>) : boolean in class org.apache.ignite.tensorflow.cluster.TensorFlowClusterGateway |
From |
To |
|
Change Parameter Type igniteSupplier : T to ignite : Ignite in method public LongRunningProcessManager(ignite Ignite) in class org.apache.ignite.tensorflow.core.longrunning.LongRunningProcessManager |
From |
To |
|
Move Attribute private serialVersionUID : long from class org.apache.ignite.tensorflow.cluster.TensorFlowClusterManager to private serialVersionUID : long from class org.apache.ignite.tensorflow.cluster.util.ClusterPortManager.HostIdentifier |
From |
To |
|
Move Attribute private serialVersionUID : long from class org.apache.ignite.tensorflow.cluster.util.TensorFlowClusterResolver to private serialVersionUID : long from class org.apache.ignite.tensorflow.cluster.util.ClusterPortManager.HostIdentifier |
From |
To |
|
Move Attribute private serialVersionUID : long from class org.apache.ignite.tensorflow.cluster.TensorFlowClusterManager to private serialVersionUID : long from class org.apache.ignite.tensorflow.cluster.TensorFlowJobArchive |
From |
To |
|
Move Attribute private serialVersionUID : long from class org.apache.ignite.tensorflow.cluster.tfrunning.TensorFlowServerManager to private serialVersionUID : long from class org.apache.ignite.tensorflow.cluster.TensorFlowJobArchive |
From |
To |
|
Move Attribute private serialVersionUID : long from class org.apache.ignite.tensorflow.cluster.util.ClusterPortManager to private serialVersionUID : long from class org.apache.ignite.tensorflow.cluster.util.ClusterPortManager.HostIdentifier |
From |
To |
|
Move Attribute private serialVersionUID : long from class org.apache.ignite.tensorflow.cluster.util.ClusterPortManager to private serialVersionUID : long from class org.apache.ignite.tensorflow.cluster.TensorFlowJobArchive |
From |
To |
|
Move Attribute private serialVersionUID : long from class org.apache.ignite.tensorflow.cluster.util.TensorFlowClusterResolver to private serialVersionUID : long from class org.apache.ignite.tensorflow.cluster.TensorFlowJobArchive |
From |
To |
|
Change Attribute Type igniteSupplier : Supplier<Ignite> to ignite : Ignite in class org.apache.ignite.tensorflow.core.longrunning.LongRunningProcessManager |
From |
To |
|
Change Attribute Type subscribers : HashSet<Consumer<TensorFlowCluster>> to subscribers : HashSet<Consumer<Optional<TensorFlowCluster>>> in class org.apache.ignite.tensorflow.cluster.TensorFlowClusterGateway |
From |
To |
|
Change Attribute Type procBuilderSupplier : Supplier<ProcessBuilder> to procBuilderSupplier : SerializableSupplier<ProcessBuilder> in class org.apache.ignite.tensorflow.core.nativerunning.NativeProcess |
From |
To |
|
Change Attribute Type last : TensorFlowCluster to last : Optional<TensorFlowCluster> in class org.apache.ignite.tensorflow.cluster.TensorFlowClusterGateway |
From |
To |
|
Change Attribute Type cache : IgniteCache<String,TensorFlowCluster> to cache : IgniteCache<UUID,TensorFlowCluster> in class org.apache.ignite.tensorflow.cluster.TensorFlowClusterManager |
From |
To |
|
Change Attribute Type cache : IgniteCache<UUID,BitSet> to cache : IgniteCache<HostIdentifier,BitSet> in class org.apache.ignite.tensorflow.cluster.util.ClusterPortManager |
From |
To |
|
Change Attribute Type igniteSupplier : Supplier<Ignite> to ignite : Ignite in class org.apache.ignite.tensorflow.cluster.util.ClusterPortManager |
From |
To |
|
Rename Parameter igniteSupplier : T to ignite : Ignite in method public NativeProcessManager(ignite Ignite) in class org.apache.ignite.tensorflow.core.nativerunning.NativeProcessManager |
From |
To |
|
Rename Parameter cacheName : String to jobArchive : TensorFlowJobArchive in method public TensorFlowClusterMaintainer(clusterId UUID, jobArchive TensorFlowJobArchive, topicName String) in class org.apache.ignite.tensorflow.cluster.TensorFlowClusterMaintainer |
From |
To |
|
Rename Parameter spec : TensorFlowServer to srv : TensorFlowServer in method public format(srv TensorFlowServer, join boolean, ignite Ignite) : String in class org.apache.ignite.tensorflow.cluster.tfrunning.TensorFlowServerScriptFormatter |
From |
To |
|
Rename Parameter spec : TensorFlowServerAddressSpec to ignite : Ignite in method public format(ignite Ignite) : String in class org.apache.ignite.tensorflow.cluster.spec.TensorFlowServerAddressSpec |
From |
To |
|
Rename Parameter igniteSupplier : T to ignite : Ignite in method public ClusterPortManager(ignite Ignite, poolName String, from int, cnt int) in class org.apache.ignite.tensorflow.cluster.util.ClusterPortManager |
From |
To |
|
Rename Parameter spec : TensorFlowClusterSpec to ignite : Ignite in method public format(ignite Ignite) : String in class org.apache.ignite.tensorflow.cluster.spec.TensorFlowClusterSpec |
From |
To |
|
Rename Parameter igniteSupplier : T to ignite : Ignite in method public TensorFlowServerManager(ignite Ignite) in class org.apache.ignite.tensorflow.cluster.tfrunning.TensorFlowServerManager |
From |
To |
|
Rename Parameter igniteSupplier : T to ignite : Ignite in method public PythonProcessManager(ignite Ignite) in class org.apache.ignite.tensorflow.core.pythonrunning.PythonProcessManager |
From |
To |
|
Rename Parameter igniteSupplier : T to ignite : Ignite in method public LongRunningProcessManager(ignite Ignite) in class org.apache.ignite.tensorflow.core.longrunning.LongRunningProcessManager |
From |
To |
|
Rename Parameter upstreamCacheName : String to clusterId : UUID in method public stopClusterIfExists(clusterId UUID) : void in class org.apache.ignite.tensorflow.cluster.TensorFlowClusterManager |
From |
To |