com.gilt.gfc.kinesis.producer

KinesisProducerConfig

trait KinesisProducerConfig extends AnyRef

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

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. def allowedRetriesOnFailure: Int

    How many retries that are allowed to be applied on a failure to put record(s) to the stream.

    How many retries that are allowed to be applied on a failure to put record(s) to the stream.

    returns

    Defaults to 3 retries

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def awsCredentialsProvider: AWSCredentialsProvider

    The Credentials Provider to be used to access kinesis

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def endpoint: Option[String]

    The AWS Endpoint for the Kinesis Stream.

    The AWS Endpoint for the Kinesis Stream.

    At minimal, this or regionName must be set - both can be specified.

    returns

    defaults to None

  11. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  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 regionName: Option[String]

    The AWS region to be used.

    The AWS region to be used. This must be a valid AWS region

    At minimal, this or endpoint must be set - both can be specified.

    returns

    defaults to None

  21. def retryBackoffDuration: FiniteDuration

    How long to backoff before attempting a retry to put record(s)

    How long to backoff before attempting a retry to put record(s)

    returns

    Defaults to 3 seconds

  22. def streamPlacementThreadCount: Int

    The size of the internal thread pool for placing records onto the kinesis stream.

    The size of the internal thread pool for placing records onto the kinesis stream. This thread pool is also used for scheduling and executing retries.

    returns

    Defaults to 50 (which mirrors Amazon's Java AmazonKinesisAsyncClient default configuration at time of writing)

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

    Definition Classes
    AnyRef
  24. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped