private static class LeaseSet.FailureEventRegistration extends LeaseSetOperation
| Modifier and Type | Field and Description |
|---|---|
private EventType |
registration
EventType object that resulted from registration change
|
private static long |
serialVersionUID |
setID| Modifier | Constructor and Description |
|---|---|
private |
FailureEventRegistration(LeaseSet set)
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 EventType registration
private FailureEventRegistration(LeaseSet set)
set - that changedvoid apply(LeaseSet set) throws StoreException
LeaseSetOperationLeaseSet to reflect the
state of the server after this operation was performed.apply in class LeaseSetOperationStoreException - if there is a problem applying the updateCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.