private static class LeaseSet.RemoveClientLease extends LeaseSetOperation
| Modifier and Type | Field and Description |
|---|---|
private ClientLeaseWrapper |
clw
Client lease to be removed
|
private static long |
serialVersionUID |
setID| Modifier | Constructor and Description |
|---|---|
private |
RemoveClientLease(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 RemoveClientLease(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.