|
Change Parameter Type owner : OzoneProtos.Owner to owner : String in method public allocateContainer(type OzoneProtos.ReplicationType, replicationFactor OzoneProtos.ReplicationFactor, containerName String, owner String) : ContainerInfo in class org.apache.hadoop.ozone.scm.container.Mapping |
From |
To |
|
Change Parameter Type containerOwner : OzoneProtos.Owner to containerOwner : String in method public setOwner(containerOwner String) : Builder in class org.apache.hadoop.scm.container.common.helpers.ContainerInfo.Builder |
From |
To |
|
Change Parameter Type owner : OzoneProtos.Owner to owner : String in method public setOwner(owner String) : void in class org.apache.hadoop.scm.container.common.helpers.ContainerInfo |
From |
To |
|
Change Parameter Type owner : Owner to owner : String in method package ContainerKey(owner String, type ReplicationType, factor ReplicationFactor, state LifeCycleState) in class org.apache.hadoop.ozone.scm.container.ContainerStateManager.ContainerKey |
From |
To |
|
Change Parameter Type owner : Owner to owner : String in method public getMatchingContainers(owner String, type ReplicationType, factor ReplicationFactor, state LifeCycleState) : List<ContainerInfo> in class org.apache.hadoop.ozone.scm.container.ContainerStateManager |
From |
To |
|
Change Parameter Type owner : OzoneProtos.Owner to owner : String in method public allocateContainer(selector PipelineSelector, type OzoneProtos.ReplicationType, replicationFactor OzoneProtos.ReplicationFactor, containerName String, owner String) : ContainerInfo in class org.apache.hadoop.ozone.scm.container.ContainerStateManager |
From |
To |
|
Change Parameter Type owner : Owner to owner : String in method public allocateContainer(type ReplicationType, replicationFactor ReplicationFactor, containerName String, owner String) : ContainerInfo in class org.apache.hadoop.ozone.scm.container.ContainerMapping |
From |
To |
|
Change Parameter Type owner : Owner to owner : String in method public getMatchingContainer(size long, owner String, type ReplicationType, factor ReplicationFactor, state LifeCycleState) : ContainerInfo in class org.apache.hadoop.ozone.scm.container.ContainerStateManager |
From |
To |
|
Change Parameter Type owner : OzoneProtos.Owner to owner : String in method package ContainerInfo(containerName String, state OzoneProtos.LifeCycleState, pipeline Pipeline, allocatedBytes long, usedBytes long, numberOfKeys long, stateEnterTime long, owner String) in class org.apache.hadoop.scm.container.common.helpers.ContainerInfo |
From |
To |