RpcHandlers

molecule.core.marshalling.RpcHandlers
abstract class RpcHandlers(rpc: MoleculeRpc) extends MoleculeLogging, SerializationUtils

Attributes

Source
RpcHandlers.scala
Graph
Supertypes
trait MoleculeLogging
trait Logging
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Type members

Inherited classlikes

implicit class byteBuffer2byteArray(byteBuffer: ByteBuffer)

Attributes

Inherited from:
SerializationUtils
Source
SerializationUtils.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def handleDelete(argsSerialized: ByteBuffer): Future[Array[Byte]]

Attributes

Source
RpcHandlers.scala
def handleInsert(argsSerialized: ByteBuffer): Future[Array[Byte]]

Attributes

Source
RpcHandlers.scala
def handleQuery(argsSerialized: ByteBuffer): Future[Array[Byte]]

Attributes

Source
RpcHandlers.scala
def handleQueryCursor(argsSerialized: ByteBuffer): Future[Array[Byte]]

Attributes

Source
RpcHandlers.scala
def handleQueryOffset(argsSerialized: ByteBuffer): Future[Array[Byte]]

Attributes

Source
RpcHandlers.scala
def handleSave(argsSerialized: ByteBuffer): Future[Array[Byte]]

Attributes

Source
RpcHandlers.scala
def handleUpdate(argsSerialized: ByteBuffer): Future[Array[Byte]]

Attributes

Source
RpcHandlers.scala

Inherited methods

protected def logger: Logger

The logger for this class.

The logger for this class.

Attributes

Inherited from:
Logging
Source
Logging.scala
protected def loggerName: String

Override this to change the name of the underlying logger.

Override this to change the name of the underlying logger.

Defaults to class name with package

Attributes

Inherited from:
Logging
Source
Logging.scala

Inherited fields

val logFormatter: Formatter

Attributes

Inherited from:
MoleculeLogging
Source
MoleculeLogging.scala
val logLevel: Level

Attributes

Inherited from:
MoleculeLogging
Source
MoleculeLogging.scala

Implicits

Inherited implicits

final implicit def byteBuffer2byteArray(byteBuffer: ByteBuffer): byteBuffer2byteArray

Attributes

Inherited from:
SerializationUtils
Source
SerializationUtils.scala