Package

com.github.danymarialee

mock

Permalink

package mock

Visibility
  1. Public
  2. All

Type Members

  1. case class DeleteHandler(key: Key = new Key("kName", "ns", 1)) extends DeleteListener with Product with Serializable

    Permalink
  2. case class ExecuteHandler(k: Key = new Key("kName", "ns", 1), obj: AnyRef = "") extends ExecuteListener with Product with Serializable

    Permalink
  3. case class ExistsArrayHandler(keys: Array[Key] = Array(new Key("kName", "ns", 1)), exists: Array[Boolean] = Array(true)) extends ExistsArrayListener with Product with Serializable

    Permalink
  4. case class ExistsHandler(k: Key = new Key("kName", "ns", 1), exists: Boolean = true) extends ExistsListener with Product with Serializable

    Permalink
  5. case class ExistsSequenceHandler(k: Key = new Key("kName", "ns", 1), exists: Boolean = true) extends ExistsSequenceListener with Product with Serializable

    Permalink
  6. class MockAerospike extends IAsyncClient

    Permalink

    Since

    08.09.16

  7. case class ReadHandler(key: Key = new Key("kName", "ns", 1), record: Record = ...) extends RecordListener with Product with Serializable

    Permalink
  8. case class RecordSequenceHandler(k: Key = new Key("kName", "ns", 1), record: Record = ...) extends RecordSequenceListener with Product with Serializable

    Permalink
  9. case class ScanCallbackImpl(k: Key = new Key("kName", "ns", 1), record: Record = ...) extends ScanCallback with Product with Serializable

    Permalink
  10. case class WriteHandler(k: Key = new Key("kName", "ns", 1)) extends WriteListener with Product with Serializable

    Permalink

Ungrouped