@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, toString
public DefaultOnPrimaryPath(AbstractPath parent)
public UsingWithPath on(String namespace, String keyspace)
OnPrimaryPath
Describes on which keyspace (bucket name) to index, also prefixing the keyspace with a namespace.
on
in interface OnPrimaryPath
namespace
- 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)
OnPrimaryPath
Describes on which keyspace (bucket name) to index.
on
in interface OnPrimaryPath
keyspace
- the keyspace targeted (it will automatically be escaped).Copyright © 2014 Couchbase, Inc.