Package | Description |
---|---|
alluxio.grpc | |
alluxio.master.file.meta | |
alluxio.proto.journal |
Modifier and Type | Method and Description |
---|---|
File.XAttrUpdateStrategy |
SetAttributePOptionsOrBuilder.getXattrUpdateStrategy()
optional .alluxio.proto.journal.XAttrUpdateStrategy xattrUpdateStrategy = 12; |
File.XAttrUpdateStrategy |
SetAttributePOptions.getXattrUpdateStrategy()
optional .alluxio.proto.journal.XAttrUpdateStrategy xattrUpdateStrategy = 12; |
File.XAttrUpdateStrategy |
SetAttributePOptions.Builder.getXattrUpdateStrategy()
optional .alluxio.proto.journal.XAttrUpdateStrategy xattrUpdateStrategy = 12; |
Modifier and Type | Method and Description |
---|---|
SetAttributePOptions.Builder |
SetAttributePOptions.Builder.setXattrUpdateStrategy(File.XAttrUpdateStrategy value)
optional .alluxio.proto.journal.XAttrUpdateStrategy xattrUpdateStrategy = 12; |
Modifier and Type | Method and Description |
---|---|
T |
MutableInode.setXAttr(Map<String,byte[]> xAttr,
File.XAttrUpdateStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
static File.XAttrUpdateStrategy |
File.XAttrUpdateStrategy.forNumber(int value) |
File.XAttrUpdateStrategy |
File.UpdateInodeEntryOrBuilder.getXAttrUpdateStrategy()
optional .alluxio.proto.journal.XAttrUpdateStrategy xAttr_update_strategy = 20 [default = TRUNCATE]; |
File.XAttrUpdateStrategy |
File.UpdateInodeEntry.getXAttrUpdateStrategy()
optional .alluxio.proto.journal.XAttrUpdateStrategy xAttr_update_strategy = 20 [default = TRUNCATE]; |
File.XAttrUpdateStrategy |
File.UpdateInodeEntry.Builder.getXAttrUpdateStrategy()
optional .alluxio.proto.journal.XAttrUpdateStrategy xAttr_update_strategy = 20 [default = TRUNCATE]; |
static File.XAttrUpdateStrategy |
File.XAttrUpdateStrategy.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static File.XAttrUpdateStrategy |
File.XAttrUpdateStrategy.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static File.XAttrUpdateStrategy |
File.XAttrUpdateStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static File.XAttrUpdateStrategy[] |
File.XAttrUpdateStrategy.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<File.XAttrUpdateStrategy> |
File.XAttrUpdateStrategy.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
File.UpdateInodeEntry.Builder |
File.UpdateInodeEntry.Builder.setXAttrUpdateStrategy(File.XAttrUpdateStrategy value)
optional .alluxio.proto.journal.XAttrUpdateStrategy xAttr_update_strategy = 20 [default = TRUNCATE]; |
Copyright © 2023. All Rights Reserved.