Uses of Interface
org.apache.hadoop.ozone.container.common.interfaces.ContainerPacker
Packages that use ContainerPacker
Package
Description
This package contains common ozone container interfaces.
This package contains classes for KeyValue container type.
-
Uses of ContainerPacker in org.apache.hadoop.ozone.container.common.interfaces
Methods in org.apache.hadoop.ozone.container.common.interfaces with parameters of type ContainerPackerModifier and TypeMethodDescriptionvoidContainer.exportContainerData(OutputStream stream, ContainerPacker<CONTAINERDATA> packer) Export all the data of the container to one output archive with the help of the packer.voidContainer.importContainerData(InputStream stream, ContainerPacker<CONTAINERDATA> packer) Import the container from an external archive. -
Uses of ContainerPacker in org.apache.hadoop.ozone.container.keyvalue
Classes in org.apache.hadoop.ozone.container.keyvalue that implement ContainerPackerModifier and TypeClassDescriptionclassCompress/uncompress KeyValueContainer data to a tar archive.Methods in org.apache.hadoop.ozone.container.keyvalue with parameters of type ContainerPackerModifier and TypeMethodDescriptionvoidKeyValueContainer.exportContainerData(OutputStream destination, ContainerPacker<KeyValueContainerData> packer) voidKeyValueContainer.importContainerData(InputStream input, ContainerPacker<KeyValueContainerData> packer)