Package org.apache.hadoop.ozone.om
Class OmSnapshotLocalDataYaml
java.lang.Object
org.apache.hadoop.ozone.om.OmSnapshotLocalDataYaml
Class for creating and reading snapshot local properties / data YAML files.
Checksum of the YAML fields are computed and stored in the YAML file transparently to callers.
Inspired by org.apache.hadoop.ozone.container.common.impl.ContainerDataYaml
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFactory class for constructing and pooling instances of the Yaml object. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.yaml.snakeyaml.nodes.Tagstatic final org.yaml.snakeyaml.nodes.Tagstatic final org.yaml.snakeyaml.nodes.Tagstatic final String -
Method Summary
-
Field Details
-
SNAPSHOT_YAML_TAG
public static final org.yaml.snakeyaml.nodes.Tag SNAPSHOT_YAML_TAG -
SNAPSHOT_VERSION_META_TAG
public static final org.yaml.snakeyaml.nodes.Tag SNAPSHOT_VERSION_META_TAG -
SST_FILE_INFO_TAG
public static final org.yaml.snakeyaml.nodes.Tag SST_FILE_INFO_TAG -
YAML_FILE_EXTENSION
- See Also:
-