Package | Description |
---|---|
alluxio.proxy.s3 |
Modifier and Type | Method and Description |
---|---|
TaggingData |
TaggingData.addTags(Map<String,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(String taggingHeader,
int maxHeaderMetadataSize)
Given a URL-encoded Tagging header, parses and deserializes the Tagging metadata
into a
TaggingData object. |
static TaggingData |
S3RestUtils.deserializeTags(Map<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 © 2023. All Rights Reserved.