Package

ru.tinkoff.aerospikeexamples

example

Permalink

package example

Visibility
  1. Public
  2. All

Type Members

  1. case class KBSampleScheme(spike: SpikeImpl) extends KBScheme[String, Int] with Product with Serializable

    Permalink

    Since

    26.10.16

  2. class ProtoScheme extends AnyRef

    Permalink

    Since

    23.03.17

  3. case class Sample(name: String, i: Int) extends Product with Serializable

    Permalink

    Since

    26.09.16 That Scheme example demonstrates how to work with Key of type String and different Bin types

  4. case class SampleScheme(spike: SpikeImpl) extends Scheme[String] with Product with Serializable

    Permalink

Value Members

  1. object AClient

    Permalink

    Since

    20.10.16

  2. object CleanUp extends App

    Permalink

    Since

    20.10.16 This will delete all data stored in SampleApp

  3. object KBSampleApp extends App

    Permalink

    Since

    26.10.16

  4. object ProtoSample extends App

    Permalink

    Since

    23.03.17

  5. object SampleApp extends App

    Permalink

    Since

    20.10.16

  6. object SampleCollectionsApp extends App

    Permalink

    Since

    04.04.17

Ungrouped