Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.file |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<GetFilePathPRequest> |
GetFilePathPRequest.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GetFilePathPRequest |
GetFilePathPRequest.Builder.build() |
GetFilePathPRequest |
GetFilePathPRequest.Builder.buildPartial() |
static GetFilePathPRequest |
GetFilePathPRequest.getDefaultInstance() |
GetFilePathPRequest |
GetFilePathPRequest.getDefaultInstanceForType() |
GetFilePathPRequest |
GetFilePathPRequest.Builder.getDefaultInstanceForType() |
static GetFilePathPRequest |
GetFilePathPRequest.parseDelimitedFrom(InputStream input) |
static GetFilePathPRequest |
GetFilePathPRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetFilePathPRequest |
GetFilePathPRequest.parseFrom(byte[] data) |
static GetFilePathPRequest |
GetFilePathPRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetFilePathPRequest |
GetFilePathPRequest.parseFrom(ByteBuffer data) |
static GetFilePathPRequest |
GetFilePathPRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetFilePathPRequest |
GetFilePathPRequest.parseFrom(com.google.protobuf.ByteString data) |
static GetFilePathPRequest |
GetFilePathPRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetFilePathPRequest |
GetFilePathPRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetFilePathPRequest |
GetFilePathPRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetFilePathPRequest |
GetFilePathPRequest.parseFrom(InputStream input) |
static GetFilePathPRequest |
GetFilePathPRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<GetFilePathPRequest,GetFilePathPResponse> |
FileSystemMasterClientServiceGrpc.getGetFilePathMethod() |
com.google.protobuf.Parser<GetFilePathPRequest> |
GetFilePathPRequest.getParserForType() |
static com.google.protobuf.Parser<GetFilePathPRequest> |
GetFilePathPRequest.parser() |
Modifier and Type | Method and Description |
---|---|
GetFilePathPResponse |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceBlockingStub.getFilePath(GetFilePathPRequest request)
Returns the file path of a file id
|
com.google.common.util.concurrent.ListenableFuture<GetFilePathPResponse> |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceFutureStub.getFilePath(GetFilePathPRequest request)
Returns the file path of a file id
|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceImplBase.getFilePath(GetFilePathPRequest request,
io.grpc.stub.StreamObserver<GetFilePathPResponse> responseObserver)
Returns the file path of a file id
|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceStub.getFilePath(GetFilePathPRequest request,
io.grpc.stub.StreamObserver<GetFilePathPResponse> responseObserver)
Returns the file path of a file id
|
GetFilePathPRequest.Builder |
GetFilePathPRequest.Builder.mergeFrom(GetFilePathPRequest other) |
static GetFilePathPRequest.Builder |
GetFilePathPRequest.newBuilder(GetFilePathPRequest prototype) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientServiceHandler.getFilePath(GetFilePathPRequest request,
io.grpc.stub.StreamObserver<GetFilePathPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.