com.couchbase.client.java.query.DefaultAsyncN1qlQueryResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
The official Couchbase Java SDK
package com.couchbase.client.java.query;
import com.couchbase.client.core.annotations.InterfaceAudience;
import com.couchbase.client.core.annotations.InterfaceStability;
import com.couchbase.client.java.document.json.JsonObject;
import rx.Observable;
import rx.functions.Func1;
/**
* The default implementation of an {@link AsyncN1qlQueryResult}.
*
* @author Michael Nitschinger
*/
@InterfaceStability.Uncommitted
@InterfaceAudience.Public
public class DefaultAsyncN1qlQueryResult implements AsyncN1qlQueryResult {
private final Observable rows;
private final Observable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy