Interface RegionStateStore.RegionStateVisitor
- All Known Implementing Classes:
AssignmentManager.RegionMetaLoadingVisitor
- Enclosing class:
- RegionStateStore
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visitRegionState
(Result result, RegionInfo regionInfo, RegionState.State state, ServerName regionLocation, ServerName lastHost, long openSeqNum)
-
Method Details
-
visitRegionState
void visitRegionState(Result result, RegionInfo regionInfo, RegionState.State state, ServerName regionLocation, ServerName lastHost, long openSeqNum)
-