class OperationsLog extends Observer[Document]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OperationsLog
- Observer
- Observer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new OperationsLog(client: MongoClient)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
lazy val
documents: Channel[Document]
Channel receiving original Documents coming over the oplog before transformation.
-
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
-
def
isRunning: Boolean
True if OperationsLog has been started but has not been stopped.
-
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
onComplete(): Unit
- Definition Classes
- OperationsLog → Observer → Observer
-
def
onError(e: Throwable): Unit
- Definition Classes
- OperationsLog → Observer → Observer
-
def
onNext(result: Document): Unit
- Definition Classes
- OperationsLog → Observer → Observer
-
def
onSubscribe(subscription: Subscription): Unit
- Definition Classes
- OperationsLog → Observer
-
def
onSubscribe(subscription: Subscription): Unit
- Definition Classes
- Observer → Observer
-
lazy val
operations: Channel[Operation]
Channel receiving transformed oplog Documents into Operation instances.
-
def
start(): Unit
Starts the oplog monitor.
Starts the oplog monitor. Will begin firing Document instances to
documentsand Operation instances tooperations. Will throw an error if already running. See #startIfNotRunning for a safe ignorant start. -
def
startIfNotRunning(): Unit
Works like #start, but does not throw an error if already started.
-
def
stop(): Unit
Stops the monitor on the oplog.
-
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( ... )