| Modifier and Type | Class and Description |
|---|---|
class |
BackendInfoResolver<T extends BackendInfo>
Caching resolver which resolves a cookie to a leader
ActorRef. |
| Modifier and Type | Method and Description |
|---|---|
void |
BackendInfoResolver.invalidateBackend(long cookie,
CompletionStage<? extends BackendInfo> info)
Invalidate a particular instance of
BackendInfo, typically as a response to a request timing out. |
protected abstract void |
BackendInfoResolver.invalidateBackendInfo(CompletionStage<? extends BackendInfo> info)
Invalidate previously-resolved shard information.
|
Copyright © 2016 OpenDaylight. All rights reserved.