Package | Description |
---|---|
alluxio.cli.fs.command | |
alluxio.client.file | |
alluxio.grpc | |
alluxio.master | |
alluxio.master.file.contexts | |
alluxio.master.file.meta | |
alluxio.proto.meta | |
alluxio.wire |
Modifier and Type | Method and Description |
---|---|
static void |
FileSystemCommandUtils.setTtl(FileSystem fs,
AlluxioURI path,
long ttlMs,
TtlAction ttlAction)
Sets a new TTL value or unsets an existing TTL value for file at path.
|
Modifier and Type | Method and Description |
---|---|
TtlAction |
URIStatus.getTtlAction() |
Modifier and Type | Method and Description |
---|---|
static TtlAction |
TtlAction.forNumber(int value) |
TtlAction |
FileInfoOrBuilder.getTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 22; |
TtlAction |
FileInfo.getTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 22; |
TtlAction |
FileInfo.Builder.getTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 22; |
TtlAction |
FileSystemMasterCommonPOptionsOrBuilder.getTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 3; |
TtlAction |
FileSystemMasterCommonPOptions.getTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 3; |
TtlAction |
FileSystemMasterCommonPOptions.Builder.getTtlAction()
optional .alluxio.grpc.TtlAction ttlAction = 3; |
static TtlAction |
TtlAction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TtlAction |
TtlAction.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TtlAction |
TtlAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TtlAction[] |
TtlAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<TtlAction> |
TtlAction.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
FileInfo.Builder |
FileInfo.Builder.setTtlAction(TtlAction value)
optional .alluxio.grpc.TtlAction ttlAction = 22; |
FileSystemMasterCommonPOptions.Builder |
FileSystemMasterCommonPOptions.Builder.setTtlAction(TtlAction value)
optional .alluxio.grpc.TtlAction ttlAction = 3; |
Modifier and Type | Method and Description |
---|---|
static TtlAction |
ProtobufUtils.fromProtobuf(File.PTtlAction pTtlAction)
Converts Protobuf type to Wire type.
|
Modifier and Type | Method and Description |
---|---|
static File.PTtlAction |
ProtobufUtils.toProtobuf(TtlAction ttlAction)
Converts Wire type to Protobuf type.
|
Modifier and Type | Field and Description |
---|---|
protected TtlAction |
CreatePathContext.mTtlAction |
Modifier and Type | Method and Description |
---|---|
TtlAction |
CreatePathContext.getTtlAction() |
Modifier and Type | Field and Description |
---|---|
protected TtlAction |
MutableInode.mTtlAction |
Modifier and Type | Method and Description |
---|---|
TtlAction |
MutableInode.getTtlAction() |
TtlAction |
InodeView.getTtlAction() |
TtlAction |
Inode.getTtlAction() |
Modifier and Type | Method and Description |
---|---|
T |
MutableInode.setTtlAction(TtlAction ttlAction) |
Modifier and Type | Method and Description |
---|---|
TtlAction |
InodeMeta.InodeOrBuilder.getTtlAction()
optional .alluxio.grpc.TtlAction ttl_action = 5; |
TtlAction |
InodeMeta.Inode.getTtlAction()
optional .alluxio.grpc.TtlAction ttl_action = 5; |
TtlAction |
InodeMeta.Inode.Builder.getTtlAction()
optional .alluxio.grpc.TtlAction ttl_action = 5; |
Modifier and Type | Method and Description |
---|---|
InodeMeta.Inode.Builder |
InodeMeta.Inode.Builder.setTtlAction(TtlAction value)
optional .alluxio.grpc.TtlAction ttl_action = 5; |
Modifier and Type | Method and Description |
---|---|
TtlAction |
FileInfo.getTtlAction() |
Modifier and Type | Method and Description |
---|---|
FileInfo |
FileInfo.setTtlAction(TtlAction ttlAction) |
Copyright © 2023. All Rights Reserved.