public interface LeaseFailureHandler
When ClusterNodeInfo does not have such a LeaseFailureHandler, the only thing it does is fail every subsequent access with an exception - but it doesn't do fancy things like stopping the oak-store-document bundle etc. Such an operation must be provided in a LeaseFailureHandler.
| Modifier and Type | Method and Description |
|---|---|
void |
handleLeaseFailure()
Invoked by ClusterNodeInfo when it detects a lease
failure and has started preventing any further access
to the DocumentStore by throwing exceptions - what's
now left is any further actions that should be taken
such as eg stopping the oak-store-document bundle.
|
void handleLeaseFailure()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.