@InterfaceStability.Experimental @InterfaceAudience.Public public interface OnPrimaryPath extends Path
On path in the primary Index creation DSL.
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)
Describes on which keyspace (bucket name) to index.
keyspace
- the keyspace targeted (it will automatically be escaped).UsingWithPath on(String namespace, String keyspace)
Describes on which keyspace (bucket name) to index, also prefixing the keyspace with a namespace.
namespace
- the optional namespace prefix for the keyspace (it will automatically be escaped).keyspace
- the keyspace targeted (it will automatically be escaped).Copyright © 2014 Couchbase, Inc.