Modifier | Constructor and Description |
---|---|
protected |
SpatialView(String name,
String map) |
Modifier and Type | Method and Description |
---|---|
static View |
create(String name,
String map) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
hasReduce()
If a reduce function is set or not.
|
String |
map()
The map function
|
String |
name()
The name of the view.
|
String |
reduce()
The reduce function.
|
String |
toString() |
public boolean hasReduce()
View
If a reduce function is set or not.
Copyright © 2014 Couchbase, Inc.