Uses of Enum Class
org.apache.hadoop.yarn.api.records.DecommissionType
Packages that use DecommissionType
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of DecommissionType in org.apache.hadoop.yarn.api.records
Methods in org.apache.hadoop.yarn.api.records that return DecommissionTypeModifier and TypeMethodDescriptionstatic DecommissionTypeReturns the enum constant of this class with the specified name.static DecommissionType[]DecommissionType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DecommissionType in org.apache.hadoop.yarn.server.api.protocolrecords
Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return DecommissionTypeModifier and TypeMethodDescriptionabstract DecommissionTypeRefreshNodesRequest.getDecommissionType()Get the DecommissionType.Methods in org.apache.hadoop.yarn.server.api.protocolrecords with parameters of type DecommissionTypeModifier and TypeMethodDescriptionstatic RefreshNodesRequestRefreshNodesRequest.newInstance(DecommissionType decommissionType) static RefreshNodesRequestRefreshNodesRequest.newInstance(DecommissionType decommissionType, Integer timeout) static RefreshNodesRequestRefreshNodesRequest.newInstance(DecommissionType decommissionType, Integer timeout, String subClusterId) abstract voidRefreshNodesRequest.setDecommissionType(DecommissionType decommissionType) Set the DecommissionType.