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