final class LeaseSettings extends AnyRef
- Source
- LeaseSettings.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- LeaseSettings
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LeaseSettings(leaseName: String, ownerName: String, timeoutSettings: TimeoutSettings, leaseConfig: Config)
Value Members
- val leaseConfig: Config
- val leaseName: String
- val ownerName: String
- val timeoutSettings: TimeoutSettings
- def toString(): String
- Definition Classes
- LeaseSettings → AnyRef → Any
- def withTimeoutSettings(timeoutSettings: TimeoutSettings): LeaseSettings