Package | Description |
---|---|
alluxio.grpc |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<MountPointInfo> |
MountPointInfo.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
MountPointInfo |
MountPointInfo.Builder.build() |
MountPointInfo |
MountPointInfo.Builder.buildPartial() |
static MountPointInfo |
MountPointInfo.getDefaultInstance() |
MountPointInfo |
MountPointInfo.getDefaultInstanceForType() |
MountPointInfo |
MountPointInfo.Builder.getDefaultInstanceForType() |
MountPointInfo |
GetMountTablePResponse.getMountPointsOrDefault(String key,
MountPointInfo defaultValue)
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1; |
MountPointInfo |
GetMountTablePResponse.Builder.getMountPointsOrDefault(String key,
MountPointInfo defaultValue)
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1; |
MountPointInfo |
GetMountTablePResponseOrBuilder.getMountPointsOrDefault(String key,
MountPointInfo defaultValue)
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1; |
MountPointInfo |
GetMountTablePResponse.getMountPointsOrThrow(String key)
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1; |
MountPointInfo |
GetMountTablePResponse.Builder.getMountPointsOrThrow(String key)
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1; |
MountPointInfo |
GetMountTablePResponseOrBuilder.getMountPointsOrThrow(String key)
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1; |
static MountPointInfo |
MountPointInfo.parseDelimitedFrom(InputStream input) |
static MountPointInfo |
MountPointInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MountPointInfo |
MountPointInfo.parseFrom(byte[] data) |
static MountPointInfo |
MountPointInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MountPointInfo |
MountPointInfo.parseFrom(ByteBuffer data) |
static MountPointInfo |
MountPointInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MountPointInfo |
MountPointInfo.parseFrom(com.google.protobuf.ByteString data) |
static MountPointInfo |
MountPointInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MountPointInfo |
MountPointInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static MountPointInfo |
MountPointInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MountPointInfo |
MountPointInfo.parseFrom(InputStream input) |
static MountPointInfo |
MountPointInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MountPointInfo |
GrpcUtils.toProto(MountPointInfo info)
Converts wire type to proto type.
|
Modifier and Type | Method and Description |
---|---|
Map<String,MountPointInfo> |
GetMountTablePResponse.getMountPoints()
Deprecated.
|
Map<String,MountPointInfo> |
GetMountTablePResponse.Builder.getMountPoints()
Deprecated.
|
Map<String,MountPointInfo> |
GetMountTablePResponseOrBuilder.getMountPoints()
Deprecated.
|
Map<String,MountPointInfo> |
GetMountTablePResponse.getMountPointsMap()
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1; |
Map<String,MountPointInfo> |
GetMountTablePResponse.Builder.getMountPointsMap()
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1; |
Map<String,MountPointInfo> |
GetMountTablePResponseOrBuilder.getMountPointsMap()
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1; |
Map<String,MountPointInfo> |
GetMountTablePResponse.Builder.getMutableMountPoints()
Deprecated.
|
com.google.protobuf.Parser<MountPointInfo> |
MountPointInfo.getParserForType() |
static com.google.protobuf.Parser<MountPointInfo> |
MountPointInfo.parser() |
Modifier and Type | Method and Description |
---|---|
static MountPointInfo |
GrpcUtils.fromProto(MountPointInfo mountPointPInfo)
Converts a proto type to a wire type.
|
MountPointInfo |
GetMountTablePResponse.getMountPointsOrDefault(String key,
MountPointInfo defaultValue)
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1; |
MountPointInfo |
GetMountTablePResponse.Builder.getMountPointsOrDefault(String key,
MountPointInfo defaultValue)
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1; |
MountPointInfo |
GetMountTablePResponseOrBuilder.getMountPointsOrDefault(String key,
MountPointInfo defaultValue)
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1; |
MountPointInfo.Builder |
MountPointInfo.Builder.mergeFrom(MountPointInfo other) |
static MountPointInfo.Builder |
MountPointInfo.newBuilder(MountPointInfo prototype) |
GetMountTablePResponse.Builder |
GetMountTablePResponse.Builder.putMountPoints(String key,
MountPointInfo value)
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1; |
Modifier and Type | Method and Description |
---|---|
GetMountTablePResponse.Builder |
GetMountTablePResponse.Builder.putAllMountPoints(Map<String,MountPointInfo> values)
map<string, .alluxio.grpc.file.MountPointInfo> mountPoints = 1; |
Copyright © 2023. All Rights Reserved.