c
reactivemongo.api.commands.AggregationFramework
IndexStatsResult
Companion object IndexStatsResult
class IndexStatsResult extends Product4[String, P.Document, String, IndexStatAccesses] with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- IndexStatsResult
- Serializable
- Serializable
- Product4
- Product
- Equals
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
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 IndexStatsResult to any2stringadd[IndexStatsResult] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (IndexStatsResult, B)
- Implicit
- This member is added by an implicit conversion from IndexStatsResult to ArrowAssoc[IndexStatsResult] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val accesses: IndexStatAccesses
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
canEqual(that: Any): Boolean
- Definition Classes
- IndexStatsResult → Equals
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
ensuring(cond: (IndexStatsResult) ⇒ Boolean, msg: ⇒ Any): IndexStatsResult
- Implicit
- This member is added by an implicit conversion from IndexStatsResult to Ensuring[IndexStatsResult] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (IndexStatsResult) ⇒ Boolean): IndexStatsResult
- Implicit
- This member is added by an implicit conversion from IndexStatsResult to Ensuring[IndexStatsResult] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): IndexStatsResult
- Implicit
- This member is added by an implicit conversion from IndexStatsResult to Ensuring[IndexStatsResult] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): IndexStatsResult
- Implicit
- This member is added by an implicit conversion from IndexStatsResult to Ensuring[IndexStatsResult] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(that: Any): Boolean
- Definition Classes
- IndexStatsResult → Equals → AnyRef → Any
-
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 IndexStatsResult to StringFormat[IndexStatsResult] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- IndexStatsResult → AnyRef → Any
- val host: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val key: P.Document
- val name: String
-
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()
-
def
productArity: Int
- Definition Classes
- Product4 → Product
-
def
productElement(n: Int): Any
- Definition Classes
- Product4 → Product
- Annotations
- @throws( ... )
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- Product
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- IndexStatsResult → 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
- @throws( ... ) @native()
-
def
→[B](y: B): (IndexStatsResult, B)
- Implicit
- This member is added by an implicit conversion from IndexStatsResult to ArrowAssoc[IndexStatsResult] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Deprecated Value Members
-
def
_1: String
- Definition Classes
- IndexStatsResult → Product4
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.20.3) No longer a case class
-
def
_2: P.Document
- Definition Classes
- IndexStatsResult → Product4
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.20.3) No longer a case class
-
def
_3: String
- Definition Classes
- IndexStatsResult → Product4
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.20.3) No longer a case class
-
def
_4: IndexStatAccesses
- Definition Classes
- IndexStatsResult → Product4
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.20.3) No longer a case class