Package | Description |
---|---|
alluxio.client.meta | |
alluxio.grpc | |
alluxio.master.meta |
Modifier and Type | Method and Description |
---|---|
List<ProxyStatus> |
MetaMasterClient.listProxyStatus()
Lists information of all known proxy instances from the primary master.
|
List<ProxyStatus> |
RetryHandlingMetaMasterClient.listProxyStatus() |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ProxyStatus> |
ProxyStatus.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ProxyStatus |
ProxyStatus.Builder.build() |
ProxyStatus |
ProxyStatus.Builder.buildPartial() |
static ProxyStatus |
ProxyStatus.getDefaultInstance() |
ProxyStatus |
ProxyStatus.getDefaultInstanceForType() |
ProxyStatus |
ProxyStatus.Builder.getDefaultInstanceForType() |
ProxyStatus |
ListProxyStatusPResponseOrBuilder.getProxyStatuses(int index)
repeated .alluxio.grpc.meta.ProxyStatus proxyStatuses = 1; |
ProxyStatus |
ListProxyStatusPResponse.getProxyStatuses(int index)
repeated .alluxio.grpc.meta.ProxyStatus proxyStatuses = 1; |
ProxyStatus |
ListProxyStatusPResponse.Builder.getProxyStatuses(int index)
repeated .alluxio.grpc.meta.ProxyStatus proxyStatuses = 1; |
static ProxyStatus |
ProxyStatus.parseDelimitedFrom(InputStream input) |
static ProxyStatus |
ProxyStatus.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProxyStatus |
ProxyStatus.parseFrom(byte[] data) |
static ProxyStatus |
ProxyStatus.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProxyStatus |
ProxyStatus.parseFrom(ByteBuffer data) |
static ProxyStatus |
ProxyStatus.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProxyStatus |
ProxyStatus.parseFrom(com.google.protobuf.ByteString data) |
static ProxyStatus |
ProxyStatus.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProxyStatus |
ProxyStatus.parseFrom(com.google.protobuf.CodedInputStream input) |
static ProxyStatus |
ProxyStatus.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProxyStatus |
ProxyStatus.parseFrom(InputStream input) |
static ProxyStatus |
ProxyStatus.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<ProxyStatus> |
ProxyStatus.getParserForType() |
List<ProxyStatus> |
ListProxyStatusPResponseOrBuilder.getProxyStatusesList()
repeated .alluxio.grpc.meta.ProxyStatus proxyStatuses = 1; |
List<ProxyStatus> |
ListProxyStatusPResponse.getProxyStatusesList()
repeated .alluxio.grpc.meta.ProxyStatus proxyStatuses = 1; |
List<ProxyStatus> |
ListProxyStatusPResponse.Builder.getProxyStatusesList()
repeated .alluxio.grpc.meta.ProxyStatus proxyStatuses = 1; |
static com.google.protobuf.Parser<ProxyStatus> |
ProxyStatus.parser() |
Modifier and Type | Method and Description |
---|---|
ListProxyStatusPResponse.Builder |
ListProxyStatusPResponse.Builder.addProxyStatuses(int index,
ProxyStatus value)
repeated .alluxio.grpc.meta.ProxyStatus proxyStatuses = 1; |
ListProxyStatusPResponse.Builder |
ListProxyStatusPResponse.Builder.addProxyStatuses(ProxyStatus value)
repeated .alluxio.grpc.meta.ProxyStatus proxyStatuses = 1; |
ProxyStatus.Builder |
ProxyStatus.Builder.mergeFrom(ProxyStatus other) |
static ProxyStatus.Builder |
ProxyStatus.newBuilder(ProxyStatus prototype) |
ListProxyStatusPResponse.Builder |
ListProxyStatusPResponse.Builder.setProxyStatuses(int index,
ProxyStatus value)
repeated .alluxio.grpc.meta.ProxyStatus proxyStatuses = 1; |
Modifier and Type | Method and Description |
---|---|
ListProxyStatusPResponse.Builder |
ListProxyStatusPResponse.Builder.addAllProxyStatuses(Iterable<? extends ProxyStatus> values)
repeated .alluxio.grpc.meta.ProxyStatus proxyStatuses = 1; |
Modifier and Type | Method and Description |
---|---|
List<ProxyStatus> |
DefaultMetaMaster.listProxyStatus() |
List<ProxyStatus> |
MetaMaster.listProxyStatus()
Lists information of all known Proxy instances.
|
Copyright © 2023. All Rights Reserved.