Uses of Class
org.apache.nemo.runtime.executor.data.metadata.PartitionMetadata
-
Packages that use PartitionMetadata Package Description org.apache.nemo.runtime.executor.data.metadata -
-
Uses of PartitionMetadata in org.apache.nemo.runtime.executor.data.metadata
Methods in org.apache.nemo.runtime.executor.data.metadata that return types with arguments of type PartitionMetadata Modifier and Type Method Description java.util.List<PartitionMetadata<K>>
FileMetadata. getPartitionMetadataList()
Gets a list containing the partition metadata of corresponding block.Constructor parameters in org.apache.nemo.runtime.executor.data.metadata with type arguments of type PartitionMetadata Constructor Description FileMetadata(java.util.List<PartitionMetadata<K>> partitionMetadataList)
Construct a file metadata with existing partition metadata.
-