Package | Description |
---|---|
alluxio.client.file | |
alluxio.grpc | |
alluxio.proxy | |
alluxio.util |
Modifier and Type | Method and Description |
---|---|
void |
RetryHandlingFileSystemMasterClient.setAttribute(AlluxioURI path,
SetAttributePOptions options) |
void |
BaseFileSystem.setAttribute(AlluxioURI path,
SetAttributePOptions options) |
void |
DelegatingFileSystem.setAttribute(AlluxioURI path,
SetAttributePOptions options) |
void |
FileSystem.setAttribute(AlluxioURI path,
SetAttributePOptions options)
Sets any number of a path's attributes, such as TTL and pin status.
|
void |
FileSystemCache.InstanceCachingFileSystem.setAttribute(AlluxioURI path,
SetAttributePOptions options) |
void |
FileSystemMasterClient.setAttribute(AlluxioURI path,
SetAttributePOptions options)
Sets the file or directory attributes.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<SetAttributePOptions> |
SetAttributePOptions.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SetAttributePOptions |
SetAttributePOptions.Builder.build() |
SetAttributePOptions |
SetAttributePOptions.Builder.buildPartial() |
static SetAttributePOptions |
SetAttributePOptions.getDefaultInstance() |
SetAttributePOptions |
SetAttributePOptions.getDefaultInstanceForType() |
SetAttributePOptions |
SetAttributePOptions.Builder.getDefaultInstanceForType() |
SetAttributePOptions |
SetAttributePRequest.getOptions()
optional .alluxio.grpc.file.SetAttributePOptions options = 2; |
SetAttributePOptions |
SetAttributePRequest.Builder.getOptions()
optional .alluxio.grpc.file.SetAttributePOptions options = 2; |
SetAttributePOptions |
SetAttributePRequestOrBuilder.getOptions()
optional .alluxio.grpc.file.SetAttributePOptions options = 2; |
static SetAttributePOptions |
SetAttributePOptions.parseDelimitedFrom(InputStream input) |
static SetAttributePOptions |
SetAttributePOptions.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SetAttributePOptions |
SetAttributePOptions.parseFrom(byte[] data) |
static SetAttributePOptions |
SetAttributePOptions.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SetAttributePOptions |
SetAttributePOptions.parseFrom(ByteBuffer data) |
static SetAttributePOptions |
SetAttributePOptions.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SetAttributePOptions |
SetAttributePOptions.parseFrom(com.google.protobuf.ByteString data) |
static SetAttributePOptions |
SetAttributePOptions.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SetAttributePOptions |
SetAttributePOptions.parseFrom(com.google.protobuf.CodedInputStream input) |
static SetAttributePOptions |
SetAttributePOptions.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SetAttributePOptions |
SetAttributePOptions.parseFrom(InputStream input) |
static SetAttributePOptions |
SetAttributePOptions.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<SetAttributePOptions> |
SetAttributePOptions.getParserForType() |
static com.google.protobuf.Parser<SetAttributePOptions> |
SetAttributePOptions.parser() |
Modifier and Type | Method and Description |
---|---|
SetAttributePOptions.Builder |
SetAttributePOptions.Builder.mergeFrom(SetAttributePOptions other) |
SetAttributePRequest.Builder |
SetAttributePRequest.Builder.mergeOptions(SetAttributePOptions value)
optional .alluxio.grpc.file.SetAttributePOptions options = 2; |
static SetAttributePOptions.Builder |
SetAttributePOptions.newBuilder(SetAttributePOptions prototype) |
SetAttributePRequest.Builder |
SetAttributePRequest.Builder.setOptions(SetAttributePOptions value)
optional .alluxio.grpc.file.SetAttributePOptions options = 2; |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PathsRestServiceHandler.setAttribute(String path,
SetAttributePOptions options) |
Modifier and Type | Method and Description |
---|---|
static SetAttributePOptions |
FileSystemOptions.setAttributeClientDefaults(AlluxioConfiguration conf)
Defaults for the SetAttribute RPC which should only be used on the client side.
|
static SetAttributePOptions |
FileSystemOptions.setAttributeDefaults(AlluxioConfiguration conf) |
Copyright © 2023. All Rights Reserved.