Package com._1c.g5.v8.internal.derived
Class DerivedDataProcessingStatus
java.lang.Object
com._1c.g5.v8.internal.derived.DerivedDataProcessingStatus
Collection of derived data statuses collected by the DD processing facility during its lifecycle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
boolean
isEmpty()
Checks if the DS haven't received any DS data computation notifications, so it's impossible to treat any DD segments as computed or not in this case.boolean
boolean
void
setEmpty
(boolean empty) Sets the designator of DS emptiness.void
setLastUpdateTimestamp
(long lastUpdateTimestamp) void
setStopped
(boolean stopped) void
setSyncActive
(boolean syncActive)
-
Constructor Details
-
DerivedDataProcessingStatus
public DerivedDataProcessingStatus()
-
-
Method Details
-
getLastUpdateTimestamp
public long getLastUpdateTimestamp()- Returns:
- the lastUpdateTimestamp
-
getReadySegments
- Returns:
- the finishedSegments
-
isEmpty
public boolean isEmpty()Checks if the DS haven't received any DS data computation notifications, so it's impossible to treat any DD segments as computed or not in this case.- Returns:
- True if the DS subsystem haven't received any data yet.
-
isStopped
public boolean isStopped()- Returns:
- the stopped
-
isSyncActive
public boolean isSyncActive()- Returns:
- the syncActive
-
setEmpty
public void setEmpty(boolean empty) Sets the designator of DS emptiness.- Parameters:
The
- value to set.
-
setLastUpdateTimestamp
public void setLastUpdateTimestamp(long lastUpdateTimestamp) - Parameters:
lastUpdateTimestamp
- the lastUpdateTimestamp to set
-
setStopped
public void setStopped(boolean stopped) - Parameters:
stopped
- the stopped to set
-
setSyncActive
public void setSyncActive(boolean syncActive) - Parameters:
syncActive
- the syncActive to set
-