case class GetLastError(w: W, j: Boolean, fsync: Boolean, wtimeout: Option[Int] = None) extends Command with api.WriteConcern with CommandWithResult[LastError] with Product with Serializable
- wtimeout
the time limit
- Annotations
- @deprecated
- Deprecated
(Since version 0.16.0) Will be replaced by
reactivemongo.api.commands.WriteConcern
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GetLastError
- Serializable
- Serializable
- Product
- Equals
- CommandWithResult
- WriteConcern
- Command
- AbstractCommand
- AnyRef
- Any
Implicitly
- by CollectionsHaveToParArray
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from GetLastError to any2stringadd[GetLastError] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (GetLastError, B)
- Implicit
- This member is added by an implicit conversion from GetLastError to ArrowAssoc[GetLastError] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
ensuring(cond: (GetLastError) ⇒ Boolean, msg: ⇒ Any): GetLastError
- Implicit
- This member is added by an implicit conversion from GetLastError to Ensuring[GetLastError] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (GetLastError) ⇒ Boolean): GetLastError
- Implicit
- This member is added by an implicit conversion from GetLastError to Ensuring[GetLastError] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): GetLastError
- Implicit
- This member is added by an implicit conversion from GetLastError to Ensuring[GetLastError] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): GetLastError
- Implicit
- This member is added by an implicit conversion from GetLastError to Ensuring[GetLastError] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from GetLastError to StringFormat[GetLastError] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
val
fsync: Boolean
- Definition Classes
- GetLastError → WriteConcern
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
j: Boolean
- Definition Classes
- GetLastError → WriteConcern
-
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
toParArray: ParArray[T]
- Implicit
- This member is added by an implicit conversion from GetLastError to CollectionsHaveToParArray[GetLastError, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (GetLastError) ⇒ GenTraversableOnce[T] is in scope.
- Definition Classes
- CollectionsHaveToParArray
-
val
w: W
- Definition Classes
- GetLastError → WriteConcern
-
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
- @throws( ... ) @native()
-
val
wtimeout: Option[Int]
- Definition Classes
- GetLastError → WriteConcern
-
def
→[B](y: B): (GetLastError, B)
- Implicit
- This member is added by an implicit conversion from GetLastError to ArrowAssoc[GetLastError] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc