Module swim.runtime
Package swim.runtime

Interface HostDef

  • All Superinterfaces:
    CellDef

    public interface HostDef
    extends CellDef
    • Method Detail

      • hostUri

        swim.uri.Uri hostUri()
      • hostPattern

        swim.uri.UriPattern hostPattern()
      • isPrimary

        boolean isPrimary()
      • isReplica

        boolean isReplica()
      • getNodeDef

        NodeDef getNodeDef​(swim.uri.Uri nodeUri)
      • getLaneDef

        LaneDef getLaneDef​(swim.uri.Uri laneUri)