Class

storage.remote

RestmInternalRestmHttpClient

Related Doc: package remote

Permalink

class RestmInternalRestmHttpClient extends RestmInternal

Linear Supertypes
RestmInternal, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RestmInternalRestmHttpClient
  2. RestmInternal
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RestmInternalRestmHttpClient(baseUrl: String)(implicit executionContext: ExecutionContext)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _addLock(id: PointerType, time: TimeStamp): Future[String]

    Permalink
  5. def _commitTxn(time: TimeStamp): Future[Set[PointerType]]

    Permalink
  6. def _commitValue(id: PointerType, time: TimeStamp): Future[Unit]

    Permalink
  7. def _getValue(id: PointerType, time: TimeStamp): Future[Option[ValueType]]

    Permalink
  8. def _getValue(id: PointerType): Future[Option[ValueType]]

    Permalink
  9. def _initValue(time: TimeStamp, value: ValueType, id: PointerType): Future[Boolean]

    Permalink
  10. def _lockValue(id: PointerType, time: TimeStamp): Future[Option[TimeStamp]]

    Permalink
  11. def _resetTxn(time: TimeStamp): Future[Set[PointerType]]

    Permalink
  12. def _resetValue(id: PointerType, time: TimeStamp): Future[Unit]

    Permalink
  13. def _txnState(time: TimeStamp): Future[String]

    Permalink
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. val baseUrl: String

    Permalink
  16. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def delete(id: PointerType, time: TimeStamp): Future[Unit]

    Permalink
  18. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def queueValue(id: PointerType, time: TimeStamp, value: ValueType): Future[Unit]

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RestmInternal

Inherited from AnyRef

Inherited from Any

Ungrouped