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, toString
public UsingPath drop(String keyspace, String indexName)
DropPath
Drop one secondary indexes in the specified keyspace.
public UsingPath drop(String namespace, String keyspace, String indexName)
DropPath
Drop one or more secondary indexes on the specified namespace:keyspace.
public UsingPath dropPrimary(String keyspace)
DropPath
Drop the primary index in the specified keyspace.
dropPrimary
in interface DropPath
keyspace
- the keyspace (bucket) in which to drop primary index (will be escaped).public UsingPath dropPrimary(String namespace, String keyspace)
DropPath
Drop the primary index in the specified namespace:keyspace.
dropPrimary
in interface DropPath
namespace
- the namespace in which to work (will be escaped).keyspace
- the keyspace (bucket) in which to drop primary index (will be escaped).Copyright © 2014 Couchbase, Inc.