com.m3.octoparts.client

OctopartsApiBuilder

class OctopartsApiBuilder extends Closeable

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

Instance Constructors

  1. new OctopartsApiBuilder(apiRootUrl: String, serviceId: String)

  2. new OctopartsApiBuilder(apiRootUrl: String, serviceId: String, asyncHttpClientConfig: AsyncHttpClientConfig)

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 close(): Unit

    Definition Classes
    OctopartsApiBuilder → Closeable → AutoCloseable
  9. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  14. def invalidateCache(partId: String): ListenableFuture[Boolean]

    Invalidates the whole cache for a part.

    Invalidates the whole cache for a part. If the part does not exist, returns true anyways.

    Annotations
    @Nonnull()
  15. def invalidateCacheFor(partId: String, parameterName: String, parameterValue: String): ListenableFuture[Boolean]

    Invalidates a region of the cache for a part.

    Invalidates a region of the cache for a part. If the part or the region does not exist, returns true anyways.

    Annotations
    @Nonnull()
  16. def invalidateCacheGroup(groupName: String): ListenableFuture[Boolean]

    Invalidates a group of caches If the group does not exist, returns false.

    Invalidates a group of caches If the group does not exist, returns false.

    Annotations
    @Nonnull()
  17. def invalidateCacheGroupFor(groupName: String, parameterValue: String): ListenableFuture[Boolean]

    Invalidates a region for a group of caches If the group does not exist, returns false.

    Invalidates a region for a group of caches If the group does not exist, returns false.

    Annotations
    @Nonnull()
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. def listEndpoints(partIds: String*): ListenableFuture[List[HttpPartConfig]]

    partIds

    when specified, filters the endpoint list. Note: not specifying a filter will prevent Octoparts from using the part config cache.

    Annotations
    @varargs() @Nonnull()
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def newRequest(userId: String, sessionId: String, userAgent: String, requestUrl: String, timeoutMs: Long): RequestBuilder

    userId

    optional user id

    sessionId

    optional session id

    userAgent

    optional user agent

    requestUrl

    optional request URL

    timeoutMs

    This value is enforced in the octoparts server.

  22. final def notify(): Unit

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

    Definition Classes
    AnyRef
  24. def submit(aggregateRequest: AggregateRequest): ListenableFuture[ResponseWrapper]

    Sends a request to the Octoparts server.

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

    Definition Classes
    AnyRef
  26. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped