@InterfaceStability.Experimental @InterfaceAudience.Private public class DefaultDropPath extends AbstractPath implements DropPath
See 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)
DropPathDrop one secondary indexes in the specified keyspace.
public UsingPath drop(String namespace, String keyspace, String indexName)
DropPathDrop one or more secondary indexes on the specified namespace:keyspace.
public UsingPath dropPrimary(String keyspace)
DropPathDrop the primary index in the specified keyspace.
dropPrimary in interface DropPathkeyspace - the keyspace (bucket) in which to drop primary index (will be escaped).public UsingPath dropPrimary(String namespace, String keyspace)
DropPathDrop the primary index in the specified namespace:keyspace.
dropPrimary 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.