Interface TabletBalancer.CurrentAssignment
- Enclosing interface:
TabletBalancer
public static interface TabletBalancer.CurrentAssignment
Provides access to information related to a tablet that is currently assigned to a tablet
server.
- Since:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getTablet
TabletId getTablet() -
getTabletServer
TabletServerId getTabletServer() -
getResourceGroup
ResourceGroupId getResourceGroup()
-