Package | Description |
---|---|
alluxio.grpc | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
static BlockLocation |
GrpcUtils.fromProto(BlockLocation blockPLocation)
Converts a proto type to a wire type.
|
Modifier and Type | Method and Description |
---|---|
static BlockLocation |
GrpcUtils.toProto(BlockLocation blockLocation)
Converts wire type to proto type.
|
Modifier and Type | Method and Description |
---|---|
BlockLocation |
BlockLocation.setMediumType(String mediumType) |
BlockLocation |
BlockLocation.setTierAlias(String tierAlias) |
BlockLocation |
BlockLocation.setWorkerAddress(WorkerNetAddress workerAddress) |
BlockLocation |
BlockLocation.setWorkerId(long workerId) |
Modifier and Type | Method and Description |
---|---|
List<BlockLocation> |
BlockInfo.getLocations() |
Modifier and Type | Method and Description |
---|---|
BlockInfo |
BlockInfo.setLocations(List<BlockLocation> locations) |
Copyright © 2023. All Rights Reserved.