|
Move Method private worker(capacity long, used long, node String, rack String) : BlockWorkerInfo from class alluxio.client.block.policy.LocalFirstAvoidEvictionPolicyTest to public worker(capacity long, used long, node String, rack String) : BlockWorkerInfo from class alluxio.client.util.ClientTestUtils |
From |
To |
|
Move Method private worker(capacity long, node String, rack String) : BlockWorkerInfo from class alluxio.client.block.policy.LocalFirstPolicyTest to public worker(capacity long, used long, node String, rack String) : BlockWorkerInfo from class alluxio.client.util.ClientTestUtils |
From |
To |
|
Change Variable Type tieredLocations : List<TieredIdentity> to tieredLocations : List<WorkerNetAddress> in method public getInStream(blockId long, options InStreamOptions, failedWorkers Map<WorkerNetAddress,Long>) : BlockInStream in class alluxio.client.block.AlluxioBlockStore |
From |
To |
|
Change Variable Type nearest : Optional<TieredIdentity> to nearest : Optional<Pair<WorkerNetAddress,Boolean>> in method public getInStream(blockId long, options InStreamOptions, failedWorkers Map<WorkerNetAddress,Long>) : BlockInStream in class alluxio.client.block.AlluxioBlockStore |
From |
To |
|
Change Variable Type nearest : Optional<TieredIdentity> to nearest : Optional<Pair<WorkerNetAddress,Boolean>> in method public getWorker(options GetWorkerOptions) : WorkerNetAddress in class alluxio.client.block.policy.LocalFirstPolicy |
From |
To |
|
Change Variable Type identities : List<TieredIdentity> to addresses : List<WorkerNetAddress> in method public getWorker(options GetWorkerOptions) : WorkerNetAddress in class alluxio.client.block.policy.LocalFirstPolicy |
From |
To |