Class DropPrimaryQueryIndexOptions
- java.lang.Object
-
- com.couchbase.client.java.CommonOptions<DropPrimaryQueryIndexOptions>
-
- com.couchbase.client.java.manager.query.DropPrimaryQueryIndexOptions
-
public class DropPrimaryQueryIndexOptions extends CommonOptions<DropPrimaryQueryIndexOptions>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
DropPrimaryQueryIndexOptions.Built
-
Nested classes/interfaces inherited from class com.couchbase.client.java.CommonOptions
CommonOptions.BuiltCommonOptions
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DropPrimaryQueryIndexOptions.Built
build()
static DropPrimaryQueryIndexOptions
dropPrimaryQueryIndexOptions()
DropPrimaryQueryIndexOptions
ignoreIfNotExists(boolean ignore)
If the index does not exist, an exception will be thrown unless this is set to true.-
Methods inherited from class com.couchbase.client.java.CommonOptions
clientContext, retryStrategy, self, timeout
-
-
-
-
Method Detail
-
dropPrimaryQueryIndexOptions
public static DropPrimaryQueryIndexOptions dropPrimaryQueryIndexOptions()
-
ignoreIfNotExists
public DropPrimaryQueryIndexOptions ignoreIfNotExists(boolean ignore)
If the index does not exist, an exception will be thrown unless this is set to true.
-
build
@Internal public DropPrimaryQueryIndexOptions.Built build()
-
-