Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.file |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<FreePRequest> |
FreePRequest.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FreePRequest |
FreePRequest.Builder.build() |
FreePRequest |
FreePRequest.Builder.buildPartial() |
static FreePRequest |
FreePRequest.getDefaultInstance() |
FreePRequest |
FreePRequest.getDefaultInstanceForType() |
FreePRequest |
FreePRequest.Builder.getDefaultInstanceForType() |
static FreePRequest |
FreePRequest.parseDelimitedFrom(InputStream input) |
static FreePRequest |
FreePRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FreePRequest |
FreePRequest.parseFrom(byte[] data) |
static FreePRequest |
FreePRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FreePRequest |
FreePRequest.parseFrom(ByteBuffer data) |
static FreePRequest |
FreePRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FreePRequest |
FreePRequest.parseFrom(com.google.protobuf.ByteString data) |
static FreePRequest |
FreePRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FreePRequest |
FreePRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static FreePRequest |
FreePRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FreePRequest |
FreePRequest.parseFrom(InputStream input) |
static FreePRequest |
FreePRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<FreePRequest,FreePResponse> |
FileSystemMasterClientServiceGrpc.getFreeMethod() |
com.google.protobuf.Parser<FreePRequest> |
FreePRequest.getParserForType() |
static com.google.protobuf.Parser<FreePRequest> |
FreePRequest.parser() |
Modifier and Type | Method and Description |
---|---|
FreePResponse |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceBlockingStub.free(FreePRequest request)
Frees the given file or directory from Alluxio.
|
com.google.common.util.concurrent.ListenableFuture<FreePResponse> |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceFutureStub.free(FreePRequest request)
Frees the given file or directory from Alluxio.
|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceImplBase.free(FreePRequest request,
io.grpc.stub.StreamObserver<FreePResponse> responseObserver)
Frees the given file or directory from Alluxio.
|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceStub.free(FreePRequest request,
io.grpc.stub.StreamObserver<FreePResponse> responseObserver)
Frees the given file or directory from Alluxio.
|
FreePRequest.Builder |
FreePRequest.Builder.mergeFrom(FreePRequest other) |
static FreePRequest.Builder |
FreePRequest.newBuilder(FreePRequest prototype) |
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientServiceHandler.free(FreePRequest request,
io.grpc.stub.StreamObserver<FreePResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.