@InterfaceStability.Experimental @InterfaceAudience.Private public class DefaultDropPath extends AbstractPath implements DropPath
DropPath.| Constructor and Description |
|---|
DefaultDropPath() |
| Modifier and Type | Method and Description |
|---|---|
UsingPath |
drop(String keyspace,
String indexName)
Drop one secondary indexes in the specified keyspace.
|
UsingPath |
drop(String namespace,
String keyspace,
String indexName)
Drop one or more secondary indexes on the specified namespace:keyspace.
|
UsingPath |
dropPrimary(String keyspace)
Drop the primary index in the specified keyspace.
|
UsingPath |
dropPrimary(String namespace,
String keyspace)
Drop the primary index in the specified namespace:keyspace.
|
element, toStringpublic UsingPath drop(String keyspace, String indexName)
DropPathpublic UsingPath drop(String namespace, String keyspace, String indexName)
DropPathpublic UsingPath dropPrimary(String keyspace)
DropPathdropPrimary in interface DropPathkeyspace - the keyspace (bucket) in which to drop primary index (will be escaped).public UsingPath dropPrimary(String namespace, String keyspace)
DropPathdropPrimary in interface DropPathnamespace - the namespace in which to work (will be escaped).keyspace - the keyspace (bucket) in which to drop primary index (will be escaped).Copyright © 2015 Couchbase, Inc.