@InterfaceStability.Experimental @InterfaceAudience.Private public class DefaultWithPath extends AbstractPath implements WithPath
See WithPath
.
Constructor and Description |
---|
DefaultWithPath(AbstractPath parent) |
Modifier and Type | Method and Description |
---|---|
Statement |
withDefer()
Specify that the index creation should be deferred to later, allowing to create multiple index and then build them all at once in one scan/swipe.
|
Statement |
withDeferAndNode(String nodeName)
Sets both index creation supported options : specify that the index creation should be deferred and give the name of the node on which to create a GSI index.
|
Statement |
withNode(String nodeName)
Specify on which node to create a GSI index.
|
element, toString
public DefaultWithPath(AbstractPath parent)
public Statement withNode(String nodeName)
WithPath
Specify on which node to create a GSI index.
public Statement withDefer()
WithPath
Specify that the index creation should be deferred to later, allowing to create multiple index and then build them all at once in one scan/swipe.
public Statement withDeferAndNode(String nodeName)
WithPath
Sets both index creation supported options : specify that the index creation should be deferred and give the name of the node on which to create a GSI index.
withDeferAndNode
in interface WithPath
nodeName
- the name of the node on which to create an index.Copyright © 2014 Couchbase, Inc.