Class DefaultUsingWithPath
java.lang.Object
com.couchbase.client.java.query.dsl.path.AbstractPath
com.couchbase.client.java.query.dsl.path.index.DefaultWithPath
com.couchbase.client.java.query.dsl.path.index.DefaultUsingWithPath
- All Implemented Interfaces:
UsingWithPath
,WithPath
,Path
,Statement
- Direct Known Subclasses:
DefaultWherePath
@Experimental @Private public class DefaultUsingWithPath extends DefaultWithPath implements UsingWithPath
See
UsingWithPath
.- Since:
- 2.2
- Author:
- Simon Baslé
-
Constructor Summary
Constructors Modifier Constructor Description protected
DefaultUsingWithPath(AbstractPath parent)
-
Method Summary
Methods inherited from class com.couchbase.client.java.query.dsl.path.index.DefaultWithPath
withDefer, withDeferAndNode, withDeferAndNodes, withDeferAndNodes, withNode, withNodes, withNodes
Methods inherited from class com.couchbase.client.java.query.dsl.path.AbstractPath
element, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.couchbase.client.java.query.dsl.path.index.WithPath
withDefer, withDeferAndNode, withDeferAndNodes, withDeferAndNodes, withNode, withNodes, withNodes
-
Constructor Details
-
DefaultUsingWithPath
-
-
Method Details
-
using
Description copied from interface:UsingWithPath
Describes what kind of index to create.- Specified by:
using
in interfaceUsingWithPath
- Parameters:
type
- the type of index to create.
-