Packages

package acolyte

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. acolyte
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Authenticate = core.nodeset.Authenticate
  2. type Close = core.actors.Close
  3. type Connection = core.nodeset.Connection
  4. type Delete = core.protocol.Delete
  5. type MessageHeader = core.protocol.MessageHeader
  6. type MongoConnection = api.MongoConnection
  7. type MongoDBSystem = core.actors.MongoDBSystem
  8. type RegisterMonitor = RegisterMonitor.type
  9. type RequestMaker = core.protocol.RequestMaker
  10. type Response = core.protocol.Response
  11. type ResponseInfo = core.protocol.ResponseInfo
  12. type WriteRequestOp = core.protocol.WriteRequestOp

Value Members

  1. def Closed: core.actors.Closed
    Annotations
    @SuppressWarnings()
  2. def MessageHeader(messageLength: Int, requestID: Int, responseTo: Int, opCode: Int): core.protocol.MessageHeader
  3. lazy val MessageHeader: (ByteBuf) => core.protocol.MessageHeader
  4. def Reply(flags: Int, cursorID: Long, startingFrom: Int, numberReturned: Int): Reply
  5. lazy val Response: (core.protocol.MessageHeader, Reply, ByteBuf, core.protocol.ResponseInfo) => core.protocol.Response
  6. lazy val ResponseWithCursor: (core.protocol.MessageHeader, Reply, ByteBuf, core.protocol.ResponseInfo, String, BSONDocument, Seq[BSONDocument]) => WithCursor
  7. def channelFactory(supervisor: String, name: String, options: MongoConnectionOptions): ChannelFactory
    Annotations
    @inline()
  8. val parseResponse: (Response) => Iterator[BSONDocument]
  9. def readReply(buf: ByteBuf): Reply
  10. object Close
  11. object Delete
  12. object ExpectingResponse
  13. object Insert
  14. object MongoConnection
  15. object PrimaryAvailable
  16. object Query
  17. object ReactiveMongoActorSystem
  18. object RequestMaker
  19. object ResponseInfo
  20. object SetAvailable
  21. object Update

Inherited from AnyRef

Inherited from Any

Ungrouped