Class WatchQueryIndexesOptions.Built
java.lang.Object
CommonOptions<WatchQueryIndexesOptions>.BuiltCommonOptions
com.couchbase.client.java.manager.query.WatchQueryIndexesOptions.Built
- All Implemented Interfaces:
com.couchbase.client.core.api.manager.CoreWatchQueryIndexesOptions
,com.couchbase.client.core.endpoint.http.CoreCommonOptions
- Enclosing class:
- WatchQueryIndexesOptions
public class WatchQueryIndexesOptions.Built
extends CommonOptions<WatchQueryIndexesOptions>.BuiltCommonOptions
implements com.couchbase.client.core.api.manager.CoreWatchQueryIndexesOptions
-
Field Summary
Fields inherited from interface com.couchbase.client.core.endpoint.http.CoreCommonOptions
DEFAULT
-
Method Summary
Modifier and TypeMethodDescriptioncom.couchbase.client.core.endpoint.http.CoreCommonOptions
com.couchbase.client.core.api.manager.CoreScopeAndCollection
boolean
Methods inherited from class com.couchbase.client.java.CommonOptions.BuiltCommonOptions
clientContext, parentSpan, retryStrategy, timeout
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.couchbase.client.core.endpoint.http.CoreCommonOptions
withParentSpan
-
Method Details
-
watchPrimary
public boolean watchPrimary()- Specified by:
watchPrimary
in interfacecom.couchbase.client.core.api.manager.CoreWatchQueryIndexesOptions
-
scopeAndCollection
public com.couchbase.client.core.api.manager.CoreScopeAndCollection scopeAndCollection()- Specified by:
scopeAndCollection
in interfacecom.couchbase.client.core.api.manager.CoreWatchQueryIndexesOptions
-
commonOptions
public com.couchbase.client.core.endpoint.http.CoreCommonOptions commonOptions()- Specified by:
commonOptions
in interfacecom.couchbase.client.core.api.manager.CoreWatchQueryIndexesOptions
-