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