Uses of Class
org.apache.hadoop.yarn.api.records.timeline.TimelineDomain
Packages that use TimelineDomain
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.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of TimelineDomain in org.apache.hadoop.yarn.api.records.timeline
Methods in org.apache.hadoop.yarn.api.records.timeline that return types with arguments of type TimelineDomainMethods in org.apache.hadoop.yarn.api.records.timeline with parameters of type TimelineDomainModifier and TypeMethodDescriptionvoidTimelineDomains.addDomain(TimelineDomain domain) Add a single domain into the existing domain listMethod parameters in org.apache.hadoop.yarn.api.records.timeline with type arguments of type TimelineDomainModifier and TypeMethodDescriptionvoidTimelineDomains.addDomains(List<TimelineDomain> domains) All a list of domains into the existing domain listvoidTimelineDomains.setDomains(List<TimelineDomain> domains) Set the domain list to the given list of domains -
Uses of TimelineDomain in org.apache.hadoop.yarn.api.records.timeline.reader
Methods in org.apache.hadoop.yarn.api.records.timeline.reader that return TimelineDomainModifier and TypeMethodDescriptionTimelineDomainReader.readFrom(Class<TimelineDomain> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) Method parameters in org.apache.hadoop.yarn.api.records.timeline.reader with type arguments of type TimelineDomainModifier and TypeMethodDescriptionTimelineDomainReader.readFrom(Class<TimelineDomain> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, String> httpHeaders, InputStream entityStream) -
Uses of TimelineDomain in org.apache.hadoop.yarn.api.records.timeline.writer
Methods in org.apache.hadoop.yarn.api.records.timeline.writer with parameters of type TimelineDomainModifier and TypeMethodDescriptionlongTimelineDomainWriter.getSize(TimelineDomain timelineDomain, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) voidTimelineDomainWriter.writeTo(TimelineDomain timelineDomain, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream)