public static class DesignDocument.MapReduce
extends java.lang.Object
Constructor and Description |
---|
MapReduce() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDbCopy() |
java.lang.String |
getMap() |
java.lang.String |
getReduce() |
int |
hashCode() |
void |
setDbCopy(java.lang.String databaseName)
Set the name of a database to copy the reduced view results into.
|
void |
setMap(java.lang.String map) |
void |
setReduce(java.lang.String reduce) |
public java.lang.String getMap()
public java.lang.String getReduce()
public void setMap(java.lang.String map)
public void setReduce(java.lang.String reduce)
public void setDbCopy(java.lang.String databaseName)
For more information, including an explanation of the potential performance impact of this option see the Cloudant dbcopy documentation .
databaseName
- of the database to store reduced view results inpublic java.lang.String getDbCopy()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object