Interface ClusterIdFile

All Known Implementing Classes:
ActiveClusterSuffix, ClusterId

@Private public interface ClusterIdFile
Represents a cluster identification file on the master file system. e.g. Cluster ID = hbase.id Active read-replica cluster ID = active.cluster.suffix.id
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Return file contents in a byte array.
  • Method Details

    • toByteArray

      byte[] toByteArray()
      Return file contents in a byte array.