Packages

final class LeaseSettings extends AnyRef

Source
LeaseSettings.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LeaseSettings
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new LeaseSettings(leaseName: String, ownerName: String, timeoutSettings: TimeoutSettings, leaseConfig: Config)

Value Members

  1. val leaseConfig: Config
  2. val leaseName: String
  3. val ownerName: String
  4. val timeoutSettings: TimeoutSettings
  5. def toString(): String
    Definition Classes
    LeaseSettings → AnyRef → Any
  6. def withTimeoutSettings(timeoutSettings: TimeoutSettings): LeaseSettings