Package | Description |
---|---|
alluxio.client.block | |
alluxio.grpc | |
alluxio.master.block |
Modifier and Type | Method and Description |
---|---|
List<WorkerLostStorageInfo> |
RetryHandlingBlockMasterClient.getWorkerLostStorage() |
List<WorkerLostStorageInfo> |
BlockMasterClient.getWorkerLostStorage() |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<WorkerLostStorageInfo> |
WorkerLostStorageInfo.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
WorkerLostStorageInfo |
WorkerLostStorageInfo.Builder.build() |
WorkerLostStorageInfo |
WorkerLostStorageInfo.Builder.buildPartial() |
static WorkerLostStorageInfo |
WorkerLostStorageInfo.getDefaultInstance() |
WorkerLostStorageInfo |
WorkerLostStorageInfo.getDefaultInstanceForType() |
WorkerLostStorageInfo |
WorkerLostStorageInfo.Builder.getDefaultInstanceForType() |
WorkerLostStorageInfo |
GetWorkerLostStoragePResponseOrBuilder.getWorkerLostStorageInfo(int index)
repeated .alluxio.grpc.block.WorkerLostStorageInfo workerLostStorageInfo = 1; |
WorkerLostStorageInfo |
GetWorkerLostStoragePResponse.getWorkerLostStorageInfo(int index)
repeated .alluxio.grpc.block.WorkerLostStorageInfo workerLostStorageInfo = 1; |
WorkerLostStorageInfo |
GetWorkerLostStoragePResponse.Builder.getWorkerLostStorageInfo(int index)
repeated .alluxio.grpc.block.WorkerLostStorageInfo workerLostStorageInfo = 1; |
static WorkerLostStorageInfo |
WorkerLostStorageInfo.parseDelimitedFrom(InputStream input) |
static WorkerLostStorageInfo |
WorkerLostStorageInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkerLostStorageInfo |
WorkerLostStorageInfo.parseFrom(byte[] data) |
static WorkerLostStorageInfo |
WorkerLostStorageInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkerLostStorageInfo |
WorkerLostStorageInfo.parseFrom(ByteBuffer data) |
static WorkerLostStorageInfo |
WorkerLostStorageInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkerLostStorageInfo |
WorkerLostStorageInfo.parseFrom(com.google.protobuf.ByteString data) |
static WorkerLostStorageInfo |
WorkerLostStorageInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkerLostStorageInfo |
WorkerLostStorageInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static WorkerLostStorageInfo |
WorkerLostStorageInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WorkerLostStorageInfo |
WorkerLostStorageInfo.parseFrom(InputStream input) |
static WorkerLostStorageInfo |
WorkerLostStorageInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<WorkerLostStorageInfo> |
WorkerLostStorageInfo.getParserForType() |
List<WorkerLostStorageInfo> |
GetWorkerLostStoragePResponseOrBuilder.getWorkerLostStorageInfoList()
repeated .alluxio.grpc.block.WorkerLostStorageInfo workerLostStorageInfo = 1; |
List<WorkerLostStorageInfo> |
GetWorkerLostStoragePResponse.getWorkerLostStorageInfoList()
repeated .alluxio.grpc.block.WorkerLostStorageInfo workerLostStorageInfo = 1; |
List<WorkerLostStorageInfo> |
GetWorkerLostStoragePResponse.Builder.getWorkerLostStorageInfoList()
repeated .alluxio.grpc.block.WorkerLostStorageInfo workerLostStorageInfo = 1; |
static com.google.protobuf.Parser<WorkerLostStorageInfo> |
WorkerLostStorageInfo.parser() |
Modifier and Type | Method and Description |
---|---|
GetWorkerLostStoragePResponse.Builder |
GetWorkerLostStoragePResponse.Builder.addWorkerLostStorageInfo(int index,
WorkerLostStorageInfo value)
repeated .alluxio.grpc.block.WorkerLostStorageInfo workerLostStorageInfo = 1; |
GetWorkerLostStoragePResponse.Builder |
GetWorkerLostStoragePResponse.Builder.addWorkerLostStorageInfo(WorkerLostStorageInfo value)
repeated .alluxio.grpc.block.WorkerLostStorageInfo workerLostStorageInfo = 1; |
WorkerLostStorageInfo.Builder |
WorkerLostStorageInfo.Builder.mergeFrom(WorkerLostStorageInfo other) |
static WorkerLostStorageInfo.Builder |
WorkerLostStorageInfo.newBuilder(WorkerLostStorageInfo prototype) |
GetWorkerLostStoragePResponse.Builder |
GetWorkerLostStoragePResponse.Builder.setWorkerLostStorageInfo(int index,
WorkerLostStorageInfo value)
repeated .alluxio.grpc.block.WorkerLostStorageInfo workerLostStorageInfo = 1; |
Modifier and Type | Method and Description |
---|---|
GetWorkerLostStoragePResponse.Builder |
GetWorkerLostStoragePResponse.Builder.addAllWorkerLostStorageInfo(Iterable<? extends WorkerLostStorageInfo> values)
repeated .alluxio.grpc.block.WorkerLostStorageInfo workerLostStorageInfo = 1; |
Modifier and Type | Method and Description |
---|---|
List<WorkerLostStorageInfo> |
DefaultBlockMaster.getWorkerLostStorage() |
List<WorkerLostStorageInfo> |
BlockMaster.getWorkerLostStorage() |
Copyright © 2023. All Rights Reserved.