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
SeeUsingWithPath.- Since:
- 2.2
- Author:
- Simon Baslé
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDefaultUsingWithPath(AbstractPath parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WithPathusing(IndexType type)Describes what kind of index to create.-
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 Detail
-
DefaultUsingWithPath
protected DefaultUsingWithPath(AbstractPath parent)
-
-
Method Detail
-
using
public WithPath using(IndexType type)
Description copied from interface:UsingWithPathDescribes what kind of index to create.- Specified by:
usingin interfaceUsingWithPath- Parameters:
type- the type of index to create.
-
-