@InterfaceStability.Experimental @InterfaceAudience.Private public class DefaultIndexNamesPath extends AbstractPath implements IndexNamesPath
See IndexNamesPath
.
Modifier | Constructor and Description |
---|---|
protected |
DefaultIndexNamesPath(AbstractPath parent) |
Modifier and Type | Method and Description |
---|---|
UsingPath |
indexes(String indexName,
String... indexNames)
Specify the index or indexes in a pending state that needs building.
|
UsingPath |
primary()
Build the primary index (using a name of
Index.PRIMARY_NAME , must be in a pending state). |
element, toString
protected DefaultIndexNamesPath(AbstractPath parent)
public UsingPath indexes(String indexName, String... indexNames)
IndexNamesPath
Specify the index or indexes in a pending state that needs building.
indexes
in interface IndexNamesPath
indexName
- minimum index to build (name will be escaped).indexNames
- 0-n additional indexes to also build (names will be escaped).public UsingPath primary()
IndexNamesPath
Build the primary index (using a name of Index.PRIMARY_NAME
, must be in a pending state).
primary
in interface IndexNamesPath
Copyright © 2014 Couchbase, Inc.