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