Home
last modified time | relevance | path

Searched refs:ExitLoopCompletedAt (Results 1 – 13 of 13) sorted by relevance

/dports/net/storj/storj-1.45.3/satellite/gracefulexit/
H A Dchore.go64 if node.ExitLoopCompletedAt == nil {
75 lastActivityTime := *node.ExitLoopCompletedAt
120 ExitLoopCompletedAt: now,
H A Dgracefulexit_test.go110 ExitLoopCompletedAt: currentTime.Add(-30 * time.Minute),
120 ExitLoopCompletedAt: currentTime.Add(-17 * time.Minute),
130 ExitLoopCompletedAt: currentTime.Add(-9 * time.Minute),
141 ExitLoopCompletedAt: currentTime.Add(-28 * time.Minute),
151 ExitLoopCompletedAt: currentTime.Add(-17 * time.Minute),
161 ExitLoopCompletedAt: currentTime.Add(-35 * time.Minute),
324 ExitLoopCompletedAt: exitFinishedAt.Add(-20 * time.Minute),
394 ExitLoopCompletedAt: exitFinishedAt.Add(-20 * time.Minute),
H A Dgetnodes_test.go60 ExitLoopCompletedAt: data.completedAt,
87 if node.ExitLoopCompletedAt == nil {
142 ExitLoopCompletedAt: data.completedAt,
H A Dchore_test.go79 if exitingNode.ExitLoopCompletedAt == nil {
109 if exitingNode.ExitLoopCompletedAt == nil {
192 if exitingNode.ExitLoopCompletedAt == nil {
H A Dendpoint.go803 if exitStatus.ExitLoopCompletedAt == nil {
/dports/net/storj/storj-1.45.3/satellite/satellitedb/
H A Doverlaycache.go705 …tus.NodeID, &exitingNodeStatus.ExitInitiatedAt, &exitingNodeStatus.ExitLoopCompletedAt, &exitingNo…
745 …err = rows.Scan(&exitStatus.NodeID, &exitStatus.ExitInitiatedAt, &exitStatus.ExitLoopCompletedAt, …
869 if !req.ExitLoopCompletedAt.IsZero() {
870 dbxUpdateFields.ExitLoopCompletedAt = dbx.Node_ExitLoopCompletedAt(req.ExitLoopCompletedAt)
896 exitStatus.ExitLoopCompletedAt = info.ExitLoopCompletedAt
/dports/net/storj/storj-1.45.3/satellite/overlay/
H A Ddb_test.go50 ExitLoopCompletedAt: time.Now(),
H A Dservice.go209 ExitLoopCompletedAt *time.Time member
218 ExitLoopCompletedAt time.Time member
H A Dstatdb_test.go86 ExitLoopCompletedAt: time.Now(),
H A Dservice_test.go718 ExitLoopCompletedAt: t1,
/dports/net/storj/storj-1.45.3/satellite/audit/
H A Dreporter_test.go208 ExitLoopCompletedAt: time.Now(),
/dports/net/storj/storj-1.45.3/satellite/satellitedb/dbx/
H A Dsatellitedb.dbx.go3449 ExitLoopCompletedAt *time.Time member
3481 ExitLoopCompletedAt Node_ExitLoopCompletedAt_Field member
3515 ExitLoopCompletedAt Node_ExitLoopCompletedAt_Field member
14035 if update.ExitLoopCompletedAt._set {
14036 __values = append(__values, update.ExitLoopCompletedAt.value())
14227 if update.ExitLoopCompletedAt._set {
14228 __values = append(__values, update.ExitLoopCompletedAt.value())
14415 if update.ExitLoopCompletedAt._set {
20043 if update.ExitLoopCompletedAt._set {
20235 if update.ExitLoopCompletedAt._set {
[all …]
/dports/net/storj/storj-1.45.3/satellite/repair/
H A Drepair_test.go2375 ExitLoopCompletedAt: time.Now(),