Class

eventstore.j

ClusterSettingsBuilder

Related Doc: package j

Permalink

class ClusterSettingsBuilder extends Builder[ClusterSettings] with ChainSet[ClusterSettingsBuilder]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClusterSettingsBuilder
  2. ChainSet
  3. Builder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClusterSettingsBuilder()

    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. var _discoverAttemptInterval: FiniteDuration

    Permalink
    Attributes
    protected
  5. var _discoveryInterval: FiniteDuration

    Permalink
    Attributes
    protected
  6. var _dnsLookupTimeout: FiniteDuration

    Permalink
    Attributes
    protected
  7. var _gossipSeedsOrDns: GossipSeedsOrDns

    Permalink
    Attributes
    protected
  8. var _gossipTimeout: FiniteDuration

    Permalink
    Attributes
    protected
  9. var _maxDiscoverAttempts: Int

    Permalink
    Attributes
    protected
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def build: ClusterSettings

    Permalink
    Definition Classes
    ClusterSettingsBuilderBuilder
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def clusterDns(dns: String, port: Int): ClusterSettingsBuilder

    Permalink
  14. def clusterDns(dns: String): ClusterSettingsBuilder

    Permalink
  15. def discoverAttemptInterval(seconds: Long): ClusterSettingsBuilder

    Permalink
  16. def discoverAttemptInterval(length: Long, unit: TimeUnit): ClusterSettingsBuilder

    Permalink
  17. def discoverAttemptInterval(x: FiniteDuration): ClusterSettingsBuilder

    Permalink
  18. def discoveryInterval(seconds: Long): ClusterSettingsBuilder

    Permalink
  19. def discoveryInterval(length: Long, unit: TimeUnit): ClusterSettingsBuilder

    Permalink
  20. def discoveryInterval(x: FiniteDuration): ClusterSettingsBuilder

    Permalink
  21. def dnsLookupTimeout(seconds: Long): ClusterSettingsBuilder

    Permalink
  22. def dnsLookupTimeout(length: Long, unit: TimeUnit): ClusterSettingsBuilder

    Permalink
  23. def dnsLookupTimeout(x: FiniteDuration): ClusterSettingsBuilder

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  28. def gossipSeeds(seeds: InetSocketAddress*): ClusterSettingsBuilder

    Permalink
  29. def gossipTimeout(seconds: Long): ClusterSettingsBuilder

    Permalink
  30. def gossipTimeout(length: Long, unit: TimeUnit): ClusterSettingsBuilder

    Permalink
  31. def gossipTimeout(x: FiniteDuration): ClusterSettingsBuilder

    Permalink
  32. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  34. def maxDiscoverAttempts(x: Int): ClusterSettingsBuilder

    Permalink
  35. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  38. def set(f: ⇒ Any): ClusterSettingsBuilder

    Permalink
    Attributes
    protected
    Definition Classes
    ChainSet
  39. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from Builder[ClusterSettings]

Inherited from AnyRef

Inherited from Any

Ungrouped