Class LogMessageData


  • public class LogMessageData
    extends Object
    • Method Detail

      • createCloseBlockData

        public static LogMessageData createCloseBlockData​(@NotNull
                                                          String blockName,
                                                          @NotNull
                                                          String blockType,
                                                          @NotNull
                                                          Date timestamp,
                                                          @NotNull
                                                          String flowId)
      • createCloseProgressBlockData

        public static LogMessageData createCloseProgressBlockData​(@NotNull
                                                                  Date timestamp,
                                                                  @NotNull
                                                                  String flowId)
      • createFlowStartedData

        public static LogMessageData createFlowStartedData​(@NotNull
                                                           String flowId,
                                                           @NotNull
                                                           String parentFlowId)
      • createFlowFinishedData

        public static LogMessageData createFlowFinishedData​(@NotNull
                                                            String flowId)
      • getFlowId

        public int getFlowId()
      • getParentFlowId

        public int getParentFlowId()
      • getNullableParentFlowId

        @Nullable
        public Integer getNullableParentFlowId()
      • getNullableStatus

        @Nullable
        public Status getNullableStatus()
      • getNullableTimestamp

        @Nullable
        public Date getNullableTimestamp()
      • getTimestamp

        @NotNull
        public Date getTimestamp()
      • getNullableText

        @Nullable
        public String getNullableText()
      • getText

        @NotNull
        public String getText()
      • getNullableBlockName

        @Nullable
        public String getNullableBlockName()
      • getBlockName

        @NotNull
        public String getBlockName()
      • getBlockType

        @NotNull
        public String getBlockType()
      • getRenderHint

        @NotNull
        public String getRenderHint()
      • attachAnchor

        public void attachAnchor​(int anchor)
      • getNullableAnchor

        @Nullable
        public Integer getNullableAnchor()
      • getEstimatedFootprint

        public int getEstimatedFootprint()
        This method give a rough estimation on object's memory footprint, and it should not be used in heuristics that require precision.
        Returns:
        estimated memory footprint.