Class WatchQueryIndexesOptions.Built
- java.lang.Object
-
- com.couchbase.client.java.CommonOptions.BuiltCommonOptions
-
- com.couchbase.client.java.manager.query.WatchQueryIndexesOptions.Built
-
- All Implemented Interfaces:
CoreWatchQueryIndexesOptions
,CoreCommonOptions
- Enclosing class:
- WatchQueryIndexesOptions
public class WatchQueryIndexesOptions.Built extends CommonOptions.BuiltCommonOptions implements CoreWatchQueryIndexesOptions
-
-
Field Summary
-
Fields inherited from interface com.couchbase.client.core.endpoint.http.CoreCommonOptions
DEFAULT
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoreCommonOptions
commonOptions()
CoreScopeAndCollection
scopeAndCollection()
boolean
watchPrimary()
-
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 Detail
-
watchPrimary
public boolean watchPrimary()
- Specified by:
watchPrimary
in interfaceCoreWatchQueryIndexesOptions
-
scopeAndCollection
public CoreScopeAndCollection scopeAndCollection()
- Specified by:
scopeAndCollection
in interfaceCoreWatchQueryIndexesOptions
-
commonOptions
public CoreCommonOptions commonOptions()
- Specified by:
commonOptions
in interfaceCoreWatchQueryIndexesOptions
-
-