Interface CurrentState
-
public interface CurrentState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagerStategetManagerState()Collection<MergeInfo>merges()Set<KeyExtent>migrationsSnapshot()Provide an immutable snapshot view of migrating tablets.Set<TableId>onlineTables()Set<TServerInstance>onlineTabletServers()Set<TServerInstance>shutdownServers()
-
-
-
Method Detail
-
onlineTabletServers
Set<TServerInstance> onlineTabletServers()
-
shutdownServers
Set<TServerInstance> shutdownServers()
-
merges
Collection<MergeInfo> merges()
-
migrationsSnapshot
Set<KeyExtent> migrationsSnapshot()
Provide an immutable snapshot view of migrating tablets. Objects contained in the set may still be mutable.
-
getManagerState
ManagerState getManagerState()
-
-