Package | Description |
---|---|
alluxio.client.file | |
alluxio.client.file.options | |
alluxio.proxy |
Modifier and Type | Method and Description |
---|---|
void |
BaseFileSystem.setAttribute(AlluxioURI path,
SetAttributeOptions options) |
void |
RetryHandlingFileSystemMasterClient.setAttribute(AlluxioURI path,
SetAttributeOptions options) |
void |
FileSystem.setAttribute(AlluxioURI path,
SetAttributeOptions options)
Sets any number of a path's attributes, such as TTL and pin status.
|
void |
FileSystemMasterClient.setAttribute(AlluxioURI path,
SetAttributeOptions options)
Sets the file or directory attributes.
|
Modifier and Type | Method and Description |
---|---|
static SetAttributeOptions |
SetAttributeOptions.defaults() |
SetAttributeOptions |
SetAttributeOptions.setCommonOptions(CommonOptions options) |
SetAttributeOptions |
SetAttributeOptions.setGroup(String group) |
SetAttributeOptions |
SetAttributeOptions.setMode(Mode mode) |
SetAttributeOptions |
SetAttributeOptions.setOwner(String owner) |
SetAttributeOptions |
SetAttributeOptions.setPersisted(boolean persisted)
Deprecated.
the persisted attribute is deprecated since version 1.4 and will be removed in 2.0
|
SetAttributeOptions |
SetAttributeOptions.setPinned(boolean pinned) |
SetAttributeOptions |
SetAttributeOptions.setRecursive(boolean recursive)
Sets the recursive flag.
|
SetAttributeOptions |
SetAttributeOptions.setTtl(long ttl) |
SetAttributeOptions |
SetAttributeOptions.setTtlAction(TtlAction ttlAction) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
PathsRestServiceHandler.setAttribute(String path,
SetAttributeOptions options) |
Copyright © 2023. All Rights Reserved.