Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.file |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<GetFileInfoPRequest> |
GetFileInfoPRequest.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
GetFileInfoPRequest |
GetFileInfoPRequest.Builder.build() |
GetFileInfoPRequest |
GetFileInfoPRequest.Builder.buildPartial() |
static GetFileInfoPRequest |
GetFileInfoPRequest.getDefaultInstance() |
GetFileInfoPRequest |
GetFileInfoPRequest.getDefaultInstanceForType() |
GetFileInfoPRequest |
GetFileInfoPRequest.Builder.getDefaultInstanceForType() |
static GetFileInfoPRequest |
GetFileInfoPRequest.parseDelimitedFrom(InputStream input) |
static GetFileInfoPRequest |
GetFileInfoPRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetFileInfoPRequest |
GetFileInfoPRequest.parseFrom(byte[] data) |
static GetFileInfoPRequest |
GetFileInfoPRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetFileInfoPRequest |
GetFileInfoPRequest.parseFrom(ByteBuffer data) |
static GetFileInfoPRequest |
GetFileInfoPRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetFileInfoPRequest |
GetFileInfoPRequest.parseFrom(com.google.protobuf.ByteString data) |
static GetFileInfoPRequest |
GetFileInfoPRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetFileInfoPRequest |
GetFileInfoPRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetFileInfoPRequest |
GetFileInfoPRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetFileInfoPRequest |
GetFileInfoPRequest.parseFrom(InputStream input) |
static GetFileInfoPRequest |
GetFileInfoPRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<GetFileInfoPRequest,GetFileInfoPResponse> |
FileSystemMasterWorkerServiceGrpc.getGetFileInfoMethod() |
static io.grpc.MethodDescriptor<GetFileInfoPRequest,GetFileInfoPResponse> |
FileSystemMasterJobServiceGrpc.getGetFileInfoMethod() |
com.google.protobuf.Parser<GetFileInfoPRequest> |
GetFileInfoPRequest.getParserForType() |
static com.google.protobuf.Parser<GetFileInfoPRequest> |
GetFileInfoPRequest.parser() |
Modifier and Type | Method and Description |
---|---|
GetFileInfoPResponse |
FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceBlockingStub.getFileInfo(GetFileInfoPRequest request)
Returns the file information for a file or directory identified by the given file id.
|
com.google.common.util.concurrent.ListenableFuture<GetFileInfoPResponse> |
FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceFutureStub.getFileInfo(GetFileInfoPRequest request)
Returns the file information for a file or directory identified by the given file id.
|
GetFileInfoPResponse |
FileSystemMasterJobServiceGrpc.FileSystemMasterJobServiceBlockingStub.getFileInfo(GetFileInfoPRequest request)
Returns the file information for a file or directory identified by the given file id.
|
com.google.common.util.concurrent.ListenableFuture<GetFileInfoPResponse> |
FileSystemMasterJobServiceGrpc.FileSystemMasterJobServiceFutureStub.getFileInfo(GetFileInfoPRequest request)
Returns the file information for a file or directory identified by the given file id.
|
void |
FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceImplBase.getFileInfo(GetFileInfoPRequest request,
io.grpc.stub.StreamObserver<GetFileInfoPResponse> responseObserver)
Returns the file information for a file or directory identified by the given file id.
|
void |
FileSystemMasterWorkerServiceGrpc.FileSystemMasterWorkerServiceStub.getFileInfo(GetFileInfoPRequest request,
io.grpc.stub.StreamObserver<GetFileInfoPResponse> responseObserver)
Returns the file information for a file or directory identified by the given file id.
|
void |
FileSystemMasterJobServiceGrpc.FileSystemMasterJobServiceImplBase.getFileInfo(GetFileInfoPRequest request,
io.grpc.stub.StreamObserver<GetFileInfoPResponse> responseObserver)
Returns the file information for a file or directory identified by the given file id.
|
void |
FileSystemMasterJobServiceGrpc.FileSystemMasterJobServiceStub.getFileInfo(GetFileInfoPRequest request,
io.grpc.stub.StreamObserver<GetFileInfoPResponse> responseObserver)
Returns the file information for a file or directory identified by the given file id.
|
GetFileInfoPRequest.Builder |
GetFileInfoPRequest.Builder.mergeFrom(GetFileInfoPRequest other) |
static GetFileInfoPRequest.Builder |
GetFileInfoPRequest.newBuilder(GetFileInfoPRequest prototype) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterWorkerServiceHandler.getFileInfo(GetFileInfoPRequest request,
io.grpc.stub.StreamObserver<GetFileInfoPResponse> responseObserver) |
void |
FileSystemMasterJobServiceHandler.getFileInfo(GetFileInfoPRequest request,
io.grpc.stub.StreamObserver<GetFileInfoPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.