@InterfaceStability.Experimental @InterfaceAudience.Private public class DefaultOnPrimaryPath extends AbstractPath implements OnPrimaryPath
See OnPrimaryPath.
| Constructor and Description |
|---|
DefaultOnPrimaryPath(AbstractPath parent) |
| Modifier and Type | Method and Description |
|---|---|
UsingWithPath |
on(String keyspace)
Describes on which keyspace (bucket name) to index.
|
UsingWithPath |
on(String namespace,
String keyspace)
Describes on which keyspace (bucket name) to index, also prefixing the keyspace with a namespace.
|
element, toStringpublic DefaultOnPrimaryPath(AbstractPath parent)
public UsingWithPath on(String namespace, String keyspace)
OnPrimaryPathDescribes on which keyspace (bucket name) to index, also prefixing the keyspace with a namespace.
on in interface OnPrimaryPathnamespace - the optional namespace prefix for the keyspace (it will automatically be escaped).keyspace - the keyspace targeted (it will automatically be escaped).public UsingWithPath on(String keyspace)
OnPrimaryPathDescribes on which keyspace (bucket name) to index.
on in interface OnPrimaryPathkeyspace - the keyspace targeted (it will automatically be escaped).Copyright © 2015 Couchbase, Inc.