@InterfaceStability.Experimental @InterfaceAudience.Public public interface OnPrimaryPath extends Path
| 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.
|
UsingWithPath on(String keyspace)
keyspace - the keyspace targeted (it will automatically be escaped).UsingWithPath on(String namespace, String keyspace)
namespace - the optional namespace prefix for the keyspace (it will automatically be escaped).keyspace - the keyspace targeted (it will automatically be escaped).Copyright © 2015 Couchbase, Inc.