Package | Description |
---|---|
alluxio.hub.agent.util.process | |
alluxio.hub.proto |
Modifier and Type | Method and Description |
---|---|
AlluxioProcessStatus |
NodeStatus.getProcessStatus(AlluxioNodeType type)
Get the current process status.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<AlluxioProcessStatus> |
AlluxioProcessStatus.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AlluxioProcessStatus |
AlluxioProcessStatus.Builder.build() |
AlluxioProcessStatus |
AlluxioProcessStatus.Builder.buildPartial() |
static AlluxioProcessStatus |
AlluxioProcessStatus.getDefaultInstance() |
AlluxioProcessStatus |
AlluxioProcessStatus.getDefaultInstanceForType() |
AlluxioProcessStatus |
AlluxioProcessStatus.Builder.getDefaultInstanceForType() |
AlluxioProcessStatus |
AlluxioNodeStatusOrBuilder.getProcess(int index)
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1; |
AlluxioProcessStatus |
AlluxioNodeStatus.getProcess(int index)
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1; |
AlluxioProcessStatus |
AlluxioNodeStatus.Builder.getProcess(int index)
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1; |
static AlluxioProcessStatus |
AlluxioProcessStatus.parseDelimitedFrom(InputStream input) |
static AlluxioProcessStatus |
AlluxioProcessStatus.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AlluxioProcessStatus |
AlluxioProcessStatus.parseFrom(byte[] data) |
static AlluxioProcessStatus |
AlluxioProcessStatus.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AlluxioProcessStatus |
AlluxioProcessStatus.parseFrom(ByteBuffer data) |
static AlluxioProcessStatus |
AlluxioProcessStatus.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AlluxioProcessStatus |
AlluxioProcessStatus.parseFrom(com.google.protobuf.ByteString data) |
static AlluxioProcessStatus |
AlluxioProcessStatus.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AlluxioProcessStatus |
AlluxioProcessStatus.parseFrom(com.google.protobuf.CodedInputStream input) |
static AlluxioProcessStatus |
AlluxioProcessStatus.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AlluxioProcessStatus |
AlluxioProcessStatus.parseFrom(InputStream input) |
static AlluxioProcessStatus |
AlluxioProcessStatus.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<AlluxioProcessStatus> |
AlluxioProcessStatus.getParserForType() |
List<AlluxioProcessStatus> |
AlluxioNodeStatusOrBuilder.getProcessList()
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1; |
List<AlluxioProcessStatus> |
AlluxioNodeStatus.getProcessList()
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1; |
List<AlluxioProcessStatus> |
AlluxioNodeStatus.Builder.getProcessList()
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1; |
static com.google.protobuf.Parser<AlluxioProcessStatus> |
AlluxioProcessStatus.parser() |
Modifier and Type | Method and Description |
---|---|
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.addProcess(AlluxioProcessStatus value)
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1; |
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.addProcess(int index,
AlluxioProcessStatus value)
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1; |
AlluxioProcessStatus.Builder |
AlluxioProcessStatus.Builder.mergeFrom(AlluxioProcessStatus other) |
static AlluxioProcessStatus.Builder |
AlluxioProcessStatus.newBuilder(AlluxioProcessStatus prototype) |
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.setProcess(int index,
AlluxioProcessStatus value)
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1; |
Modifier and Type | Method and Description |
---|---|
AlluxioNodeStatus.Builder |
AlluxioNodeStatus.Builder.addAllProcess(Iterable<? extends AlluxioProcessStatus> values)
repeated .alluxio.hub.proto.AlluxioProcessStatus process = 1; |
Copyright © 2023. All Rights Reserved.