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 protectedDefaultUsingWithPath(AbstractPath parent) -
Method Summary
Methods inherited from class com.couchbase.client.java.query.dsl.path.index.DefaultWithPath
withDefer, withDeferAndNode, withDeferAndNodes, withDeferAndNodes, withNode, withNodes, withNodesMethods inherited from class com.couchbase.client.java.query.dsl.path.AbstractPath
element, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:UsingWithPathDescribes what kind of index to create.- Specified by:
usingin interfaceUsingWithPath- Parameters:
type- the type of index to create.
-