Class

com.m3.octoparts.client

OctopartsApiBuilder

Related Doc: package client

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

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

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def close(): Unit

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

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

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

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

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

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

    Permalink

    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()
  13. def invalidateCacheFor(partId: String, parameterName: String, parameterValue: String): ListenableFuture[Boolean]

    Permalink

    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()
  14. def invalidateCacheGroup(groupName: String): ListenableFuture[Boolean]

    Permalink

    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()
  15. def invalidateCacheGroupFor(groupName: String, parameterValue: String): ListenableFuture[Boolean]

    Permalink

    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()
  16. final def isInstanceOf[T0]: Boolean

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

    Permalink

    partIds

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

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

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

    Permalink

    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.

  20. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  22. def submit(aggregateRequest: AggregateRequest, additionalHeaders: (String, String)*): ListenableFuture[ResponseWrapper]

    Permalink

    Sends a request to the Octoparts server.

    Sends a request to the Octoparts server.

    Annotations
    @varargs()
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped