Class CreateQueryIndexOptions.Built
- java.lang.Object
-
- com.couchbase.client.java.CommonOptions.BuiltCommonOptions
-
- com.couchbase.client.java.manager.query.CreateQueryIndexOptions.Built
-
- All Implemented Interfaces:
CoreCreateQueryIndexOptions,CoreCreateQueryIndexSharedOptions,CoreCommonOptions
- Enclosing class:
- CreateQueryIndexOptions
public class CreateQueryIndexOptions.Built extends CommonOptions.BuiltCommonOptions implements CoreCreateQueryIndexOptions
-
-
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 CoreCommonOptionscommonOptions()Booleandeferred()booleanignoreIfExists()IntegernumReplicas()CoreScopeAndCollectionscopeAndCollection()Map<String,Object>with()-
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
-
ignoreIfExists
public boolean ignoreIfExists()
- Specified by:
ignoreIfExistsin interfaceCoreCreateQueryIndexSharedOptions
-
numReplicas
public Integer numReplicas()
- Specified by:
numReplicasin interfaceCoreCreateQueryIndexSharedOptions
-
deferred
public Boolean deferred()
- Specified by:
deferredin interfaceCoreCreateQueryIndexSharedOptions
-
with
public Map<String,Object> with()
- Specified by:
within interfaceCoreCreateQueryIndexSharedOptions
-
scopeAndCollection
public CoreScopeAndCollection scopeAndCollection()
- Specified by:
scopeAndCollectionin interfaceCoreCreateQueryIndexSharedOptions
-
commonOptions
public CoreCommonOptions commonOptions()
- Specified by:
commonOptionsin interfaceCoreCreateQueryIndexSharedOptions
-
-