Class EntryPointKey

    • Constructor Detail

      • EntryPointKey

        public EntryPointKey​(EntryPointAddr entryPointAddr,
                             EntityAddr entityAddr,
                             byte[] hashAddr,
                             byte[] namedBytes,
                             long selector)
      • EntryPointKey

        public EntryPointKey()
    • Method Detail

      • fromStringCustom

        protected void fromStringCustom​(java.lang.String strKey)
        Overrides:
        fromStringCustom in class Key
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Key
      • getEntryPointAddr

        public EntryPointAddr getEntryPointAddr()
        The addr of the entity.
      • getEntityAddr

        public EntityAddr getEntityAddr()
        The entry point address.
      • getHashAddr

        public byte[] getHashAddr()
        The 32 byte hash of the name of the entry point.
      • getNamedBytes

        public byte[] getNamedBytes()
        The 32 byte hash of the name of the V1 entry point
      • getSelector

        public long getSelector()
        The selector for a V2 entry point.
      • setEntryPointAddr

        public void setEntryPointAddr​(EntryPointAddr entryPointAddr)
        The addr of the entity.
      • setEntityAddr

        public void setEntityAddr​(EntityAddr entityAddr)
        The entry point address.
      • setHashAddr

        public void setHashAddr​(byte[] hashAddr)
        The 32 byte hash of the name of the entry point.
      • setNamedBytes

        public void setNamedBytes​(byte[] namedBytes)
        The 32 byte hash of the name of the V1 entry point
      • setSelector

        public void setSelector​(long selector)
        The selector for a V2 entry point.