public interface V1LeaseSpecFluent<A extends V1LeaseSpecFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
OffsetDateTime |
getAcquireTime() |
String |
getHolderIdentity() |
Integer |
getLeaseDurationSeconds() |
Integer |
getLeaseTransitions() |
OffsetDateTime |
getRenewTime() |
Boolean |
hasAcquireTime() |
Boolean |
hasHolderIdentity() |
Boolean |
hasLeaseDurationSeconds() |
Boolean |
hasLeaseTransitions() |
Boolean |
hasRenewTime() |
A |
withAcquireTime(OffsetDateTime acquireTime) |
A |
withHolderIdentity(String holderIdentity) |
A |
withLeaseDurationSeconds(Integer leaseDurationSeconds) |
A |
withLeaseTransitions(Integer leaseTransitions) |
A |
withNewHolderIdentity(String arg1) |
A |
withNewHolderIdentity(StringBuffer arg1) |
A |
withNewHolderIdentity(StringBuilder arg1) |
A |
withRenewTime(OffsetDateTime renewTime) |
OffsetDateTime getAcquireTime()
A withAcquireTime(OffsetDateTime acquireTime)
Boolean hasAcquireTime()
String getHolderIdentity()
Boolean hasHolderIdentity()
A withNewHolderIdentity(StringBuilder arg1)
A withNewHolderIdentity(StringBuffer arg1)
Integer getLeaseDurationSeconds()
Boolean hasLeaseDurationSeconds()
Integer getLeaseTransitions()
Boolean hasLeaseTransitions()
OffsetDateTime getRenewTime()
A withRenewTime(OffsetDateTime renewTime)
Boolean hasRenewTime()
Copyright © 2021. All rights reserved.