Uses of Enum Class
org.apache.hadoop.yarn.logaggregation.ContainerLogAggregationType
Packages that use ContainerLogAggregationType
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ContainerLogAggregationType in org.apache.hadoop.yarn.logaggregation
Methods in org.apache.hadoop.yarn.logaggregation that return ContainerLogAggregationTypeModifier and TypeMethodDescriptionstatic ContainerLogAggregationTypeReturns the enum constant of this class with the specified name.static ContainerLogAggregationType[]ContainerLogAggregationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.yarn.logaggregation with parameters of type ContainerLogAggregationTypeModifier and TypeMethodDescriptionstatic voidLogToolUtils.outputContainerLog(String containerId, String nodeId, String fileName, long fileLength, long outputSize, String lastModifiedTime, InputStream fis, OutputStream os, byte[] buf, ContainerLogAggregationType logType) Output container log.static voidLogToolUtils.outputContainerLogThroughZeroCopy(String containerId, String nodeId, String fileName, long fileLength, long outputSize, String lastModifiedTime, FileInputStream fis, OutputStream os, ContainerLogAggregationType logType)