Package | Description |
---|---|
alluxio.client.block.stream | |
alluxio.grpc | |
alluxio.master.file | |
alluxio.worker.grpc |
Modifier and Type | Method and Description |
---|---|
SetAttributePResponse |
DefaultBlockWorkerClient.setAttribute(SetAttributePRequest request) |
SetAttributePResponse |
BlockWorkerClient.setAttribute(SetAttributePRequest request)
SetAttribute for a file or dir.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<SetAttributePRequest> |
SetAttributePRequest.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SetAttributePRequest |
SetAttributePRequest.Builder.build() |
SetAttributePRequest |
SetAttributePRequest.Builder.buildPartial() |
static SetAttributePRequest |
SetAttributePRequest.getDefaultInstance() |
SetAttributePRequest |
SetAttributePRequest.getDefaultInstanceForType() |
SetAttributePRequest |
SetAttributePRequest.Builder.getDefaultInstanceForType() |
static SetAttributePRequest |
SetAttributePRequest.parseDelimitedFrom(InputStream input) |
static SetAttributePRequest |
SetAttributePRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SetAttributePRequest |
SetAttributePRequest.parseFrom(byte[] data) |
static SetAttributePRequest |
SetAttributePRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SetAttributePRequest |
SetAttributePRequest.parseFrom(ByteBuffer data) |
static SetAttributePRequest |
SetAttributePRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SetAttributePRequest |
SetAttributePRequest.parseFrom(com.google.protobuf.ByteString data) |
static SetAttributePRequest |
SetAttributePRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SetAttributePRequest |
SetAttributePRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static SetAttributePRequest |
SetAttributePRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SetAttributePRequest |
SetAttributePRequest.parseFrom(InputStream input) |
static SetAttributePRequest |
SetAttributePRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<SetAttributePRequest> |
SetAttributePRequest.getParserForType() |
static io.grpc.MethodDescriptor<SetAttributePRequest,SetAttributePResponse> |
BlockWorkerGrpc.getSetAttributeMethod() |
static io.grpc.MethodDescriptor<SetAttributePRequest,SetAttributePResponse> |
FileSystemMasterClientServiceGrpc.getSetAttributeMethod() |
static com.google.protobuf.Parser<SetAttributePRequest> |
SetAttributePRequest.parser() |
Modifier and Type | Method and Description |
---|---|
SetAttributePRequest.Builder |
SetAttributePRequest.Builder.mergeFrom(SetAttributePRequest other) |
static SetAttributePRequest.Builder |
SetAttributePRequest.newBuilder(SetAttributePRequest prototype) |
SetAttributePResponse |
BlockWorkerGrpc.BlockWorkerBlockingStub.setAttribute(SetAttributePRequest request)
Sets file or directory attributes.
|
com.google.common.util.concurrent.ListenableFuture<SetAttributePResponse> |
BlockWorkerGrpc.BlockWorkerFutureStub.setAttribute(SetAttributePRequest request)
Sets file or directory attributes.
|
SetAttributePResponse |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceBlockingStub.setAttribute(SetAttributePRequest request)
Sets file or directory attributes.
|
com.google.common.util.concurrent.ListenableFuture<SetAttributePResponse> |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceFutureStub.setAttribute(SetAttributePRequest request)
Sets file or directory attributes.
|
default void |
BlockWorkerGrpc.AsyncService.setAttribute(SetAttributePRequest request,
io.grpc.stub.StreamObserver<SetAttributePResponse> responseObserver)
Sets file or directory attributes.
|
void |
BlockWorkerGrpc.BlockWorkerStub.setAttribute(SetAttributePRequest request,
io.grpc.stub.StreamObserver<SetAttributePResponse> responseObserver)
Sets file or directory attributes.
|
default void |
FileSystemMasterClientServiceGrpc.AsyncService.setAttribute(SetAttributePRequest request,
io.grpc.stub.StreamObserver<SetAttributePResponse> responseObserver)
Sets file or directory attributes.
|
void |
FileSystemMasterClientServiceGrpc.FileSystemMasterClientServiceStub.setAttribute(SetAttributePRequest request,
io.grpc.stub.StreamObserver<SetAttributePResponse> responseObserver)
Sets file or directory attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
FileSystemMasterClientServiceHandler.setAttribute(SetAttributePRequest request,
io.grpc.stub.StreamObserver<SetAttributePResponse> responseObserver) |
Modifier and Type | Method and Description |
---|---|
void |
DoraWorkerClientServiceHandler.setAttribute(SetAttributePRequest request,
io.grpc.stub.StreamObserver<SetAttributePResponse> responseObserver) |
Copyright © 2023. All Rights Reserved.