Class EntityGlobalId

  • All Implemented Interfaces:

    
    public final class EntityGlobalId
    
                        

    The global unique id of a Zenoh entity. Contains two fields:

    • zid: the global unique id of a Zenoh peer.

    • eid: unsigned unique identifier of the entity within the Zenoh peer.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final ZenohId zid
      private final <Error class: unknown class> eid
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final ZenohId getZid()
      final <Error class: unknown class> getEid()
      final Long getEid()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait