Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.meta |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<RemovePathConfigurationPResponse> |
RemovePathConfigurationPResponse.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RemovePathConfigurationPResponse |
RemovePathConfigurationPResponse.Builder.build() |
RemovePathConfigurationPResponse |
RemovePathConfigurationPResponse.Builder.buildPartial() |
static RemovePathConfigurationPResponse |
RemovePathConfigurationPResponse.getDefaultInstance() |
RemovePathConfigurationPResponse |
RemovePathConfigurationPResponse.getDefaultInstanceForType() |
RemovePathConfigurationPResponse |
RemovePathConfigurationPResponse.Builder.getDefaultInstanceForType() |
static RemovePathConfigurationPResponse |
RemovePathConfigurationPResponse.parseDelimitedFrom(InputStream input) |
static RemovePathConfigurationPResponse |
RemovePathConfigurationPResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemovePathConfigurationPResponse |
RemovePathConfigurationPResponse.parseFrom(byte[] data) |
static RemovePathConfigurationPResponse |
RemovePathConfigurationPResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemovePathConfigurationPResponse |
RemovePathConfigurationPResponse.parseFrom(ByteBuffer data) |
static RemovePathConfigurationPResponse |
RemovePathConfigurationPResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemovePathConfigurationPResponse |
RemovePathConfigurationPResponse.parseFrom(com.google.protobuf.ByteString data) |
static RemovePathConfigurationPResponse |
RemovePathConfigurationPResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemovePathConfigurationPResponse |
RemovePathConfigurationPResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static RemovePathConfigurationPResponse |
RemovePathConfigurationPResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RemovePathConfigurationPResponse |
RemovePathConfigurationPResponse.parseFrom(InputStream input) |
static RemovePathConfigurationPResponse |
RemovePathConfigurationPResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RemovePathConfigurationPResponse |
MetaMasterConfigurationServiceGrpc.MetaMasterConfigurationServiceBlockingStub.removePathConfiguration(RemovePathConfigurationPRequest request)
Removes properties for a path, if the keys are empty, it means remove all properties.
|
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<RemovePathConfigurationPResponse> |
RemovePathConfigurationPResponse.getParserForType() |
static io.grpc.MethodDescriptor<RemovePathConfigurationPRequest,RemovePathConfigurationPResponse> |
MetaMasterConfigurationServiceGrpc.getRemovePathConfigurationMethod() |
static com.google.protobuf.Parser<RemovePathConfigurationPResponse> |
RemovePathConfigurationPResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<RemovePathConfigurationPResponse> |
MetaMasterConfigurationServiceGrpc.MetaMasterConfigurationServiceFutureStub.removePathConfiguration(RemovePathConfigurationPRequest request)
Removes properties for a path, if the keys are empty, it means remove all properties.
|
Modifier and Type | Method and Description |
---|---|
RemovePathConfigurationPResponse.Builder |
RemovePathConfigurationPResponse.Builder.mergeFrom(RemovePathConfigurationPResponse other) |
static RemovePathConfigurationPResponse.Builder |
RemovePathConfigurationPResponse.newBuilder(RemovePathConfigurationPResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
MetaMasterConfigurationServiceGrpc.MetaMasterConfigurationServiceImplBase.removePathConfiguration(RemovePathConfigurationPRequest request,
io.grpc.stub.StreamObserver<RemovePathConfigurationPResponse> responseObserver)
Removes properties for a path, if the keys are empty, it means remove all properties.
|
void |
MetaMasterConfigurationServiceGrpc.MetaMasterConfigurationServiceStub.removePathConfiguration(RemovePathConfigurationPRequest request,
io.grpc.stub.StreamObserver<RemovePathConfigurationPResponse> responseObserver)
Removes properties for a path, if the keys are empty, it means remove all properties.
|
Modifier and Type | Method and Description |
---|---|
void |
MetaMasterConfigurationServiceHandler.removePathConfiguration(RemovePathConfigurationPRequest request,
io.grpc.stub.StreamObserver<RemovePathConfigurationPResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.