Module swim.runtime
Package swim.runtime

Class StoreAddress

  • All Implemented Interfaces:
    swim.codec.Debug, CellAddress

    public final class StoreAddress
    extends Object
    implements CellAddress, swim.codec.Debug
    • Constructor Detail

      • StoreAddress

        public StoreAddress​(String storeName)
    • Method Detail

      • storeName

        public String storeName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • debug

        public void debug​(swim.codec.Output<?> output)
        Specified by:
        debug in interface swim.codec.Debug