Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.file |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ListStatusPartialPRequest> |
ListStatusPartialPRequest.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ListStatusPartialPRequest |
ListStatusPartialPRequest.Builder.build() |
ListStatusPartialPRequest |
ListStatusPartialPRequest.Builder.buildPartial() |
static ListStatusPartialPRequest |
ListStatusPartialPRequest.getDefaultInstance() |
ListStatusPartialPRequest |
ListStatusPartialPRequest.getDefaultInstanceForType() |
ListStatusPartialPRequest |
ListStatusPartialPRequest.Builder.getDefaultInstanceForType() |
static ListStatusPartialPRequest |
ListStatusPartialPRequest.parseDelimitedFrom(InputStream input) |
static ListStatusPartialPRequest |
ListStatusPartialPRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListStatusPartialPRequest |
ListStatusPartialPRequest.parseFrom(byte[] data) |
static ListStatusPartialPRequest |
ListStatusPartialPRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListStatusPartialPRequest |
ListStatusPartialPRequest.parseFrom(ByteBuffer data) |
static ListStatusPartialPRequest |
ListStatusPartialPRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListStatusPartialPRequest |
ListStatusPartialPRequest.parseFrom(com.google.protobuf.ByteString data) |
static ListStatusPartialPRequest |
ListStatusPartialPRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListStatusPartialPRequest |
ListStatusPartialPRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ListStatusPartialPRequest |
ListStatusPartialPRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListStatusPartialPRequest |
ListStatusPartialPRequest.parseFrom(InputStream input) |
static ListStatusPartialPRequest |
ListStatusPartialPRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<ListStatusPartialPRequest,ListStatusPartialPResponse> |
FileSystemMasterClientServiceGrpc.getListStatusPartialMethod() |
com.google.protobuf.Parser<ListStatusPartialPRequest> |
ListStatusPartialPRequest.getParserForType() |
static com.google.protobuf.Parser<ListStatusPartialPRequest> |
ListStatusPartialPRequest.parser() |
Modifier and Type | Method and Description |
---|---|
ListStatusPartialPResponse |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceBlockingStub.listStatusPartial(ListStatusPartialPRequest request)
If the path points to a file, the method returns a singleton with its file information.
|
com.google.common.util.concurrent.ListenableFuture<ListStatusPartialPResponse> |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceFutureStub.listStatusPartial(ListStatusPartialPRequest request)
If the path points to a file, the method returns a singleton with its file information.
|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceImplBase.listStatusPartial(ListStatusPartialPRequest request,
io.grpc.stub.StreamObserver<ListStatusPartialPResponse> responseObserver)
If the path points to a file, the method returns a singleton with its file information.
|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceStub.listStatusPartial(ListStatusPartialPRequest request,
io.grpc.stub.StreamObserver<ListStatusPartialPResponse> responseObserver)
If the path points to a file, the method returns a singleton with its file information.
|
ListStatusPartialPRequest.Builder |
ListStatusPartialPRequest.Builder.mergeFrom(ListStatusPartialPRequest other) |
static ListStatusPartialPRequest.Builder |
ListStatusPartialPRequest.newBuilder(ListStatusPartialPRequest prototype) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientServiceHandler.listStatusPartial(ListStatusPartialPRequest request,
io.grpc.stub.StreamObserver<ListStatusPartialPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.