Class TServerInstance

  • All Implemented Interfaces:
    Serializable, Comparable<TServerInstance>

    public class TServerInstance
    extends Object
    implements Comparable<TServerInstance>, Serializable
    A tablet is assigned to a tablet server at the given address as long as it is alive and well. When the tablet server is restarted, the instance information it advertises will change. Therefore tablet assignments can be considered out-of-date if the tablet server instance information has been changed.
    See Also:
    Serialized Form
    • Constructor Detail

      • TServerInstance

        public TServerInstance​(String formattedString)
      • TServerInstance

        public TServerInstance​(HostAndPort address,
                               long session)
      • TServerInstance

        public TServerInstance​(String address,
                               long session)
      • TServerInstance

        public TServerInstance​(Value address,
                               org.apache.hadoop.io.Text session)