Package

com.github.trex_paxos

demo

Permalink

package demo

Visibility
  1. Public
  2. All

Type Members

  1. trait ConsistentKVStore extends AnyRef

    Permalink

    Simple KV store with consistent read semantics inspired by the spinnaker paper http://www.vldb.org/pvldb/vol4/p243-rao.pdf

  2. class MapDBConsistentKVStore extends ConsistentKVStore

    Permalink

    This class is not threadsafe so wrap with an actor else externally synchronize.

  3. class MethodCallInvoker extends Actor with ActorLogging

    Permalink

Value Members

  1. object KVStoreClient

    Permalink
  2. object RemoteKVStore

    Permalink
  3. object TrexKVClient

    Permalink
  4. object TrexKVStore

    Permalink

Ungrouped