Uses of Class
lumis.util.collections.Tuple2
-
Packages that use Tuple2 Package Description lumis.portal.healthmonitor lumis.portal.propertybag Provides the storage of property values in a hierarchical structure.lumis.service.analytics.eventanalytics lumis.service.analytics.eventanalytics.report.rest lumis.service.analytics.usersegmentation.control lumis.util.collections -
-
Uses of Tuple2 in lumis.portal.healthmonitor
Methods in lumis.portal.healthmonitor that return Tuple2 Modifier and Type Method Description protected Tuple2<byte[],Long>
HealthCheckGeneral. readFileOnDisk(IFile file)
Method to read a file from disk. -
Uses of Tuple2 in lumis.portal.propertybag
Methods in lumis.portal.propertybag that return Tuple2 Modifier and Type Method Description Tuple2<Map<String,List<String>>,Map<String,List<String>>>
IPropertyBagManagerSPI. getValues(String propertyBagId)
Tuple2<Map<String,List<String>>,Map<String,List<String>>>
PropertyBagManager. getValues(String propertyBagId)
-
Uses of Tuple2 in lumis.service.analytics.eventanalytics
Methods in lumis.service.analytics.eventanalytics that return types with arguments of type Tuple2 Modifier and Type Method Description static Collection<Tuple2<EventAnalyticsDashboard,ServiceInstanceConfig>>
DashboardEmailUtil. getDashboardsPendingToSendEmail()
Returns the dashboards that are pending either to be sent via email or to have the schedule date filled.Map<String,Tuple2<CompositeDocumentTypeField,List<EventFilterData.IEventFilter>>>
EventFilterData. getNestedObjectsFilters()
Returns the nested object filters of this event data filter (grouped by the nested object full identifier). -
Uses of Tuple2 in lumis.service.analytics.eventanalytics.report.rest
Methods in lumis.service.analytics.eventanalytics.report.rest that return Tuple2 Modifier and Type Method Description Tuple2<IAggregation,java.util.function.Function<Object,String>>
EventAnalyticsReportRequest. getInterval()
Returns the interval.Tuple2<IAggregation,java.util.function.Function<Object,String>>
IEventAnalyticsReportRequest. getInterval()
Returns the interval.Methods in lumis.service.analytics.eventanalytics.report.rest that return types with arguments of type Tuple2 Modifier and Type Method Description Map<String,Tuple2<IAggregation,Boolean>>
EventAnalyticsReportRequest. getMetrics()
Returns the metrics.Map<String,Tuple2<IAggregation,Boolean>>
IEventAnalyticsReportRequest. getMetrics()
Returns the metrics. -
Uses of Tuple2 in lumis.service.analytics.usersegmentation.control
Methods in lumis.service.analytics.usersegmentation.control that return Tuple2 Modifier and Type Method Description Tuple2<ISearchQueryFilter,Boolean>
UserSegmentationData. getBigDataFilter(ISearchQueryFilter... additionalFilters)
Returns the big data filter for search user segmentation. -
Uses of Tuple2 in lumis.util.collections
Subclasses of Tuple2 in lumis.util.collections Modifier and Type Class Description class
Tuple3<A,B,C>
Three-object holder.Methods in lumis.util.collections that return Tuple2 Modifier and Type Method Description static <A,B>
Tuple2<A,B>Tuple2. of(A a, B b)
Creates a new instance.
-