Package | Description |
---|---|
alluxio.client.file.options | |
alluxio.master.file | |
alluxio.master.file.options | |
alluxio.thrift |
Modifier and Type | Method and Description |
---|---|
SetAttributeTOptions |
SetAttributeOptions.toThrift() |
Modifier and Type | Method and Description |
---|---|
SetAttributeTResponse |
FileSystemMasterClientServiceHandler.setAttribute(String path,
SetAttributeTOptions options) |
Constructor and Description |
---|
SetAttributeOptions(SetAttributeTOptions options)
Constructs a new method option for setting the attributes.
|
Modifier and Type | Method and Description |
---|---|
SetAttributeTOptions |
SetAttributeTOptions.deepCopy() |
SetAttributeTOptions |
FileSystemMasterClientService.setAttribute_args.getOptions()
the method options
|
SetAttributeTOptions |
SetAttributeTOptions.setCommonOptions(FileSystemMasterCommonTOptions commonOptions) |
SetAttributeTOptions |
SetAttributeTOptions.setGroup(String group) |
SetAttributeTOptions |
SetAttributeTOptions.setMode(short mode) |
SetAttributeTOptions |
SetAttributeTOptions.setOwner(String owner) |
SetAttributeTOptions |
SetAttributeTOptions.setPersisted(boolean persisted) |
SetAttributeTOptions |
SetAttributeTOptions.setPinned(boolean pinned) |
SetAttributeTOptions |
SetAttributeTOptions.setRecursive(boolean recursive) |
SetAttributeTOptions |
SetAttributeTOptions.setTtl(long ttl) |
SetAttributeTOptions |
SetAttributeTOptions.setTtlAction(TTtlAction ttlAction) |
Modifier and Type | Method and Description |
---|---|
int |
SetAttributeTOptions.compareTo(SetAttributeTOptions other) |
boolean |
SetAttributeTOptions.equals(SetAttributeTOptions that) |
void |
FileSystemMasterClientService.Client.send_setAttribute(String path,
SetAttributeTOptions options) |
SetAttributeTResponse |
FileSystemMasterClientService.Iface.setAttribute(String path,
SetAttributeTOptions options)
Sets file or directory attributes.
|
SetAttributeTResponse |
FileSystemMasterClientService.Client.setAttribute(String path,
SetAttributeTOptions options) |
void |
FileSystemMasterClientService.AsyncIface.setAttribute(String path,
SetAttributeTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
FileSystemMasterClientService.AsyncClient.setAttribute(String path,
SetAttributeTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
FileSystemMasterClientService.setAttribute_args |
FileSystemMasterClientService.setAttribute_args.setOptions(SetAttributeTOptions options)
the method options
|
Constructor and Description |
---|
setAttribute_args(String path,
SetAttributeTOptions options) |
setAttribute_call(String path,
SetAttributeTOptions options,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
SetAttributeTOptions(SetAttributeTOptions other)
Performs a deep copy on other.
|
Copyright © 2023. All Rights Reserved.