Uses of Interface
com.couchbase.client.java.analytics.AnalyticsQueryRow
Package | Description |
---|---|
com.couchbase.client.java.analytics |
-
Uses of AnalyticsQueryRow in com.couchbase.client.java.analytics
Classes in com.couchbase.client.java.analytics that implement AnalyticsQueryRow Modifier and Type Class Description class
DefaultAnalyticsQueryRow
Methods in com.couchbase.client.java.analytics that return types with arguments of type AnalyticsQueryRow Modifier and Type Method Description List<AnalyticsQueryRow>
AnalyticsDeferredResultHandle. allRows()
List<AnalyticsQueryRow>
AnalyticsQueryResult. allRows()
List<AnalyticsQueryRow>
DefaultAnalyticsDeferredResultHandle. allRows()
List<AnalyticsQueryRow>
DefaultAnalyticsQueryResult. allRows()
Iterator<AnalyticsQueryRow>
DefaultAnalyticsQueryResult. iterator()
Iterator<AnalyticsQueryRow>
AnalyticsDeferredResultHandle. rows()
Iterator<AnalyticsQueryRow>
AnalyticsQueryResult. rows()
Iterator<AnalyticsQueryRow>
DefaultAnalyticsDeferredResultHandle. rows()
Iterator<AnalyticsQueryRow>
DefaultAnalyticsQueryResult. rows()