private static class LeaseSet.UpdateClientLease extends LeaseSetOperation
| Modifier and Type | Field and Description |
|---|---|
private ClientLeaseWrapper |
clw
Wrapped version of client lease
|
private static long |
serialVersionUID |
setID| Modifier | Constructor and Description |
|---|---|
private |
UpdateClientLease(LeaseSet set,
ClientLeaseWrapper clw)
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 ClientLeaseWrapper clw
private UpdateClientLease(LeaseSet set, ClientLeaseWrapper clw)
set - that changedclw - Wrapped client leasevoid apply(LeaseSet set)
LeaseSetOperationLeaseSet to reflect the
state of the server after this operation was performed.apply in class LeaseSetOperationCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.