YARN-7140. CollectorInfo should have Public visibility. Contributed by Varun Saxena.
(cherry picked from commit 4a83170be477e6f39f134207f74084888174e96b)
This commit is contained in:
parent
abe3085f23
commit
e8e1a73cf5
@ -18,16 +18,16 @@
|
||||
|
||||
package org.apache.hadoop.yarn.api.records;
|
||||
|
||||
import org.apache.hadoop.classification.InterfaceStability;
|
||||
import org.apache.hadoop.classification.InterfaceAudience.Private;
|
||||
import org.apache.hadoop.classification.InterfaceStability.Evolving;
|
||||
import org.apache.hadoop.classification.InterfaceAudience.Public;
|
||||
import org.apache.hadoop.yarn.util.Records;
|
||||
|
||||
/**
|
||||
* Collector info containing collector address and collector token passed from
|
||||
* RM to AM in Allocate Response.
|
||||
*/
|
||||
@Private
|
||||
@InterfaceStability.Unstable
|
||||
@Public
|
||||
@Evolving
|
||||
public abstract class CollectorInfo {
|
||||
|
||||
protected static final long DEFAULT_TIMESTAMP_VALUE = -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user