Uses of Interface
com.couchbase.client.java.query.dsl.path.index.OnPath
-
Packages that use OnPath Package Description com.couchbase.client.java.query com.couchbase.client.java.query.dsl.path.index -
-
Uses of OnPath in com.couchbase.client.java.query
Methods in com.couchbase.client.java.query that return OnPath Modifier and Type Method Description static OnPathIndex. createIndex(String indexName)Create a new secondary index. -
Uses of OnPath in com.couchbase.client.java.query.dsl.path.index
Classes in com.couchbase.client.java.query.dsl.path.index that implement OnPath Modifier and Type Class Description classDefaultOnPathSeeOnPath.Methods in com.couchbase.client.java.query.dsl.path.index that return OnPath Modifier and Type Method Description OnPathCreateIndexPath. create(String indexName)Create a secondary index.OnPathDefaultCreateIndexPath. create(String indexName)
-