com.dslplatform.api.client

HttpStandardProxy

class HttpStandardProxy extends StandardProxy

Linear Supertypes
StandardProxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HttpStandardProxy
  2. StandardProxy
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpStandardProxy(httpClient: HttpClient, json: JsonSerialization)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def delete[TAggregate <: AggregateRoot](deletes: TraversableOnce[TAggregate])(implicit arg0: ClassTag[TAggregate]): Future[_]

    Helper method for persist.

    Helper method for persist. Apply local changes to the remote server.

    deletes

    aggregate roots to update

    returns

    empty future which completes when done.

    Definition Classes
    StandardProxy
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def execute[TArgument, TResult](command: String, argument: TArgument)(implicit arg0: ClassTag[TResult]): Future[TResult]

    Execute remote service (server implementation for IServerService<TArgument, TResult>) Send message with serialized argument to remote service and deserialize response.

    Execute remote service (server implementation for IServerService<TArgument, TResult>) Send message with serialized argument to remote service and deserialize response.

    TResult

    deserialize result into provided type

    command

    remote service name

    argument

    remote service argument

    returns

    future with deserialized result

    Definition Classes
    HttpStandardProxyStandardProxy
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  15. def insert[TAggregate <: AggregateRoot](inserts: TraversableOnce[TAggregate])(implicit arg0: ClassTag[TAggregate]): Future[IndexedSeq[String]]

    Helper method for persist.

    Helper method for persist. Apply local changes to the remote server.

    inserts

    new aggregate roots

    returns

    future uris of newly created aggregates

    Definition Classes
    StandardProxy
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. def olapCube[TCube <: Cube[TSearchable], TSearchable <: Searchable, TResult](specification: Option[Specification[TSearchable]], dimensions: TraversableOnce[String], facts: TraversableOnce[String], limit: Option[Int], offset: Option[Int], order: Map[String, Boolean])(implicit arg0: ClassTag[TCube], arg1: ClassTag[TSearchable], arg2: ClassTag[TResult]): Future[IndexedSeq[TResult]]

    Perform data analysis on specified data source.

    Perform data analysis on specified data source. Data source is filtered using provided specification. Analysis is performed by grouping data by dimensions and aggregating information using specified facts.

    specification

    filter data source

    dimensions

    group by dimensions

    facts

    analyze using facts

    order

    custom order for result

    returns

    future with deserialized collection from analysis result

    Definition Classes
    HttpStandardProxyStandardProxy
  21. def olapCube[TCube <: Cube[TSearchable], TSearchable <: Searchable](specification: Specification[TSearchable], dimensions: TraversableOnce[String], facts: TraversableOnce[String])(implicit arg0: ClassTag[TCube], arg1: ClassTag[TSearchable]): Future[IndexedSeq[Map[String, Any]]]

    Helper method for Olap cube.

    Helper method for Olap cube. Perform data analysis on specified data source. Data source is filtered using provided specification. Analysis is performed by grouping data by dimensions and aggregating information using specified facts.

    specification

    filter data source

    dimensions

    group by dimensions

    facts

    analyze using facts

    returns

    future with deserialized collection from analysis result

    Definition Classes
    StandardProxy
  22. def persist[TAggregate <: AggregateRoot](inserts: TraversableOnce[TAggregate], updates: TraversableOnce[(TAggregate, TAggregate)], deletes: TraversableOnce[TAggregate])(implicit arg0: ClassTag[TAggregate]): Future[IndexedSeq[String]]

    Apply local changes to the remote server.

    Apply local changes to the remote server.

    inserts

    new aggregate roots

    updates

    pairs for updating old aggregate to new state

    deletes

    aggregate roots which will be deleted

    returns

    future uris of newly created aggregates

    Definition Classes
    HttpStandardProxyStandardProxy
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  24. def toString(): String

    Definition Classes
    AnyRef → Any
  25. def update[TAggregate <: AggregateRoot](updates: TraversableOnce[TAggregate])(implicit arg0: ClassTag[TAggregate]): Future[_]

    Helper method for persist.

    Helper method for persist. Apply local changes to the remote server.

    updates

    aggregate roots to update

    returns

    empty future which completes when done.

    Definition Classes
    StandardProxy
  26. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StandardProxy

Inherited from AnyRef

Inherited from Any

Ungrouped