Package | Description |
---|---|
alluxio.client.file | |
alluxio.grpc | |
alluxio.master.file |
Modifier and Type | Method and Description |
---|---|
static ListStatusPartialResult |
ListStatusPartialResult.fromProto(ListStatusPartialPResponse response)
Generate a
ListStatusPartialResult from a ListStatusPartialPResponse . |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<ListStatusPartialPResponse> |
ListStatusPartialPResponse.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ListStatusPartialPResponse |
ListStatusPartialPResponse.Builder.build() |
ListStatusPartialPResponse |
ListStatusPartialPResponse.Builder.buildPartial() |
static ListStatusPartialPResponse |
ListStatusPartialPResponse.getDefaultInstance() |
ListStatusPartialPResponse |
ListStatusPartialPResponse.getDefaultInstanceForType() |
ListStatusPartialPResponse |
ListStatusPartialPResponse.Builder.getDefaultInstanceForType() |
ListStatusPartialPResponse |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceBlockingStub.listStatusPartial(ListStatusPartialPRequest request)
If the path points to a file, the method returns a singleton with its file information.
|
static ListStatusPartialPResponse |
ListStatusPartialPResponse.parseDelimitedFrom(InputStream input) |
static ListStatusPartialPResponse |
ListStatusPartialPResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListStatusPartialPResponse |
ListStatusPartialPResponse.parseFrom(byte[] data) |
static ListStatusPartialPResponse |
ListStatusPartialPResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListStatusPartialPResponse |
ListStatusPartialPResponse.parseFrom(ByteBuffer data) |
static ListStatusPartialPResponse |
ListStatusPartialPResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListStatusPartialPResponse |
ListStatusPartialPResponse.parseFrom(com.google.protobuf.ByteString data) |
static ListStatusPartialPResponse |
ListStatusPartialPResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListStatusPartialPResponse |
ListStatusPartialPResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static ListStatusPartialPResponse |
ListStatusPartialPResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListStatusPartialPResponse |
ListStatusPartialPResponse.parseFrom(InputStream input) |
static ListStatusPartialPResponse |
ListStatusPartialPResponse.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<ListStatusPartialPResponse> |
ListStatusPartialPResponse.getParserForType() |
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.
|
static com.google.protobuf.Parser<ListStatusPartialPResponse> |
ListStatusPartialPResponse.parser() |
Modifier and Type | Method and Description |
---|---|
ListStatusPartialPResponse.Builder |
ListStatusPartialPResponse.Builder.mergeFrom(ListStatusPartialPResponse other) |
static ListStatusPartialPResponse.Builder |
ListStatusPartialPResponse.newBuilder(ListStatusPartialPResponse prototype) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientServiceHandler.listStatusPartial(ListStatusPartialPRequest request,
io.grpc.stub.StreamObserver<ListStatusPartialPResponse> responseObserver) |
Constructor and Description |
---|
ListStatusPartialResultStream(io.grpc.stub.StreamObserver<ListStatusPartialPResponse> observer,
ListStatusContext context)
Create a result stream for a partial listing.
|
Copyright © 2023. All Rights Reserved.