@InterfaceStability.Committed
@InterfaceAudience.Public
public interface View
Represents a View definition to store and load.
java.lang.String name()
The name of the view.
java.lang.String map()
The map function
java.lang.String reduce()
The reduce function.
boolean hasReduce()
If a reduce function is set or not.