private static class LeaseSet.RenewalFailure extends LeaseSet.RemoveClientLease
| Modifier and Type | Field and Description |
|---|---|
private long |
evID
Event ID of the corresponding renewal failure event (if any)
|
private static long |
serialVersionUID |
setID| Modifier | Constructor and Description |
|---|---|
private |
RenewalFailure(LeaseSet set,
ClientLeaseWrapper clw,
long evID)
Simple constructor
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
apply(LeaseSet set)
Update the state of the passed
LeaseSet to reflect the
state of the server after this operation was performed. |
applyprivate static final long serialVersionUID
private long evID
private RenewalFailure(LeaseSet set, ClientLeaseWrapper clw, long evID)
set - that changedclw - Wrapped client leaseevID - event ID of the renewal event that was sent
to mark this renewal failurevoid apply(LeaseSet set)
LeaseSetOperationLeaseSet to reflect the
state of the server after this operation was performed.apply in class LeaseSet.RemoveClientLeaseCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.