Class CreatePrimaryQueryIndexOptions.Built
- java.lang.Object
-
- com.couchbase.client.java.CommonOptions.BuiltCommonOptions
-
- com.couchbase.client.java.manager.query.CreatePrimaryQueryIndexOptions.Built
-
- All Implemented Interfaces:
CoreCreatePrimaryQueryIndexOptions
,CoreCreateQueryIndexSharedOptions
,CoreCommonOptions
- Enclosing class:
- CreatePrimaryQueryIndexOptions
public class CreatePrimaryQueryIndexOptions.Built extends CommonOptions.BuiltCommonOptions implements CoreCreatePrimaryQueryIndexOptions
-
-
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()
Boolean
deferred()
boolean
ignoreIfExists()
String
indexName()
Integer
numReplicas()
CoreScopeAndCollection
scopeAndCollection()
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:
ignoreIfExists
in interfaceCoreCreateQueryIndexSharedOptions
-
numReplicas
public Integer numReplicas()
- Specified by:
numReplicas
in interfaceCoreCreateQueryIndexSharedOptions
-
deferred
public Boolean deferred()
- Specified by:
deferred
in interfaceCoreCreateQueryIndexSharedOptions
-
indexName
public String indexName()
- Specified by:
indexName
in interfaceCoreCreatePrimaryQueryIndexOptions
-
with
public Map<String,Object> with()
- Specified by:
with
in interfaceCoreCreateQueryIndexSharedOptions
-
scopeAndCollection
public CoreScopeAndCollection scopeAndCollection()
- Specified by:
scopeAndCollection
in interfaceCoreCreateQueryIndexSharedOptions
-
commonOptions
public CoreCommonOptions commonOptions()
- Specified by:
commonOptions
in interfaceCoreCreateQueryIndexSharedOptions
-
-