Class CoordinatorHelper.OperationInfo

java.lang.Object
org.codelibs.fess.helper.CoordinatorHelper.OperationInfo
Enclosing class:
CoordinatorHelper

public static class CoordinatorHelper.OperationInfo extends Object
Represents the state of a distributed operation lock.
  • Field Details

    • name

      public String name
      The operation name.
    • instanceId

      public String instanceId
      The instance ID that owns the lock.
    • hostname

      public String hostname
      The hostname of the lock owner.
    • status

      public String status
      The operation status.
    • createdTime

      public long createdTime
      The time when the operation was started.
    • data

      public String data
      Optional data associated with the operation.
  • Constructor Details

    • OperationInfo

      public OperationInfo()
      Default constructor.