Uses of Class
org.apache.hadoop.yarn.server.timeline.NameValuePair
Packages that use NameValuePair
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of NameValuePair in org.apache.hadoop.yarn.server.timeline
Methods in org.apache.hadoop.yarn.server.timeline with parameters of type NameValuePairModifier and TypeMethodDescriptionorg.apache.hadoop.yarn.api.records.timeline.TimelineEntitiesLeveldbTimelineStore.getEntities(String entityType, Long limit, Long windowStart, Long windowEnd, String fromId, Long fromTs, NameValuePair primaryFilter, Collection<NameValuePair> secondaryFilters, EnumSet<TimelineReader.Field> fields, TimelineDataManager.CheckAcl checkAcl) org.apache.hadoop.yarn.api.records.timeline.TimelineEntitiesRollingLevelDBTimelineStore.getEntities(String entityType, Long limit, Long windowStart, Long windowEnd, String fromId, Long fromTs, NameValuePair primaryFilter, Collection<NameValuePair> secondaryFilters, EnumSet<TimelineReader.Field> fields, TimelineDataManager.CheckAcl checkAcl) org.apache.hadoop.yarn.api.records.timeline.TimelineEntitiesTimelineDataManager.getEntities(String entityType, NameValuePair primaryFilter, Collection<NameValuePair> secondaryFilter, Long windowStart, Long windowEnd, String fromId, Long fromTs, Long limit, EnumSet<TimelineReader.Field> fields, org.apache.hadoop.security.UserGroupInformation callerUGI) Get the timeline entities that the given user have access to.org.apache.hadoop.yarn.api.records.timeline.TimelineEntitiesTimelineReader.getEntities(String entityType, Long limit, Long windowStart, Long windowEnd, String fromId, Long fromTs, NameValuePair primaryFilter, Collection<NameValuePair> secondaryFilters, EnumSet<TimelineReader.Field> fieldsToRetrieve, TimelineDataManager.CheckAcl checkAcl) This method retrieves a list of entity information,TimelineEntity, sorted by the starting timestamp for the entity, descending.Method parameters in org.apache.hadoop.yarn.server.timeline with type arguments of type NameValuePairModifier and TypeMethodDescriptionorg.apache.hadoop.yarn.api.records.timeline.TimelineEntitiesLeveldbTimelineStore.getEntities(String entityType, Long limit, Long windowStart, Long windowEnd, String fromId, Long fromTs, NameValuePair primaryFilter, Collection<NameValuePair> secondaryFilters, EnumSet<TimelineReader.Field> fields, TimelineDataManager.CheckAcl checkAcl) org.apache.hadoop.yarn.api.records.timeline.TimelineEntitiesRollingLevelDBTimelineStore.getEntities(String entityType, Long limit, Long windowStart, Long windowEnd, String fromId, Long fromTs, NameValuePair primaryFilter, Collection<NameValuePair> secondaryFilters, EnumSet<TimelineReader.Field> fields, TimelineDataManager.CheckAcl checkAcl) org.apache.hadoop.yarn.api.records.timeline.TimelineEntitiesTimelineDataManager.getEntities(String entityType, NameValuePair primaryFilter, Collection<NameValuePair> secondaryFilter, Long windowStart, Long windowEnd, String fromId, Long fromTs, Long limit, EnumSet<TimelineReader.Field> fields, org.apache.hadoop.security.UserGroupInformation callerUGI) Get the timeline entities that the given user have access to.org.apache.hadoop.yarn.api.records.timeline.TimelineEntitiesTimelineReader.getEntities(String entityType, Long limit, Long windowStart, Long windowEnd, String fromId, Long fromTs, NameValuePair primaryFilter, Collection<NameValuePair> secondaryFilters, EnumSet<TimelineReader.Field> fieldsToRetrieve, TimelineDataManager.CheckAcl checkAcl) This method retrieves a list of entity information,TimelineEntity, sorted by the starting timestamp for the entity, descending.