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