Uses of Enum
org.apache.hadoop.ozone.container.common.impl.ContainerLayoutVersion
Packages that use ContainerLayoutVersion
Package
Description
This package is contains Ozone container implementation.
This package contains classes for KeyValue container type.
-
Uses of ContainerLayoutVersion in org.apache.hadoop.ozone.container.common.impl
Fields in org.apache.hadoop.ozone.container.common.impl declared as ContainerLayoutVersionModifier and TypeFieldDescriptionstatic final ContainerLayoutVersionContainerLayoutVersion.DEFAULT_LAYOUTMethods in org.apache.hadoop.ozone.container.common.impl that return ContainerLayoutVersionModifier and TypeMethodDescriptionstatic ContainerLayoutVersionContainerLayoutVersion.getConfiguredVersion(org.apache.hadoop.hdds.conf.ConfigurationSource conf) static ContainerLayoutVersionContainerLayoutVersion.getContainerLayoutVersion(int containerVersion) Return ContainerLayoutVersion object for the numeric containerVersion.ContainerData.getLayoutVersion()Returns the layoutVersion of the actual container data format.static ContainerLayoutVersionReturns the enum constant of this type with the specified name.static ContainerLayoutVersion[]ContainerLayoutVersion.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hadoop.ozone.container.common.impl that return types with arguments of type ContainerLayoutVersionModifier and TypeMethodDescriptionstatic List<ContainerLayoutVersion> ContainerLayoutVersion.getAllVersions()Constructors in org.apache.hadoop.ozone.container.common.impl with parameters of type ContainerLayoutVersionModifierConstructorDescriptionprotectedContainerData(org.apache.hadoop.hdds.protocol.datanode.proto.ContainerProtos.ContainerType type, long containerId, ContainerLayoutVersion layoutVersion, long size, String originPipelineId, String originNodeId) Creates a ContainerData Object, which holds metadata of the container. -
Uses of ContainerLayoutVersion in org.apache.hadoop.ozone.container.keyvalue
Constructors in org.apache.hadoop.ozone.container.keyvalue with parameters of type ContainerLayoutVersionModifierConstructorDescriptionKeyValueContainerData(long id, ContainerLayoutVersion layoutVersion, long size, String originPipelineId, String originNodeId) Constructs KeyValueContainerData object.