Module swim.reflect

Class MetaAgent

    • Field Detail

      • linkTotal

        protected final LinkStats linkTotal
      • linkDelta

        protected final LinkStats linkDelta
    • Constructor Detail

      • MetaAgent

        public MetaAgent()
    • Method Detail

      • meta

        public abstract Meta meta()
      • openLanes

        protected void openLanes()
      • didOpenDownlink

        public void didOpenDownlink​(LinkBinding link)
      • didCloseDownlink

        public void didCloseDownlink​(LinkBinding link)
      • didOpenUplink

        public void didOpenUplink​(LinkBinding link)
      • didCloseUplink

        public void didCloseUplink​(Value linkKey)
      • didPushDown

        public void didPushDown​(PushRequest pushRequest)
      • didPushUp

        public void didPushUp​(PushRequest pushRequest)
      • setLinkStats

        public void setLinkStats​(LinkStats stats)
      • accumulateLinkStats

        public void accumulateLinkStats​(LinkStats stats)
      • didUpdateStats

        public void didUpdateStats()
      • bubbleStats

        public void bubbleStats()
      • bubbleLinkStats

        protected void bubbleLinkStats()
      • cueStats

        public void cueStats()
      • cueLinkStats

        protected void cueLinkStats()
      • didLogTrace

        public void didLogTrace​(LogEntry entry)
      • bubbleTraceLog

        protected void bubbleTraceLog​(LogEntry entry)
      • didLogDebug

        public void didLogDebug​(LogEntry entry)
      • bubbleDebugLog

        protected void bubbleDebugLog​(LogEntry entry)
      • didLogInfo

        public void didLogInfo​(LogEntry entry)
      • bubbleInfoLog

        protected void bubbleInfoLog​(LogEntry entry)
      • didLogWarn

        public void didLogWarn​(LogEntry entry)
      • bubbleWarnLog

        protected void bubbleWarnLog​(LogEntry entry)
      • didLogError

        public void didLogError​(LogEntry entry)
      • bubbleErrorLog

        protected void bubbleErrorLog​(LogEntry entry)
      • didLogFail

        public void didLogFail​(LogEntry entry)
      • bubbleFailLog

        protected void bubbleFailLog​(LogEntry entry)