Package | Description |
---|---|
org.mule.modules.mongo | |
org.mule.modules.mongo.api |
Modifier and Type | Method and Description |
---|---|
void |
MongoCloudConnector.createIndex(String collection,
String field,
IndexOrder order)
Creates a new index
|
Modifier and Type | Method and Description |
---|---|
static IndexOrder |
IndexOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexOrder[] |
IndexOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MongoClientImpl.createIndex(String collection,
String field,
IndexOrder order) |
void |
MongoClient.createIndex(String collection,
String field,
IndexOrder order) |
Copyright © 2010–2016. All rights reserved.