| Package | Description |
|---|---|
| alluxio.proxy.s3 |
| Modifier and Type | Method and Description |
|---|---|
TaggingData |
TaggingData.addTags(java.util.Map<java.lang.String,java.lang.String> tagMap)
Merges the contents of the provided tag map with
the existing tags.
|
TaggingData |
TaggingData.clear()
Removes all tags contained in this object.
|
static TaggingData |
TaggingData.deserialize(byte[] bytes)
Deserialize the XML (bytes).
|
static TaggingData |
S3RestUtils.deserializeTaggingHeader(java.lang.String taggingHeader,
int maxHeaderMetadataSize)
Given a URL-encoded Tagging header, parses and deserializes the Tagging metadata
into a
TaggingData object. |
static TaggingData |
S3RestUtils.deserializeTags(java.util.Map<java.lang.String,byte[]> xAttr)
Given xAttr, parses and deserializes the Tagging metadata
into a
TaggingData object. |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.ByteString |
TaggingData.serialize(TaggingData tagData)
Serializes the object as an XML (bytes).
|
Copyright © 2024. All Rights Reserved.