Server

platdb.Server$
See theServer companion class
object Server

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Server.type

Members list

Concise view

Type members

Classlikes

case class BListCreateOptions(name: String, ignoreExists: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class BListDeleteOptions(name: String, ignoreNotExists: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class BListElement(index: String, value: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class BListInsertOptions(name: String, index: Int, elems: Array[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class BListPendOptions(name: String, prepend: Boolean, elems: Array[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class BListRemoveOptions(name: String, index: Int, count: Int)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class BListUpdateOptions(name: String, index: Int, elem: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class BSetCreateOptions(name: String, ignoreExists: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class BSetDeleteOptions(name: String, ignoreNotExists: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class BSetElement(order: String, value: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class BSetPutOptions(name: String, elems: Array[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class BSetRemoveOptions(name: String, elems: Array[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class BucketCreateOptions(name: String, ignoreExists: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class BucketDeleteOptions(name: String, ignoreNotExists: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class BucketPutOptions(name: String, elems: Array[KVPair])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class BucketRemoveOptions(name: String, keys: Array[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class CollectionCreateOptions(name: String, collectionType: String, ignoreExists: Boolean, dimension: Int)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class CollectionDeleteOptions(name: String, collectionType: String, ignoreNotExists: Boolean)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class CollectionGetResponse(collections: List[CollectionInfo])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class CollectionInfo(name: String, collectionType: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class KVPair(key: String, value: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Tx(readonly: Boolean, operations: Array[TxOperation])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class TxOperation(collection: String, collectionOp: String, elementOp: String, index: Int, count: Int, elems: Array[KVPair])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class TxOperationResult(success: Boolean, err: String, data: List[KVPair])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class TxResult(success: Boolean, err: String, results: List[TxOperationResult])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Attributes