Interface V1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1LeaseFluent.SpecNested<N>
- All Known Implementing Classes:
V1LeaseSpecBuilder
,V1LeaseSpecFluentImpl
Generated
-
Method Summary
Modifier and TypeMethodDescriptionwithAcquireTime
(OffsetDateTime acquireTime) withHolderIdentity
(String holderIdentity) withLeaseDurationSeconds
(Integer leaseDurationSeconds) withLeaseTransitions
(Integer leaseTransitions) withRenewTime
(OffsetDateTime renewTime)
-
Method Details
-
getAcquireTime
OffsetDateTime getAcquireTime() -
withAcquireTime
-
hasAcquireTime
Boolean hasAcquireTime() -
getHolderIdentity
String getHolderIdentity() -
withHolderIdentity
-
hasHolderIdentity
Boolean hasHolderIdentity() -
getLeaseDurationSeconds
Integer getLeaseDurationSeconds() -
withLeaseDurationSeconds
-
hasLeaseDurationSeconds
Boolean hasLeaseDurationSeconds() -
getLeaseTransitions
Integer getLeaseTransitions() -
withLeaseTransitions
-
hasLeaseTransitions
Boolean hasLeaseTransitions() -
getRenewTime
OffsetDateTime getRenewTime() -
withRenewTime
-
hasRenewTime
Boolean hasRenewTime()
-