Class CreateQueryIndexOptions.Built
java.lang.Object
CommonOptions<CreateQueryIndexOptions>.BuiltCommonOptions
com.couchbase.client.java.manager.query.CreateQueryIndexOptions.Built
- All Implemented Interfaces:
com.couchbase.client.core.api.manager.CoreCreateQueryIndexOptions
,com.couchbase.client.core.api.manager.CoreCreateQueryIndexSharedOptions
,com.couchbase.client.core.endpoint.http.CoreCommonOptions
- Enclosing class:
- CreateQueryIndexOptions
public class CreateQueryIndexOptions.Built
extends CommonOptions<CreateQueryIndexOptions>.BuiltCommonOptions
implements com.couchbase.client.core.api.manager.CoreCreateQueryIndexOptions
-
Field Summary
Fields inherited from interface com.couchbase.client.core.endpoint.http.CoreCommonOptions
DEFAULT
-
Method Summary
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
-
ignoreIfExists
public boolean ignoreIfExists()- Specified by:
ignoreIfExists
in interfacecom.couchbase.client.core.api.manager.CoreCreateQueryIndexSharedOptions
-
numReplicas
- Specified by:
numReplicas
in interfacecom.couchbase.client.core.api.manager.CoreCreateQueryIndexSharedOptions
-
deferred
- Specified by:
deferred
in interfacecom.couchbase.client.core.api.manager.CoreCreateQueryIndexSharedOptions
-
with
- Specified by:
with
in interfacecom.couchbase.client.core.api.manager.CoreCreateQueryIndexSharedOptions
-
scopeAndCollection
public com.couchbase.client.core.api.manager.CoreScopeAndCollection scopeAndCollection()- Specified by:
scopeAndCollection
in interfacecom.couchbase.client.core.api.manager.CoreCreateQueryIndexSharedOptions
-
commonOptions
public com.couchbase.client.core.endpoint.http.CoreCommonOptions commonOptions()- Specified by:
commonOptions
in interfacecom.couchbase.client.core.api.manager.CoreCreateQueryIndexSharedOptions
-