Package org.codelibs.fess.helper
Class CoordinatorHelper.OperationInfo
java.lang.Object
org.codelibs.fess.helper.CoordinatorHelper.OperationInfo
- Enclosing class:
CoordinatorHelper
Represents the state of a distributed operation lock.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongThe time when the operation was started.Optional data associated with the operation.The hostname of the lock owner.The instance ID that owns the lock.The operation name.The operation status. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The operation name. -
instanceId
The instance ID that owns the lock. -
hostname
The hostname of the lock owner. -
status
The operation status. -
createdTime
public long createdTimeThe time when the operation was started. -
data
Optional data associated with the operation.
-
-
Constructor Details
-
OperationInfo
public OperationInfo()Default constructor.
-