Class ClusterIdFetcher

java.lang.Object
org.apache.hadoop.hbase.client.ClusterIdFetcher

@Private class ClusterIdFetcher extends Object
Fetch cluster id through special preamble header.

An instance of this class should only be used once, like:

 new ClusterIdFetcher().fetchClusterId()
 
Calling the fetchClusterId multiple times will lead unexpected behavior.

See HBASE-25051 for more details.