object MapReduce extends Serializable
- Alphabetic
- By Inheritance
- MapReduce
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- sealed abstract class Action extends AnyRef
-
final
case class
ActionedOutput(action: Action, database: slamdata.Predef.Option[DatabaseName], shardOutputCollection: slamdata.Predef.Option[slamdata.Predef.Boolean]) extends Product with Serializable
Action to apply to output collection.
Action to apply to output collection.
- action
The action to take if the output collection exists.
- shardOutputCollection
whether the output collection should be sharded (the output database must support sharding).
-
final
case class
OutputCollection(collection: CollectionName, withAction: slamdata.Predef.Option[ActionedOutput]) extends Product with Serializable
Output collection for non-inline map-reduce jobs.
- type Scope = ListMap[slamdata.Predef.String, Bson]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val _finalizer: Lens[MapReduce, slamdata.Predef.Option[Expr]]
- val _map: Lens[MapReduce, Expr]
- val _reduce: Lens[MapReduce, Expr]
- val _scope: Lens[MapReduce, Scope]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object Action